gnu: nitrogen: Remove redundant configure flags.
* gnu/packages/wm.scm (nitrogen)[arguments]: Remove.
This commit is contained in:
parent
3cd9350e08
commit
529c9ac5e0
|
@ -1075,10 +1075,6 @@ project derived from the original Calm Window Manager.")
|
||||||
("glibmm" ,glibmm)))
|
("glibmm" ,glibmm)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
|
||||||
`(#:configure-flags (list
|
|
||||||
(string-append "--prefix=" %output)
|
|
||||||
"CXXFLAGS=-std=c++11")))
|
|
||||||
(home-page "http://projects.l3ib.org/nitrogen/")
|
(home-page "http://projects.l3ib.org/nitrogen/")
|
||||||
(synopsis "Background browser and setter for X windows")
|
(synopsis "Background browser and setter for X windows")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue