lightworks: remove phases

launchpad/nixpkgs/master
Felix Buehler 3 years ago
parent e1533b22af
commit 7abb01ac24
  1. 1
      pkgs/applications/video/lightworks/default.nix

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

Loading…
Cancel
Save