summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-12-02 10:05:32 +0000
committerJörg Thalheim <joerg@thalheim.io>2019-12-02 10:15:10 +0000
commit8031617f3f97638bc8e4a0142d98b0ca2dc09ed9 (patch)
tree6c034825ded41fb0833038b8de88ebfc21460b4a /pkgs/shells/bash
parent0106804da3f6b26260e018ae3be4fe86664231da (diff)
downloadnixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.tar
nixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.tar.gz
nixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.tar.bz2
nixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.tar.lz
nixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.tar.xz
nixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.tar.zst
nixpkgs-8031617f3f97638bc8e4a0142d98b0ca2dc09ed9.zip
bash-completion: apply musl patch unconditionally
This way we don't forget accidentally to remove the patch on the next upgrade.
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/bash-completion/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/shells/bash/bash-completion/default.nix b/pkgs/shells/bash/bash-completion/default.nix
index fb9707c3224..a741633340d 100644
--- a/pkgs/shells/bash/bash-completion/default.nix
+++ b/pkgs/shells/bash/bash-completion/default.nix
@@ -1,5 +1,4 @@
 { stdenv, fetchFromGitHub
-, lib
 , fetchpatch
 , autoreconfHook
 , python3Packages
@@ -29,7 +28,6 @@ stdenv.mkDerivation rec {
 
   patches = [
     ./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
     #       is availabe in a release in nixpkgs. see https://github.com/scop/bash-completion/issues/312.
     # Fixes a test failure with musl.