mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #134347 from Stunkymonkey/emacs-elpa-package-phases
This commit is contained in:
commit
e1e367ca31
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ self: let
|
||||||
# actually unpack source of ada-mode and wisi
|
# actually unpack source of ada-mode and wisi
|
||||||
# which are both needed to compile the tools
|
# which are both needed to compile the tools
|
||||||
# we need at runtime
|
# we need at runtime
|
||||||
phases = "unpackPhase " + old.phases; # not a list, interestingly…
|
dontUnpack = false;
|
||||||
srcs = [
|
srcs = [
|
||||||
super.ada-mode.src
|
super.ada-mode.src
|
||||||
# ada-mode needs a specific version of wisi, check NEWS or ada-mode's
|
# ada-mode needs a specific version of wisi, check NEWS or ada-mode's
|
||||||
|
|
|
@ -21,7 +21,7 @@ in
|
||||||
|
|
||||||
import ./generic.nix { inherit lib stdenv emacs texinfo writeText gcc; } ({
|
import ./generic.nix { inherit lib stdenv emacs texinfo writeText gcc; } ({
|
||||||
|
|
||||||
phases = "installPhase fixupPhase distPhase";
|
dontUnpack = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue