mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
estudio: deprecate phases
This commit is contained in:
parent
151c2f5a20
commit
abea7db0ae
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
phases = [ "unpackPhase"
|
||||
"patchPhase"
|
||||
"installPhase" ];
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs lib/
|
||||
gunzip share/cups/model/Toshiba/TOSHIBA_ColorMFP_CUPS.gz
|
||||
|
|
Loading…
Reference in a new issue