rPackages.pkgdepends: fix compile error
Locate patchShebangs correctly Co-authored-by: Justin Bedő <cu@cua0.org>
This commit is contained in:
parent
bda9e420d9
commit
3e1c1ccfc8
@ -1507,6 +1507,12 @@ let
|
||||
patchShebangs src/library/ps/configure
|
||||
'';
|
||||
});
|
||||
|
||||
pkgdepends = old.pkgdepends.overrideAttrs (attrs: {
|
||||
postPatch = ''
|
||||
patchShebangs configure
|
||||
'';
|
||||
});
|
||||
};
|
||||
in
|
||||
self
|
||||
|
Loading…
Reference in New Issue
Block a user