mbakke pushed a commit to branch core-updates
in repository guix.

commit 529c9ac5e0d2483a5eee14cf09e3db8fe2405103
Author: Marius Bakke <[email protected]>
Date:   Wed Jul 3 01:00:33 2019 +0200

    gnu: nitrogen: Remove redundant configure flags.
    
    * gnu/packages/wm.scm (nitrogen)[arguments]: Remove.
---
 gnu/packages/wm.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 1747619..871a6b0 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

Reply via email to