1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

libmng: mark available on windows

This commit is contained in:
Nick Cao 2024-03-16 11:36:43 -07:00 committed by Bjørn Forsman
parent ff85f1bd4d
commit cc42446bd1

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.libmng.com";
license = licenses.zlib;
maintainers = with maintainers; [ marcweber ];
platforms = platforms.unix;
platforms = platforms.unix ++ platforms.windows;
};
}