mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
berry: format
This commit is contained in:
parent
aa689c679c
commit
3aff222fd7
@ -1,16 +1,17 @@
|
||||
{ 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: {
|
||||
@ -30,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
which
|
||||
];
|
||||
|
||||
buildInputs =[
|
||||
buildInputs = [
|
||||
libX11
|
||||
libXext
|
||||
libXft
|
||||
@ -39,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
freetype
|
||||
];
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user