gnu: gtkmm-2: Fix build by passing '-std=c++11'.

* gnu/packages/gtk.scm (gtkmm-2)[arguments]: Pass '-std=c++11' as
  CPPFLAGS.
master
宋文武 2015-10-16 22:19:20 +08:00
parent e75230c1b7
commit 3ad29c9ef5
1 changed files with 2 additions and 0 deletions

View File

@ -852,6 +852,8 @@ extensive documentation, including API reference and a tutorial.")
(sha256
(base32
"1vpmjqv0aqb1ds0xi6nigxnhlr0c74090xzi15b92amlzkrjyfj4"))))
(arguments
'(#:configure-flags '("CPPFLAGS=-std=c++11"))) ; required by libsigc++
(propagated-inputs
`(("pangomm" ,pangomm)
("cairomm" ,cairomm)