Commit 0e48c6f3 authored by Weijia Wang's avatar Weijia Wang
Browse files

yubihsm-shell: mark as broken on darwin

parent 55cc00d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}