mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-18 10:03:03 +00:00
SDL2_image: nixfmt
This commit is contained in:
parent
7f084a8532
commit
1f8f3e7c40
|
@ -43,10 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libtiff
|
||||
libwebp
|
||||
zlib
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
Foundation
|
||||
];
|
||||
] ++ lib.optionals stdenv.isDarwin [ Foundation ];
|
||||
|
||||
configureFlags = [
|
||||
# Disable dynamically loaded dependencies
|
||||
|
@ -70,8 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "SDL image library";
|
||||
homepage = "https://github.com/libsdl-org/SDL_image";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = lib.teams.sdl.members
|
||||
++ (with lib.maintainers; [ cpages ]);
|
||||
maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ cpages ]);
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue