haskell-djinn: corrections for darwin
This commit is contained in:
parent
d24df6e334
commit
57e3fc341f
@ -9,6 +9,9 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ haskeline mtl ];
|
buildDepends = [ haskeline mtl ];
|
||||||
|
preConfigure = self.stdenv.lib.optionalString self.stdenv.isDarwin ''
|
||||||
|
sed -i 's/-Wall -optl-Wl/-Wall/' djinn.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.augustsson.net/Darcs/Djinn/";
|
homepage = "http://www.augustsson.net/Darcs/Djinn/";
|
||||||
description = "Generate Haskell code from a type";
|
description = "Generate Haskell code from a type";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user