Skip to content

Commit

Permalink
htmldoc: 1.9.19 -> 1.9.20 (#363737)
Browse files Browse the repository at this point in the history
Fixes some regressions introduced 1.9.19.

Changes:
https://github.com/michaelrsweet/htmldoc/releases/tag/v1.9.20
(cherry picked from commit 5b4eab9)
  • Loading branch information
LeSuisse authored and github-actions[bot] committed Dec 10, 2024
1 parent 976c39e commit cd667de
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 cd667de

Please sign in to comment.