From 8031617f3f97638bc8e4a0142d98b0ca2dc09ed9 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Mon, 2 Dec 2019 10:05:32 +0000 Subject: bash-completion: apply musl patch unconditionally This way we don't forget accidentally to remove the patch on the next upgrade. --- pkgs/shells/bash/bash-completion/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/shells') 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. -- cgit 1.4.1