mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskellPackages: mark some broken packages as not broken
This commit is contained in:
parent
00e91ba531
commit
c4d460810e
3 changed files with 0 additions and 10 deletions
|
@ -1822,7 +1822,6 @@ broken-packages:
|
|||
- gloss-banana
|
||||
- gloss-export
|
||||
- gloss-game
|
||||
- glpk-headers
|
||||
- gltf-codec
|
||||
- glue
|
||||
- g-npm
|
||||
|
@ -3248,7 +3247,6 @@ broken-packages:
|
|||
- math-grads
|
||||
- math-interpolate
|
||||
- math-metric
|
||||
- math-programming
|
||||
- matrix-as-xyz
|
||||
- matrix-lens
|
||||
- matrix-market
|
||||
|
|
|
@ -2724,8 +2724,6 @@ dont-distribute-packages:
|
|||
- marvin
|
||||
- masakazu-bot
|
||||
- matchers
|
||||
- math-programming-glpk
|
||||
- math-programming-tests
|
||||
- mathblog
|
||||
- mathlink
|
||||
- matsuri
|
||||
|
|
|
@ -115646,8 +115646,6 @@ self: {
|
|||
testHaskellDepends = [ base hspec ];
|
||||
description = "Low-level Haskell bindings to the GLPK library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) glpk;};
|
||||
|
||||
"glpk-hs" = callPackage
|
||||
|
@ -187318,8 +187316,6 @@ self: {
|
|||
testHaskellDepends = [ base hspec mtl QuickCheck text ];
|
||||
description = "A library for formulating and solving math programs";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"math-programming-glpk" = callPackage
|
||||
|
@ -187338,7 +187334,6 @@ self: {
|
|||
];
|
||||
description = "A GLPK backend to the math-programming library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"math-programming-tests" = callPackage
|
||||
|
@ -187356,7 +187351,6 @@ self: {
|
|||
];
|
||||
description = "Utility functions for testing implementations of the math-programming library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"mathblog" = callPackage
|
||||
|
|
Loading…
Reference in a new issue