haskellPackages: Fix more eval errors

This commit is contained in:
Malte Brandy
2020-11-20 20:57:37 +01:00
committed by Peter Simons
parent 996775e9cb
commit 63e5e85ba7
4 changed files with 44 additions and 11 deletions
+21
View File
@@ -20940,6 +20940,7 @@ self: {
doHaddock = false;
description = "Kullback-Liebler divergence";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"accelerate-llvm" = callPackage
@@ -59147,6 +59148,7 @@ self: {
testToolDepends = [ couchdb ];
description = "A modern, lightweight, complete client for CouchDB";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) couchdb;};
"couchdb-conduit" = callPackage
@@ -68673,6 +68675,7 @@ self: {
];
description = "HsQML (Qt5) backend for Diagrams";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"diagrams-html5" = callPackage
@@ -95944,6 +95947,8 @@ self: {
];
description = "Git remote helper to store git objects on IPFS";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"git-repair" = callPackage
@@ -123316,6 +123321,7 @@ self: {
tasty-quickcheck
];
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {mesos = null; inherit (pkgs) protobuf;};
"hs-multiaddr" = callPackage
@@ -126698,6 +126704,7 @@ self: {
];
description = "Haskell binding for Qt Quick";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {qt5 = null;};
"hsqml-datamodel" = callPackage
@@ -126710,6 +126717,7 @@ self: {
libraryPkgconfigDepends = [ qt5 ];
description = "HsQML (Qt5) data model";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {qt5 = null;};
"hsqml-datamodel-vinyl" = callPackage
@@ -126725,6 +126733,7 @@ self: {
];
description = "HsQML DataModel instances for Vinyl Rec";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsqml-demo-manic" = callPackage
@@ -126741,6 +126750,7 @@ self: {
];
description = "HsQML-based clone of Pipe Mania";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsqml-demo-morris" = callPackage
@@ -126759,6 +126769,7 @@ self: {
];
description = "HsQML-based implementation of Nine Men's Morris";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsqml-demo-notes" = callPackage
@@ -126777,6 +126788,7 @@ self: {
];
description = "Sticky notes example program implemented in HsQML";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsqml-demo-samples" = callPackage
@@ -126791,6 +126803,7 @@ self: {
executableHaskellDepends = [ base hsqml OpenGL OpenGLRaw text ];
description = "HsQML sample programs";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsqml-morris" = callPackage
@@ -126809,6 +126822,7 @@ self: {
];
description = "HsQML-based implementation of Nine Men's Morris";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hsreadability" = callPackage
@@ -127065,6 +127079,7 @@ self: {
];
description = "Distributed instant messaging over Tor";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hstox" = callPackage
@@ -136789,6 +136804,8 @@ self: {
];
description = "IPLD Content-IDentifiers <https://github.com/ipld/cid>";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"ipopt-hs" = callPackage
@@ -165395,6 +165412,8 @@ self: {
testHaskellDepends = [ base doctest QuickCheck template-haskell ];
description = "Self-identifying base encodings, implementation of <https://github.com/multiformats/multihash>";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"multifile" = callPackage
@@ -165497,6 +165516,8 @@ self: {
testHaskellDepends = [ base cryptonite hedgehog serialise ];
description = "CBOR encoding of multihashes";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"multihashmap" = callPackage