Merge pull request #16306 from philandstuff/libu2f-server-linux-only

libu2f-server: mark as linux only
This commit is contained in:
Tuomas Tynkkynen 2016-06-18 16:00:49 +03:00 committed by GitHub
commit e474e4a8c8

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 ];
};
}