me
/
guix
Archived
1
0
Fork 0

gnu: libgnomecanvasmm: Remove GCC5 workaround.

* gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Remove.
master
Marius Bakke 2019-07-02 23:23:06 +02:00
parent b80dd5e3e0
commit 554e234ebb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -1820,8 +1820,6 @@ creating interactive structured graphics.")
(base32 (base32
"0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr")))) "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("CXXFLAGS=-std=c++11"))) ; required by gtkmm
(propagated-inputs `(("libgnomecanvas" ,libgnomecanvas))) (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
(native-inputs (native-inputs
`(("gtkmm-2" ,gtkmm-2) `(("gtkmm-2" ,gtkmm-2)