bash-completion: apply musl patch unconditionally
This way we don't forget accidentally to remove the patch on the next upgrade.
This commit is contained in:
parent
0106804da3
commit
8031617f3f
@ -1,5 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, lib
|
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, python3Packages
|
, python3Packages
|
||||||
@ -29,7 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./0001-Revert-build-Do-cmake-pc-and-profile-variable-replac.patch
|
./0001-Revert-build-Do-cmake-pc-and-profile-variable-replac.patch
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isMusl [
|
|
||||||
# TODO: Remove when https://github.com/scop/bash-completion/commit/2cdac1b9f24df62a1fa80c1824ee8524c9b02393
|
# TODO: Remove when https://github.com/scop/bash-completion/commit/2cdac1b9f24df62a1fa80c1824ee8524c9b02393
|
||||||
# is availabe in a release in nixpkgs. see https://github.com/scop/bash-completion/issues/312.
|
# is availabe in a release in nixpkgs. see https://github.com/scop/bash-completion/issues/312.
|
||||||
# Fixes a test failure with musl.
|
# Fixes a test failure with musl.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user