mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
Merge pull request #130991 from Stunkymonkey/plexraw-phases
plexRaw: remove phases
This commit is contained in:
commit
894e500bd7
@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ dpkg ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" "distPhase" ];
|
||||
|
||||
unpackPhase = ''
|
||||
dpkg-deb -R $src .
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user