bash-completion: do not change pkgconfig behaviour, fixes #71662
Since 2.9 bash-completion hardcodes paths in pkgconfig file. We want to be able to override certain paths, so this commit restores the original behaviour. https://github.com/NixOS/nixpkgs/issues/71662
This commit is contained in:
committed by
Frederik Rietdijk
parent
548b707584
commit
061c6b8024
@@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
||||
bashInteractive
|
||||
];
|
||||
|
||||
patches = [
|
||||
./0001-Revert-build-Do-cmake-pc-and-profile-variable-replac.patch
|
||||
];
|
||||
|
||||
# ignore ip_addresses because it tries to touch network
|
||||
# ignore test_ls because impure logic
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user