haskellPackages.jsaddle-hello: mark broken on darwin

This commit is contained in:
Dennis Gosnell 2022-06-17 17:51:22 +09:00
parent f967570b61
commit 9d037cf43f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 4 additions and 0 deletions

View File

@ -465,6 +465,7 @@ unsupported-platforms:
HSoM: [ x86_64-darwin, aarch64-darwin ]
iwlib: [ x86_64-darwin, aarch64-darwin ]
Jazzkell: [ x86_64-darwin, aarch64-darwin ] # depends on Euterpea
jsaddle-hello: [ x86_64-darwin, aarch64-darwin ] # depends on jsaddle-webkit2gtk
jsaddle-webkit2gtk: [ x86_64-darwin, aarch64-darwin ]
keid-core: [ aarch64-linux ]
keid-geometry: [ aarch64-linux ]

View File

@ -160438,6 +160438,9 @@ self: {
];
description = "JSaddle Hello World, an example package";
license = lib.licenses.mit;
platforms = [
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
];
}) {};
"jsaddle-warp" = callPackage