haskellPackages: Fix eval errors

This commit is contained in:
Malte Brandy
2020-11-13 21:37:56 +01:00
committed by Peter Simons
parent 13f96d5d65
commit 425d22e6cf
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -170933,6 +170933,8 @@ self: {
];
description = "Sample from a posterior using Markov chain Monte Carlo";
license = stdenv.lib.licenses.gpl3Plus;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"mcmc-samplers" = callPackage
@@ -196664,6 +196666,8 @@ self: {
text unliftio-core validity
];
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"pcd-loader" = callPackage