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:
Philip Potter 2016-06-18 09:39:44 +01:00
parent 2a16e37709
commit 6efd480084

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = https://developers.yubico.com/libu2f-server/;
description = "A C library that implements the server-side of the U2F protocol";
license = licenses.bsd2;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ philandstuff ];
};
}