mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 01:53:09 +09:00
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";
|
homepage = "https://libtiff.gitlab.io/libtiff";
|
||||||
changelog = "https://libtiff.gitlab.io/libtiff/v${finalAttrs.version}.html";
|
changelog = "https://libtiff.gitlab.io/libtiff/v${finalAttrs.version}.html";
|
||||||
license = licenses.libtiff;
|
license = licenses.libtiff;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix ++ platforms.windows;
|
||||||
pkgConfigModules = [ "libtiff-4" ];
|
pkgConfigModules = [ "libtiff-4" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue