Fix toxic install for DHTnodes and other share files.

This commit is contained in:
Lluís Batlle i Rossell 2014-09-23 17:59:51 +02:00
parent c9494b8090
commit bf62423f89

View File

@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
sha256 = "01k32431zay1mdqvrw5qk0pjxb7gkcxr78w1a06g23b7ymjwfawv";
};
makeFlags = [ "-Cbuild" "VERSION=${version}" ];
makeFlags = [ "-Cbuild" "VERSION=${version}" "PREFIX=$(out)" ];
installFlags = [ "PREFIX=$(out)" ];
buildInputs = [