libtiff: mark available on windows
This commit is contained in:
parent
cc42446bd1
commit
4645c67723
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://libtiff.gitlab.io/libtiff";
|
||||
changelog = "https://libtiff.gitlab.io/libtiff/v${finalAttrs.version}.html";
|
||||
license = licenses.libtiff;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
pkgConfigModules = [ "libtiff-4" ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue