globalplatform: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:22 +02:00
parent 1fe1b9c8c1
commit 3642e1c581
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = https://sourceforge.net/p/globalplatform/wiki/Home/;
description = "Library for interacting with smart card devices";
license = licenses.gpl3;
platforms = platforms.all;
platforms = platforms.linux;
};
}