From 7c61bb615a3bcda46534436fd3136ef6103f3505 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sat, 13 Oct 2018 18:14:56 -0500 Subject: libbsd: update patches --- pkgs/development/libraries/libbsd/default.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'pkgs/development/libraries/libbsd/default.nix') diff --git a/pkgs/development/libraries/libbsd/default.nix b/pkgs/development/libraries/libbsd/default.nix index b304b73e7e0..dc7213acd63 100644 --- a/pkgs/development/libraries/libbsd/default.nix +++ b/pkgs/development/libraries/libbsd/default.nix @@ -13,16 +13,7 @@ stdenv.mkDerivation rec { # the configure scripts nativeBuildInputs = [ autoreconfHook ]; - patches = stdenv.lib.optional stdenv.isDarwin ./darwin.patch - # Suitable for all, but limited to musl to avoid rebuilds - ++ stdenv.lib.optionals stdenv.hostPlatform.isMusl [ - # https://cgit.freedesktop.org/libbsd/commit/?id=1f8a3f7bccfc84b195218ad0086ebd57049c3490 - ./non-glibc.patch - # https://cgit.freedesktop.org/libbsd/commit/?id=11ec8f1e5dfa1c10e0c9fb94879b6f5b96ba52dd - ./cdefs.patch - # https://cgit.freedesktop.org/libbsd/commit/?id=b20272f5a966333b49fdf2bda797e2a9f0227404 - ./features.patch - ]; + patches = stdenv.lib.optional stdenv.isDarwin ./darwin.patch; meta = with stdenv.lib; { description = "Common functions found on BSD systems"; -- cgit 1.4.1