gcc: fixup references. ToDo: port to gcc-4.9
This commit is contained in:
@@ -214,10 +214,9 @@ stdenv.mkDerivation ({
|
||||
|
||||
inherit patches;
|
||||
|
||||
outputs = [ "out" "lib" ];
|
||||
|
||||
outputs = [ "out" "lib" "doc" ];
|
||||
setOutputFlags = false;
|
||||
|
||||
NIX_NO_SELF_RPATH = true;
|
||||
|
||||
libc_dev = stdenv.gcc.libc_dev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user