Format using nixfmt rfc style
This commit is contained in:
parent
d07a224bbc
commit
f6be5f8b80
37 changed files with 934 additions and 612 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchzip
|
||||
, autoPatchelfHook
|
||||
, libGL
|
||||
, freetype
|
||||
, libdrm
|
||||
, fontconfig
|
||||
, harfbuzz
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchzip,
|
||||
autoPatchelfHook,
|
||||
libGL,
|
||||
freetype,
|
||||
libdrm,
|
||||
fontconfig,
|
||||
harfbuzz,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
@ -18,7 +19,14 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-4lfUxJTBpjrsRO+pmW7DNKV69tMr2wiarA5Fy4wPgMk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook libGL freetype libdrm fontconfig harfbuzz ];
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
libGL
|
||||
freetype
|
||||
libdrm
|
||||
fontconfig
|
||||
harfbuzz
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -r * $out/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue