yi: re-generate expression with cabal2nix
This commit is contained in:
parent
772ff04250
commit
2f51f6908e
@ -1,11 +1,10 @@
|
|||||||
{ cabal, alex, binary, Cabal, cautiousFile, concreteTyperep
|
{ cabal, alex, binary, Cabal, cautiousFile, concreteTyperep
|
||||||
, dataAccessor, dataAccessorMtl, dataAccessorTemplate, derive, Diff
|
, dataAccessor, dataAccessorMtl, dataAccessorTemplate, derive, Diff
|
||||||
, dlist, dyre, filepath, fingertree, ghcPaths, hashable, hint
|
, dlist, dyre, filepath, fingertree, ghcPaths, glib, gtk, hashable
|
||||||
, HUnit, mtl, parsec, pointedlist, pureMD5, QuickCheck, random
|
, hint, HUnit, mtl, pango, parsec, pointedlist, pureMD5, QuickCheck
|
||||||
, regexBase, regexTdfa, split, testFramework, testFrameworkHunit
|
, random, regexBase, regexTdfa, split, testFramework
|
||||||
, time, uniplate, unixCompat, unorderedContainers, utf8String, vty
|
, testFrameworkHunit, time, uniplate, unixCompat
|
||||||
, pango, gtk, gio, glib, cairo
|
, unorderedContainers, utf8String, vty, xdgBasedir
|
||||||
, xdgBasedir
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -17,22 +16,22 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary Cabal cautiousFile concreteTyperep dataAccessor
|
binary Cabal cautiousFile concreteTyperep dataAccessor
|
||||||
dataAccessorMtl dataAccessorTemplate derive Diff dlist dyre
|
dataAccessorMtl dataAccessorTemplate derive Diff dlist dyre
|
||||||
filepath fingertree ghcPaths hashable hint mtl parsec pointedlist
|
filepath fingertree ghcPaths glib gtk hashable hint mtl pango
|
||||||
pureMD5 QuickCheck random regexBase regexTdfa split time uniplate
|
parsec pointedlist pureMD5 QuickCheck random regexBase regexTdfa
|
||||||
unixCompat unorderedContainers utf8String vty xdgBasedir pango gtk
|
split time uniplate unixCompat unorderedContainers utf8String vty
|
||||||
gio glib cairo
|
xdgBasedir
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath HUnit QuickCheck testFramework testFrameworkHunit
|
filepath HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
];
|
];
|
||||||
buildTools = [ alex ];
|
buildTools = [ alex ];
|
||||||
|
configureFlags = "-fpango";
|
||||||
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/Yi";
|
homepage = "http://haskell.org/haskellwiki/Yi";
|
||||||
description = "The Haskell-Scriptable Editor";
|
description = "The Haskell-Scriptable Editor";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
configureFlags="-fpango";
|
|
||||||
jailbreak=true;
|
|
||||||
doCheck=false; # Tests fail in version on hackage because files are missing
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user