forked from mirrors/nixpkgs
plexRaw: remove phases
This commit is contained in:
parent
d89c0a275f
commit
31a3acfe26
|
@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ dpkg ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" "distPhase" ];
|
||||
|
||||
unpackPhase = ''
|
||||
dpkg-deb -R $src .
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue