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
commit 1b46288d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
sha256 = "09b1vxli4zv1nhqnj6c0vrrl51gaira94i8l7ww96fixqxjgdwvb";
};
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
mkdir -p $out/bin
mkdir -p $out/share