libdeflate: mark available on windows
This commit is contained in:
parent
1aa92a8baa
commit
ff85f1bd4d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.mit;
|
||||
homepage = "https://github.com/ebiggers/libdeflate";
|
||||
changelog = "https://github.com/ebiggers/libdeflate/blob/v${finalAttrs.version}/NEWS.md";
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ orivej kaction ];
|
||||
pkgConfigModules = [ "libdeflate" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue