1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

jsduck: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-27 14:37:54 +02:00
parent f1227527ad
commit 9d191629be

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
gemset = ./gemset.nix;
};
phases = [ "installPhase" ];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ env ];