Loading pkgs/by-name/be/berry/package.nix +21 −15 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , copyDesktopItems , fontconfig , freetype , libX11 , libXext , libXft , libXinerama , makeDesktopItem , pkg-config , which { lib, stdenv, fetchFromGitHub, copyDesktopItems, fontconfig, freetype, libX11, libXext, libXft, libXinerama, makeDesktopItem, pkg-config, which, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -39,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: { freetype ]; outputs = [ "out" "man" ]; outputs = [ "out" "man" ]; strictDeps = true; Loading @@ -51,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: { patchShebangs configure ''; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-D_C99_SOURCE"; desktopItems = [ (makeDesktopItem { name = "berry"; Loading Loading
pkgs/by-name/be/berry/package.nix +21 −15 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , copyDesktopItems , fontconfig , freetype , libX11 , libXext , libXft , libXinerama , makeDesktopItem , pkg-config , which { lib, stdenv, fetchFromGitHub, copyDesktopItems, fontconfig, freetype, libX11, libXext, libXft, libXinerama, makeDesktopItem, pkg-config, which, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -39,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: { freetype ]; outputs = [ "out" "man" ]; outputs = [ "out" "man" ]; strictDeps = true; Loading @@ -51,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: { patchShebangs configure ''; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-D_C99_SOURCE"; desktopItems = [ (makeDesktopItem { name = "berry"; Loading