From 65855071f2bb87a6249dc317b983c399cfbfd38f Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Fri, 19 Nov 2021 18:45:11 -0800 Subject: [PATCH] rhash: apply clang patch unconditionally The patch will be included in the next release and is safe to apply unconditionally. Cleanup after 2d2d4722739 --- pkgs/tools/security/rhash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/rhash/default.nix b/pkgs/tools/security/rhash/default.nix index 7177b1891f2..e82052d961b 100644 --- a/pkgs/tools/security/rhash/default.nix +++ b/pkgs/tools/security/rhash/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { sha256 = "sha256-HkDgWwHoRWCNtWyfP4sj3veEd+KT5J7yL4J4Z/hJcrE="; }; - patches = lib.optionals stdenv.cc.isClang [ + patches = [ # Fix clang configuration; remove with next release (fetchpatch { url = "https://github.com/rhash/RHash/commit/4dc506066cf1727b021e6352535a8bb315c3f8dc.patch";