guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: libgnomecanvasmm: Remove GCC5 workaround.


From: guix-commits
Subject: 06/06: gnu: libgnomecanvasmm: Remove GCC5 workaround.
Date: Tue, 2 Jul 2019 17:48:53 -0400 (EDT)

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

commit 554e234ebb5e2adc1b21e518a07a66ce2c723782
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 2 23:23:06 2019 +0200

    gnu: libgnomecanvasmm: Remove GCC5 workaround.
    
    * gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Remove.
---
 gnu/packages/gnome.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ad6a708..d3a348b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1820,8 +1820,6 @@ creating interactive structured graphics.")
                (base32
                 "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:configure-flags '("CXXFLAGS=-std=c++11"))) ; required by gtkmm
     (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
     (native-inputs
      `(("gtkmm-2" ,gtkmm-2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]