Archived
1
0
Fork 0

gnu: waybar: Remove unrecognized configure flag.

* gnu/packages/wm.scm (waybar)[arguments]: Remove field.
This commit is contained in:
Efraim Flashner 2020-08-19 10:53:20 +03:00
parent d2ec1f8ed6
commit 2f3d23e12a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1524,9 +1524,6 @@ modules for building a Wayland compositor.")
(sha256
(base32 "0ks719khhg2zwpyiwa2079i6962qcxpapm28hmr4ckpsp2n659ck"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
(list (string-append "-Dout=" (assoc-ref %outputs "out")))))
(inputs `(("date" ,date)
("fmt" ,fmt)
("gtk-layer-shell" ,gtk-layer-shell)