lightworks: remove phases

This commit is contained in:
Felix Buehler 2021-07-26 20:51:44 +02:00
parent e1533b22af
commit 7abb01ac24

View file

@ -38,7 +38,6 @@ let
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ dpkg ];
phases = [ "unpackPhase" "installPhase" ];
unpackPhase = "dpkg-deb -x ${src} ./";
installPhase = ''