gnu: libgnomecanvasmm: Remove GCC5 workaround.
* gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Remove.master
parent
b80dd5e3e0
commit
554e234ebb
|
@ -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)
|
||||
|
|
Reference in New Issue