mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
haskell-ghc-mod: re-generate with cabal2nix
This commit is contained in:
parent
baa1543dbc
commit
303ddfab4c
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
ioChoice syb time transformers
|
ioChoice syb time transformers
|
||||||
];
|
];
|
||||||
buildTools = [ emacs ];
|
buildTools = [ emacs ];
|
||||||
|
doCheck = false;
|
||||||
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd $out/share/$pname-$version
|
cd $out/share/$pname-$version
|
||||||
@ -34,7 +35,6 @@ cabal.mkDerivation (self: {
|
|||||||
EOF
|
EOF
|
||||||
chmod +x $out/bin/ghc-mod
|
chmod +x $out/bin/ghc-mod
|
||||||
'';
|
'';
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
|
||||||
description = "Happy Haskell Programming";
|
description = "Happy Haskell Programming";
|
||||||
|
Loading…
Reference in New Issue
Block a user