haskellPackages.wiringPi: unsupported on aarch64-darwin

This commit is contained in:
maralorn
2023-04-22 13:05:14 +02:00
parent 4c3eb38645
commit 3fd9285a63
2 changed files with 2 additions and 0 deletions
@@ -647,6 +647,7 @@ unsupported-platforms:
VulkanMemoryAllocator: [ i686-linux, armv7l-linux, platforms.darwin ]
vulkan-utils: [ platforms.darwin ]
webkit2gtk3-javascriptcore: [ platforms.darwin ]
wiringPi: [ aarch64-darwin ]
xattr: [ platforms.darwin ]
xgboost-haskell: [ aarch64-linux, armv7l-linux ]
xmobar: [ platforms.darwin ]
+1
View File
@@ -315140,6 +315140,7 @@ self: {
executableHaskellDepends = [ base ];
description = "Access GPIO pins on Raspberry Pi via wiringPi library";
license = lib.licenses.bsd3;
badPlatforms = [ "aarch64-darwin" ];
}) {};
"witch" = callPackage