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