mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nix-heuristic-gc: Pin nix_2_24
This commit is contained in:
parent
d6bd5f2f50
commit
c4dddcff9d
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
nix,
|
||||
nixVersions,
|
||||
boost,
|
||||
python3Packages,
|
||||
}:
|
||||
|
@ -19,12 +19,12 @@ python3Packages.buildPythonPackage rec {
|
|||
|
||||
# NIX_SYSTEM suggested at
|
||||
# https://github.com/NixOS/nixpkgs/issues/386184#issuecomment-2692433531
|
||||
NIX_SYSTEM = nix.stdenv.hostPlatform.system;
|
||||
NIX_CFLAGS_COMPILE = [ "-I${lib.getDev nix}/include/nix" ];
|
||||
NIX_SYSTEM = nixVersions.nix_2_24.stdenv.hostPlatform.system;
|
||||
NIX_CFLAGS_COMPILE = [ "-I${lib.getDev nixVersions.nix_2_24}/include/nix" ];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
nix
|
||||
nixVersions.nix_2_24
|
||||
python3Packages.pybind11
|
||||
python3Packages.setuptools
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue