Skip to content

Commit

Permalink
Move Linux specific libraries in Nix
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Nov 23, 2023
1 parent 96345ec commit 4507021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ buildPythonPackage rec {

buildInputs = [
bzip2
nettle
pcsclite
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.PCSC
libiconv
] ++ lib.optionals stdenv.isLinux [
nettle
pcsclite
];

pythonImportsCheck = [ "pysequoia" ];
Expand Down

0 comments on commit 4507021

Please sign in to comment.