Merge pull request #131601 from Stunkymonkey/lightworks-phases

lightworks: remove phases
This commit is contained in:
Ben Siraphob
2021-07-27 21:11:30 +07:00
committed by GitHub
@@ -38,7 +38,6 @@ let
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ dpkg ];
phases = [ "unpackPhase" "installPhase" ];
unpackPhase = "dpkg-deb -x ${src} ./";
installPhase = ''