haskellPackages: Fix eval errors
This commit is contained in:
committed by
Peter Simons
parent
13f96d5d65
commit
425d22e6cf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user