gnu: nitrogen: Remove redundant configure flags.

* gnu/packages/wm.scm (nitrogen)[arguments]: Remove.
This commit is contained in:
Marius Bakke 2019-07-03 01:00:33 +02:00
parent 3cd9350e08
commit 529c9ac5e0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1075,10 +1075,6 @@ (define-public nitrogen
("glibmm" ,glibmm)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
`(#:configure-flags (list
(string-append "--prefix=" %output)
"CXXFLAGS=-std=c++11")))
(home-page "http://projects.l3ib.org/nitrogen/")
(synopsis "Background browser and setter for X windows")
(description