feature/ftb-app #14

Open
ahuston-0 wants to merge 8 commits from feature/ftb-app into main
2 changed files with 7 additions and 3 deletions
Showing only changes of commit c78a8db144 - Show all commits

View File

@ -8,6 +8,7 @@
expat,
fetchurl,
gtk3,
gdk-pixbuf,
jre,
lib,
libdrm,
@ -26,11 +27,11 @@
# sha256sums_aarch64=(ad1197556a187693cbc488142562a0c17144e33056f1c914950c2f1496a4c532)
stdenv.mkDerivation rec {
pname = "ftb-app";
version = "1.25.14";
version = "1.27.3";
src = fetchurl {
url = "https://piston.feed-the-beast.com/app/ftb-app-${version}-amd64.deb";
sha256 = "c9e4ce43be5337d2c7f10c55412d0acc629178d4967aef88897ebad2aa241ef0";
url = "https://piston.feed-the-beast.com/app/ftb-app-linux-${version}-amd64.deb";
sha256 = "031a73g58vj35h33pmp3swjrjlg09ismdx46810sp7ihrpvs0ad6";
};
nativeBuildInputs = [
@ -82,6 +83,7 @@ stdenv.mkDerivation rec {
libs+="${xorg.libxcb}/lib/libxcb.so.1 ${alsa-lib}/lib/libasound.so.2 "
libs+="${libxkbcommon}/lib/libxkbcommon.so.0 "
libs+="${at-spi2-atk}/lib/libatspi.so.0 ${xorg.libXtst}/lib/libXtst.so.6 "
libs+="${gdk-pixbuf}/lib/libgdk_pixbuf-2.0.so.0 "
echo "$libs"

View File

@ -76,6 +76,7 @@
nix-prefetch
nix-tree
nh
nix-prefetch-scripts
# doom emacs dependencies
fd
@ -90,6 +91,7 @@
nodejs_20
nodePackages.prettier
treefmt
];
};