mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python3Packages.trezor: make udev rules dependency linux-only
This commit is contained in:
parent
8a1fdce8d3
commit
922af1cd2d
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
{ stdenv
|
||||
, lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy3k
|
||||
@ -49,6 +50,7 @@ buildPythonPackage rec {
|
||||
rlp
|
||||
shamir-mnemonic
|
||||
typing-extensions
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
trezor-udev-rules
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user