mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03:00
antigen: deprecate phases
This commit is contained in:
parent
0ea3c6b06f
commit
a60a90eba3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1bmp3qf14509swpxin4j9f98n05pdilzapjm0jdzbv0dy3hn20ix";
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
outdir=$out/share/antigen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue