mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
emacsPackages.perl-completion: deprecate phases
This commit is contained in:
parent
fa8244e90e
commit
cb899db2ee
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "0x6qsgs4hm87k0z9q3g4p6508kc3y123j5jayll3jf3lcl2vm6ks";
|
||||
};
|
||||
|
||||
phases = [ "installPhase"];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
install -d $out/share/emacs/site-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user