tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
php-cs-fixer: deprecate phases
Felix Buehler
4 years ago
9dc4202f
05f0fbc0
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
php-packages
php-cs-fixer
default.nix
+2
-1
pkgs/development/php-packages/php-cs-fixer/default.nix
···
11
11
sha256 = "141rkcr0wbsqnc4s5vg4bk4dmxwigwxa3j0vi5c42b5k1lq3sgwr";
12
12
};
13
13
14
14
-
phases = [ "installPhase" ];
14
14
+
dontUnpack = true;
15
15
+
15
16
nativeBuildInputs = [ makeWrapper ];
16
17
17
18
installPhase = ''