Fix toxic install for DHTnodes and other share files.

This commit is contained in:
Lluís Batlle i Rossell
2014-09-29 10:24:36 +02:00
parent c9494b8090
commit bf62423f89
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
sha256 = "01k32431zay1mdqvrw5qk0pjxb7gkcxr78w1a06g23b7ymjwfawv";
};
makeFlags = [ "-Cbuild" "VERSION=${version}" ];
makeFlags = [ "-Cbuild" "VERSION=${version}" "PREFIX=$(out)" ];
installFlags = [ "PREFIX=$(out)" ];
buildInputs = [