rPackages.pkgdepends: fix compile error

Locate patchShebangs correctly

Co-authored-by: Justin Bedő <cu@cua0.org>
This commit is contained in:
László Kupcsik 2024-02-24 21:50:51 +01:00
parent bda9e420d9
commit 3e1c1ccfc8

View File

@ -1507,6 +1507,12 @@ let
patchShebangs src/library/ps/configure
'';
});
pkgdepends = old.pkgdepends.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure
'';
});
};
in
self