mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
vue: deprecate phases
This commit is contained in:
parent
0794702083
commit
917e97076e
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0yfzr80pw632lkayg4qfmwzrqk02y30yz8br7isyhmgkswyp5rnx";
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out"/{share/vue,bin}
|
||||
|
Loading…
Reference in New Issue
Block a user