mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
fetchFromPypi: Fix cross
This commit is contained in:
parent
30e1dc364c
commit
8ca929109d
1 changed files with 2 additions and 2 deletions
4
lib.nix
4
lib.nix
|
@ -110,8 +110,8 @@ let
|
|||
(pkgs.stdenvNoCC.mkDerivation {
|
||||
name = file;
|
||||
nativeBuildInputs = [
|
||||
pkgs.curl
|
||||
pkgs.jq
|
||||
pkgs.buildPackages.curl
|
||||
pkgs.buildPackages.jq
|
||||
];
|
||||
isWheel = lib.strings.hasSuffix "whl" file;
|
||||
system = "builtin";
|
||||
|
|
Loading…
Add table
Reference in a new issue