haskell-pandoc-citeproc: re-generate expression(s) with cabal2nix
This commit is contained in:
parent
1e3e1a4476
commit
c33f0a85ec
3 changed files with 4 additions and 2 deletions
|
@ -24,5 +24,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Supports using pandoc with citeproc";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "00azhpll0xnb9nnkh7c3hbfk0fzmvh5cgdxlgx7jvaglrmsnvzw3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
doCheck = false;
|
||||
buildDepends = [
|
||||
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
|
||||
pandocTypes parsec rfc5051 split syb tagsoup temporary text time
|
||||
|
@ -20,9 +19,11 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
aeson filepath pandoc pandocTypes temporary text yaml
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Supports using pandoc with citeproc";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "1whi8mrbhfi8wr3qbj1lkgc1pngn8151jjri409hshl1mng4aq5b";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
doCheck = false;
|
||||
buildDepends = [
|
||||
aeson aesonPretty attoparsec dataDefault filepath hsBibutils mtl
|
||||
pandoc pandocTypes parsec rfc5051 split syb tagsoup temporary text
|
||||
|
@ -20,6 +19,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
aeson filepath pandoc pandocTypes temporary text yaml
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Supports using pandoc with citeproc";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue