libu2f-server: mark as linux only
The darwin build has been failing for a long time, and I don't have time or resources to determine why.
This commit is contained in:
parent
2a16e37709
commit
6efd480084
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://developers.yubico.com/libu2f-server/;
|
homepage = https://developers.yubico.com/libu2f-server/;
|
||||||
description = "A C library that implements the server-side of the U2F protocol";
|
description = "A C library that implements the server-side of the U2F protocol";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ philandstuff ];
|
maintainers = with maintainers; [ philandstuff ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user