resholve: fix build with structuredAttrs (#470700)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user