Loading pkgs/by-name/vi/vips/package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -46,6 +46,10 @@ withIntrospection ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages, withDevDoc ? !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD && !(stdenv.hostPlatform.isRiscV && stdenv.isLinux), # passthru testers, Loading @@ -62,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: { "man" "dev" ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) [ "devdoc" ]; ++ lib.optionals withDevDoc [ "devdoc" ]; src = fetchFromGitHub { owner = "libvips"; Loading @@ -87,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: { ninja pkg-config ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) [ ++ lib.optionals withDevDoc [ gi-docgen ]; Loading Loading @@ -135,9 +139,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.mesonEnable "spng" false) # we want to use libpng (lib.mesonEnable "introspection" withIntrospection) ] ++ lib.optional (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) ( lib.mesonBool "docs" true ) ++ lib.optional withDevDoc (lib.mesonBool "docs" true) ++ lib.optional (imagemagick == null) (lib.mesonEnable "magick" false); postFixup = '' Loading Loading
pkgs/by-name/vi/vips/package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -46,6 +46,10 @@ withIntrospection ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages, withDevDoc ? !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD && !(stdenv.hostPlatform.isRiscV && stdenv.isLinux), # passthru testers, Loading @@ -62,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: { "man" "dev" ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) [ "devdoc" ]; ++ lib.optionals withDevDoc [ "devdoc" ]; src = fetchFromGitHub { owner = "libvips"; Loading @@ -87,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: { ninja pkg-config ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) [ ++ lib.optionals withDevDoc [ gi-docgen ]; Loading Loading @@ -135,9 +139,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.mesonEnable "spng" false) # we want to use libpng (lib.mesonEnable "introspection" withIntrospection) ] ++ lib.optional (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) ( lib.mesonBool "docs" true ) ++ lib.optional withDevDoc (lib.mesonBool "docs" true) ++ lib.optional (imagemagick == null) (lib.mesonEnable "magick" false); postFixup = '' Loading