Skip to content

Commit

Permalink
WIP fix cross
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Mar 6, 2024
1 parent 78dcef8 commit 4d2c5de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixpkgs/resholve.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, version
, oildev
, configargparse
, pkgsBuildBuild
, binlore
, resholve
, resholve-utils
Expand All @@ -24,6 +25,10 @@ python27.pkgs.buildPythonApplication {
configargparse
];

makeWrapperArgs = with pkgsBuildBuild; [
"--prefix PATH : ${lib.makeBinPath [ gnused gawk ]}"
];

postPatch = ''
for file in setup.cfg _resholve/version.py; do
substituteInPlace $file --subst-var-by version ${version}
Expand Down

0 comments on commit 4d2c5de

Please sign in to comment.