haskell-hoodle: re-generate with cabal2nix
This commit is contained in:
parent
e217fd9ae8
commit
b4e1774272
@ -1,18 +1,20 @@
|
|||||||
{ cabal, cmdargs, configurator, dyre, hoodleCore, mtl }:
|
{ cabal, cmdargs, configurator, dyre, filepath, hoodleCore, mtl }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoodle";
|
pname = "hoodle";
|
||||||
version = "0.2.2.1";
|
version = "0.2.2.1";
|
||||||
sha256 = "1qkyyzfmprhniwarnq6cdmv1r6605b3h2lsc1rlalxhq6jh5gamd";
|
sha256 = "1qkyyzfmprhniwarnq6cdmv1r6605b3h2lsc1rlalxhq6jh5gamd";
|
||||||
isLibrary = false;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ cmdargs configurator dyre hoodleCore mtl ];
|
buildDepends = [
|
||||||
#jailbreak = true;
|
cmdargs configurator dyre filepath hoodleCore mtl
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://ianwookim.org/hoodle";
|
homepage = "http://ianwookim.org/hoodle";
|
||||||
description = "Pen notetaking program written in haskell";
|
description = "Executable for hoodle";
|
||||||
license = self.stdenv.lib.licenses.gpl3;
|
license = self.stdenv.lib.licenses.gpl3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ianwookim];
|
maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user