diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-03 01:00:33 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-03 01:00:33 +0200 |
commit | 529c9ac5e0d2483a5eee14cf09e3db8fe2405103 (patch) | |
tree | 56d708f9c6375bb6638ca76023106652bb87357f /gnu/packages/wm.scm | |
parent | 3cd9350e08161df61bef10ff76944d4f6a9160ee (diff) | |
download | patches-529c9ac5e0d2483a5eee14cf09e3db8fe2405103.tar patches-529c9ac5e0d2483a5eee14cf09e3db8fe2405103.tar.gz |
gnu: nitrogen: Remove redundant configure flags.
* gnu/packages/wm.scm (nitrogen)[arguments]: Remove.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 1747619a87..871a6b0706 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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 |