giflib: mark available on windows
This commit is contained in:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A library for reading and writing gif images";
|
||||
homepage = "https://giflib.sourceforge.net/";
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
branch = "5.2";
|
||||
|
||||
Reference in New Issue
Block a user