From 5b4eab908b5c6c62f4a6aec10b6e70796b5deffb Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Tue, 10 Dec 2024 04:10:05 +0100 Subject: [PATCH] htmldoc: 1.9.19 -> 1.9.20 (#363737) Fixes some regressions introduced 1.9.19. Changes: https://github.com/michaelrsweet/htmldoc/releases/tag/v1.9.20 --- pkgs/tools/typesetting/htmldoc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/typesetting/htmldoc/default.nix b/pkgs/tools/typesetting/htmldoc/default.nix index 0218e48d999c..3a89c06a3361 100644 --- a/pkgs/tools/typesetting/htmldoc/default.nix +++ b/pkgs/tools/typesetting/htmldoc/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "htmldoc"; - version = "1.9.19"; + version = "1.9.20"; src = fetchFromGitHub { owner = "michaelrsweet"; repo = "htmldoc"; rev = "v${version}"; - sha256 = "sha256-JNZoPAXriaYpeiwO9GaxGPwiGohwIK1skhq/Ot/UUvI="; + hash = "sha256-nEDvG2Q6uMYWyb49EKOZimkOfEavCjvfFgucwi3u64k="; }; nativeBuildInputs = [ pkg-config ]; @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { # do not generate universal binary on Darwin # because it is not supported by Nix's clang postPatch = '' - substituteInPlace configure --replace "-arch x86_64 -arch arm64" "" + substituteInPlace configure --replace-fail "-arch x86_64 -arch arm64" "" ''; passthru.tests = testers.testVersion {