mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
berry: format
This commit is contained in:
parent
aa689c679c
commit
3aff222fd7
@ -1,16 +1,17 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, fetchFromGitHub
|
stdenv,
|
||||||
, copyDesktopItems
|
fetchFromGitHub,
|
||||||
, fontconfig
|
copyDesktopItems,
|
||||||
, freetype
|
fontconfig,
|
||||||
, libX11
|
freetype,
|
||||||
, libXext
|
libX11,
|
||||||
, libXft
|
libXext,
|
||||||
, libXinerama
|
libXft,
|
||||||
, makeDesktopItem
|
libXinerama,
|
||||||
, pkg-config
|
makeDesktopItem,
|
||||||
, which
|
pkg-config,
|
||||||
|
which,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -30,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
which
|
which
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =[
|
buildInputs = [
|
||||||
libX11
|
libX11
|
||||||
libXext
|
libXext
|
||||||
libXft
|
libXft
|
||||||
@ -39,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
freetype
|
freetype
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [
|
||||||
|
"out"
|
||||||
|
"man"
|
||||||
|
];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user