From 16174037b3b66f8a00171df85fd99c210f14c268 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 4 Jan 2021 14:06:18 -0800 Subject: python38: remove obsolete find_library patch --- pkgs/development/interpreters/python/cpython/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/interpreters') diff --git a/pkgs/development/interpreters/python/cpython/default.nix b/pkgs/development/interpreters/python/cpython/default.nix index 2394e0e259e5..a26c209acc9a 100644 --- a/pkgs/development/interpreters/python/cpython/default.nix +++ b/pkgs/development/interpreters/python/cpython/default.nix @@ -216,7 +216,7 @@ in with passthru; stdenv.mkDerivation { else ./3.7/fix-finding-headers-when-cross-compiling.patch ) - ] ++ optionals (isPy37 || isPy38) [ + ] ++ optionals (isPy37) [ # Backport a fix for ctypes.util.find_library. ./3.7/find_library.patch ]; -- cgit 1.4.1