xterm: 397 -> 399 (#398215)

This commit is contained in:
Sandro
2025-05-21 18:43:44 +02:00
committed by GitHub
+4 -2
View File
@@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "397";
version = "399";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-Lpt0K5y6ROzsWAdOUTI39s1tWSPxc3yzak5WJfSuhmI=";
hash = "sha256-nbNK0PU92xIj1wskfIOR5S8+SxZtathUJqTEeBPRseM=";
};
patches = [ ./sixel-256.support.patch ];
@@ -83,6 +83,8 @@ stdenv.mkDerivation rec {
echo '#define USE_UTMP_SETGID 1'
'';
enableParallelBuilding = true;
postInstall = ''
for bin in $out/bin/*; do
wrapProgram $bin --set XAPPLRESDIR $out/lib/X11/app-defaults/