gnu: pavucontrol: Remove GCC5 workaround.

* gnu/packages/pulseaudio.scm (pavucontrol)[arguments]: Remove.
This commit is contained in:
Marius Bakke 2019-07-03 00:54:28 +02:00
parent ed59057b6e
commit 3cd9350e08
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 2 deletions

View File

@ -221,8 +221,6 @@ sound server.")
(base32
"14486c6lmmirkhscbfygz114f6yzf97h35n3h3pdr27w4mdfmlmk"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("CXXFLAGS=-std=c++11"))) ; required by gtkmm
(inputs
`(("libcanberra" ,libcanberra)
("gtkmm" ,gtkmm)