mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 14:48:14 +00:00
structured-haskell-mode: re-generate with latest cabal2nix
This commit is contained in:
parent
a20d5da92e
commit
69b53c990a
@ -11,13 +11,12 @@ cabal.mkDerivation (self: {
|
||||
postInstall = ''
|
||||
emacs -L elisp --batch -f batch-byte-compile "elisp/"*.el
|
||||
install -d $out/share/emacs/site-lisp
|
||||
install "elisp/"*.elc $out/share/emacs/site-lisp
|
||||
install "elisp/"*.el "elisp/"*.elc $out/share/emacs/site-lisp
|
||||
'';
|
||||
meta = {
|
||||
homepage = "https://github.com/chrisdone/structured-haskell-mode";
|
||||
description = "Structured editing Emacs mode for Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.pSub ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user