mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
updated fastfetch
This commit is contained in:
parent
8d1ac4c573
commit
1d2844a34f
1 changed files with 8 additions and 5 deletions
|
|
@ -16,18 +16,18 @@
|
||||||
vulkan-loader,
|
vulkan-loader,
|
||||||
wayland,
|
wayland,
|
||||||
xfce,
|
xfce,
|
||||||
xorg,
|
libX11,
|
||||||
zlib,
|
zlib,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fastfetch";
|
pname = "fastfetch";
|
||||||
version = "1.11.0";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LinusDierheimer";
|
owner = "LinusDierheimer";
|
||||||
repo = finalAttrs.pname;
|
repo = finalAttrs.pname;
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-sSQaXXKH/ZELdhbUKuvAj0gZ0fSO/Xjxsv/TU0Xq47k=";
|
hash = "sha256-tMwHoa4Vy6QOkbASjvIiMal8TBDclF+TKWYWUwvpPeM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [cmake pkg-config];
|
nativeBuildInputs = [cmake pkg-config];
|
||||||
|
|
@ -47,9 +47,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
libxcb
|
libxcb
|
||||||
xfce.xfconf
|
xfce.xfconf
|
||||||
opencl-headers
|
opencl-headers
|
||||||
xorg.libX11
|
libX11
|
||||||
];
|
];
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DTARGET_DIR_ETC=./etc"
|
"-DTARGET_DIR_ETC=./"
|
||||||
];
|
];
|
||||||
|
postInstall = ''
|
||||||
|
rm -rf $out/fastfetch
|
||||||
|
'';
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue