Skip to content

Commit

Permalink
[Backport release-24.05] htmldoc: 1.9.19 -> 1.9.20 (#363799)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 12, 2024
2 parents 1aa5679 + cd667de commit aa0e0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/typesetting/htmldoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -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 {
Expand Down

0 comments on commit aa0e0be

Please sign in to comment.