Merge pull request #80710 from mmahut/libfido2

libfido2: build only Linux
This commit is contained in:
Marek Mahut
2020-02-21 13:47:48 +01:00
committed by GitHub

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Yubico/libfido2;
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.linux;
};
}