Compare commits

...

No commits in common. "f3312bf4c3d8f39c4afb876dddbec8358c795dca" and "f121a7bd1b1fdb55540f6627bda15899750473e0" have entirely different histories.

View file

@ -26,6 +26,7 @@ pkgs.stdenv.mkDerivation {
unpackPhase = "unzip $src";
installPhase = ''
mkdir $out
mkdir $out/bin
# Let's copy everything but the bin folder
cp -r release/* $out