resholve: fix build with structuredAttrs (#470700)

This commit is contained in:
Wolfgang Walther
2025-12-15 08:06:26 +00:00
committed by GitHub
+6 -1
View File
@@ -42,7 +42,10 @@ python27.pkgs.buildPythonApplication {
];
makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath [ gawk ]}"
"--prefix"
"PATH"
":"
(lib.makeBinPath [ gawk ])
];
postPatch = ''
@@ -78,6 +81,8 @@ python27.pkgs.buildPythonApplication {
};
};
__structuredAttrs = true;
meta = {
description = "Resolve external shell-script dependencies";
homepage = "https://github.com/abathur/resholve";