Merge pull request #130991 from Stunkymonkey/plexraw-phases

plexRaw: remove phases
This commit is contained in:
Sandro 2021-07-22 01:12:03 +02:00 committed by GitHub
commit 894e500bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ dpkg ];
phases = [ "unpackPhase" "installPhase" "fixupPhase" "distPhase" ];
unpackPhase = ''
dpkg-deb -R $src .
'';