Skip to content

Commit

Permalink
libtiff: fix static (properly) (#379305)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Feb 4, 2025
2 parents c91a43b + 83ccb86 commit 59183db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
8 changes: 7 additions & 1 deletion pkgs/by-name/li/libtiff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ stdenv.mkDerivation (finalAttrs: {
# libc++abi 11 has an `#include <version>`, this picks up files name
# `version` in the project's include paths
./rename-version.patch
./static.patch

# https://gitlab.com/libtiff/libtiff/-/merge_requests/685
(fetchpatch {
name = "static.patch";
url = "https://gitlab.com/libtiff/libtiff/-/commit/e6f3d60187a699507d6c85c5c63a8f258d8b8ebc.patch";
hash = "sha256-TZE7nyOPojxnR9/jiZbv2LgKS2Yz+Db9lbLgeefrQsc=";
})
];

postPatch = ''
Expand Down
36 changes: 0 additions & 36 deletions pkgs/by-name/li/libtiff/static.patch

This file was deleted.

0 comments on commit 59183db

Please sign in to comment.