From 3a96152c2ce75423e70302b070fc577652538496 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 9 Jul 2015 21:55:15 +0200 Subject: wvstreams: compile with gcc46, potentially fixes #8725 --- pkgs/development/libraries/wvstreams/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/wvstreams') diff --git a/pkgs/development/libraries/wvstreams/default.nix b/pkgs/development/libraries/wvstreams/default.nix index ecfc9b88a0e4..b879cf37a315 100644 --- a/pkgs/development/libraries/wvstreams/default.nix +++ b/pkgs/development/libraries/wvstreams/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, qt4, dbus, zlib, openssl, readline, perl }: +{ stdenv, gcc46, fetchurl, qt4, dbus, zlib, openssl, readline, perl }: stdenv.mkDerivation { name = "wvstreams-4.6.1"; @@ -16,7 +16,7 @@ stdenv.mkDerivation { sed -e '1i#include ' -i $(find . -name '*.c' -o -name '*.cc') ''; - buildInputs = [ qt4 dbus zlib openssl readline perl ]; + buildInputs = [ gcc46 qt4 dbus zlib openssl readline perl ]; meta = { description = "Network programming library in C++"; -- cgit 1.4.1