about summary refs log tree commit diff
path: root/pkgs/tools/security/rhash
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-11-19 18:45:11 -0800
committerRyan Burns <rtburns@protonmail.com>2021-11-19 18:45:14 -0800
commit65855071f2bb87a6249dc317b983c399cfbfd38f (patch)
tree81578554ca4727933f5e1e5fd7d6bb0fbb18582b /pkgs/tools/security/rhash
parent301d747d5d5f4e8df64db9896be361eeaeca5c32 (diff)
rhash: apply clang patch unconditionally
The patch will be included in the next release and is safe to apply
unconditionally.
Cleanup after 2d2d4722739
Diffstat (limited to 'pkgs/tools/security/rhash')
-rw-r--r--pkgs/tools/security/rhash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/rhash/default.nix b/pkgs/tools/security/rhash/default.nix
index 7177b1891f2dd..e82052d961b8c 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";