yubihsm-shell: mark as broken on darwin
This commit is contained in:
parent
55cc00d85b
commit
0e48c6f3c7
@ -70,5 +70,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Yubico/yubihsm-shell";
|
||||
maintainers = with maintainers; [ matthewcroughan ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user