mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
estudio: deprecate phases
This commit is contained in:
parent
151c2f5a20
commit
abea7db0ae
@ -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 New Issue
Block a user