mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
hackage-packages.nix: drop package "som" to avoid invalid references to "assert"
This commit is contained in:
parent
7871f2d9b1
commit
9d69ce4237
@ -117301,25 +117301,6 @@ self: {
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
}) {};
|
||||
|
||||
"som" = callPackage
|
||||
({ mkDerivation, assert, base, containers, deepseq, grid
|
||||
, MonadRandom, QuickCheck, random, test-framework
|
||||
, test-framework-quickcheck2
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "som";
|
||||
version = "8.0.6";
|
||||
sha256 = "19p62b72xz1yn7fd9k406h98jg8zsyazbscdsljx7fnn0f3v7j9d";
|
||||
buildDepends = [ assert base containers deepseq grid MonadRandom ];
|
||||
testDepends = [
|
||||
assert base containers grid MonadRandom QuickCheck random
|
||||
test-framework test-framework-quickcheck2
|
||||
];
|
||||
homepage = "https://github.com/mhwombat/som";
|
||||
description = "Self-Organising Maps";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"sonic-visualiser" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, bzlib, containers, mtl
|
||||
, pretty, utf8-string, xml
|
||||
|
Loading…
Reference in New Issue
Block a user