mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
benchexec: 3.21 → 3.27 (#374278)
This commit is contained in:
commit
bdb539f1ed
1 changed files with 7 additions and 2 deletions
|
@ -9,17 +9,22 @@
|
||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "benchexec";
|
pname = "benchexec";
|
||||||
version = "3.21";
|
version = "3.27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sosy-lab";
|
owner = "sosy-lab";
|
||||||
repo = "benchexec";
|
repo = "benchexec";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-bE3brmmLHZQakDKvd47I1hm9Dcsu6DrSeJyjWWtEZWI=";
|
hash = "sha256-lokz7klAQAascij0T/T43/PrbMh6ZUAvFnIqg13pVUk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace-fail 'setuptools ==' 'setuptools >='
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [ setuptools ];
|
nativeBuildInputs = with python3.pkgs; [ setuptools ];
|
||||||
|
|
||||||
# NOTE: CPU Energy Meter is not added,
|
# NOTE: CPU Energy Meter is not added,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue