summary refs log tree commit diff
path: root/pkgs/development/libraries/pkcs11helper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/pkcs11helper/default.nix')
-rw-r--r--pkgs/development/libraries/pkcs11helper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/pkcs11helper/default.nix b/pkgs/development/libraries/pkcs11helper/default.nix
index 4092783b0c9..fa373a7e97f 100644
--- a/pkgs/development/libraries/pkcs11helper/default.nix
+++ b/pkgs/development/libraries/pkcs11helper/default.nix
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
     homepage = https://www.opensc-project.org/opensc/wiki/pkcs11-helper;
     license = with licenses; [ "BSD" gpl2 ];
     description = "Library that simplifies the interaction with PKCS#11 providers";
+    platforms = platforms.unix;
   };
 }