This commit is contained in:
Vladimír Čunát
2014-08-26 01:10:56 +02:00
parent 3ec413cece
commit 4dccb224c5
15 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
outputs = [ "dev" "out" "bin" "doc" ];
nativeBuildInputs = [ gettext ];
buildInputs = [ attr ];
buildInputs = [ stdenv.hookLib.multiout attr ];
# Upstream use C++-style comments in C code. Remove them.
# This comment breaks compilation if too strict gcc flags are used.