1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

mfcl2720dwlpr: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-02 00:23:43 +02:00
parent 34aefcaa40
commit de333f96fe

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ dpkg makeWrapper ];
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = ''
dpkg-deb -x $src $out