globalplatform: mark linux only
This commit is contained in:
parent
1fe1b9c8c1
commit
3642e1c581
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://sourceforge.net/p/globalplatform/wiki/Home/;
|
homepage = https://sourceforge.net/p/globalplatform/wiki/Home/;
|
||||||
description = "Library for interacting with smart card devices";
|
description = "Library for interacting with smart card devices";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user