diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/0.4.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/0.4.nix index e567bd82059b..c4706634eccd 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/0.4.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/0.4.nix @@ -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; }; }) diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/0.5.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/0.5.nix index 17a2a42f612e..c6dc859ed8df 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/0.5.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/0.5.nix @@ -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; }; }) diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/0.6.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/0.6.nix index b36fc5dcdba2..feb273fbdeb7 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/0.6.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/0.6.nix @@ -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;