emacs-packages: Move shm

Use autogenerated modules from melpa instead
This commit is contained in:
adisbladis 2019-08-04 02:26:52 +01:00
parent b88c30579a
commit 6742c9976a
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 4 additions and 3 deletions

View file

@ -151,6 +151,10 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
# upstream issue: missing file header
stgit = markBroken super.stgit;
shm = super.shm.overrideAttrs (attrs: {
propagatedUserEnvPkgs = [ external.structured-haskell-mode ];
});
# upstream issue: missing file header
tawny-mode = markBroken super.tawny-mode;

View file

@ -410,9 +410,6 @@ let
stgit = callPackage ../applications/editors/emacs-modes/stgit { };
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 { };