emacs-packages: Move shm
Use autogenerated modules from melpa instead
This commit is contained in:
parent
b88c30579a
commit
6742c9976a
@ -151,6 +151,10 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
stgit = markBroken super.stgit;
|
stgit = markBroken super.stgit;
|
||||||
|
|
||||||
|
shm = super.shm.overrideAttrs (attrs: {
|
||||||
|
propagatedUserEnvPkgs = [ external.structured-haskell-mode ];
|
||||||
|
});
|
||||||
|
|
||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
tawny-mode = markBroken super.tawny-mode;
|
tawny-mode = markBroken super.tawny-mode;
|
||||||
|
|
||||||
|
@ -410,9 +410,6 @@ let
|
|||||||
stgit = callPackage ../applications/editors/emacs-modes/stgit { };
|
stgit = callPackage ../applications/editors/emacs-modes/stgit { };
|
||||||
|
|
||||||
structured-haskell-mode = self.shm;
|
structured-haskell-mode = self.shm;
|
||||||
shm = (melpaPackages self).shm.overrideAttrs (attrs: {
|
|
||||||
propagatedUserEnvPkgs = [ external.structured-haskell-mode ];
|
|
||||||
});
|
|
||||||
|
|
||||||
thingatpt-plus = callPackage ../applications/editors/emacs-modes/thingatpt-plus { };
|
thingatpt-plus = callPackage ../applications/editors/emacs-modes/thingatpt-plus { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user