gnu: nitrogen: Remove redundant configure flags.

* gnu/packages/wm.scm (nitrogen)[arguments]: Remove.
master
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
1 changed files with 0 additions and 4 deletions

View File

@ -1075,10 +1075,6 @@ project derived from the original Calm Window Manager.")
("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