lighttable: deprecate phases

wip/nixpkgs-raku
Felix Buehler 3 years ago
parent c4bfe87fc3
commit c4ad4c99c5
  1. 2
      pkgs/applications/editors/lighttable/default.nix

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
sha256 = "06fj725xfhf3fwrf7dya7ijmxq3v76kfmd4lr2067a92zhlwr5pv";
};
phases = [ "installPhase" ];
dontConfigure = true;
installPhase = ''
tar xf ${src}

Loading…
Cancel
Save