haskellPackages.{Kulitta, Jazzkell}: clean up eval errors on darwin
This commit is contained in:
parent
4d2f1399e9
commit
2c4a128d62
2 changed files with 8 additions and 0 deletions
|
@ -417,8 +417,10 @@ unsupported-platforms:
|
||||||
HQu: [ aarch64-linux, armv7l-linux ] # unsupported by vendored C++ library, TODO: explicitly list supported platforms
|
HQu: [ aarch64-linux, armv7l-linux ] # unsupported by vendored C++ library, TODO: explicitly list supported platforms
|
||||||
HSoM: [ x86_64-darwin, aarch64-darwin ]
|
HSoM: [ x86_64-darwin, aarch64-darwin ]
|
||||||
iwlib: [ x86_64-darwin, aarch64-darwin ]
|
iwlib: [ x86_64-darwin, aarch64-darwin ]
|
||||||
|
Jazzkell: [ x86_64-darwin, aarch64-darwin ] # depends on Euterpea
|
||||||
jsaddle-webkit2gtk: [ x86_64-darwin, aarch64-darwin ]
|
jsaddle-webkit2gtk: [ x86_64-darwin, aarch64-darwin ]
|
||||||
kqueue: [ x86_64-linux, aarch64-linux, i686-linux, armv7l-linux ] # BSD / Darwin only API
|
kqueue: [ x86_64-linux, aarch64-linux, i686-linux, armv7l-linux ] # BSD / Darwin only API
|
||||||
|
Kulitta: [ x86_64-darwin, aarch64-darwin ] # depends on Euterpea
|
||||||
LambdaHack: [ x86_64-darwin, aarch64-darwin ]
|
LambdaHack: [ x86_64-darwin, aarch64-darwin ]
|
||||||
large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
|
large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
|
||||||
libmodbus: [ x86_64-darwin, aarch64-darwin ]
|
libmodbus: [ x86_64-darwin, aarch64-darwin ]
|
||||||
|
|
|
@ -11582,6 +11582,9 @@ self: {
|
||||||
libraryHaskellDepends = [ base Euterpea random ];
|
libraryHaskellDepends = [ base Euterpea random ];
|
||||||
description = "Library for modeling jazz improvisation";
|
description = "Library for modeling jazz improvisation";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
|
platforms = [
|
||||||
|
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||||
|
];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"Jdh" = callPackage
|
"Jdh" = callPackage
|
||||||
|
@ -12100,6 +12103,9 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Library for automated composition and musical learning";
|
description = "Library for automated composition and musical learning";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
|
platforms = [
|
||||||
|
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||||
|
];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"KyotoCabinet" = callPackage
|
"KyotoCabinet" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue