mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -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 {
|
(pkgs.stdenvNoCC.mkDerivation {
|
||||||
name = file;
|
name = file;
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.curl
|
pkgs.buildPackages.curl
|
||||||
pkgs.jq
|
pkgs.buildPackages.jq
|
||||||
];
|
];
|
||||||
isWheel = lib.strings.hasSuffix "whl" file;
|
isWheel = lib.strings.hasSuffix "whl" file;
|
||||||
system = "builtin";
|
system = "builtin";
|
||||||
|
|
Loading…
Add table
Reference in a new issue