Merge pull request #131596 from Stunkymonkey/nix-tour-phases

nix-tour: remove phases
This commit is contained in:
Pavol Rusnak
2021-07-26 22:54:50 +02:00
committed by GitHub
@@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
sha256 = "09b1vxli4zv1nhqnj6c0vrrl51gaira94i8l7ww96fixqxjgdwvb";
};
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
mkdir -p $out/bin
mkdir -p $out/share