rhash: apply clang patch unconditionally

The patch will be included in the next release and is safe to apply
unconditionally.
Cleanup after 2d2d472273
This commit is contained in:
Ryan Burns 2021-11-19 18:45:11 -08:00
parent 301d747d5d
commit 65855071f2

View file

@ -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";