summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-11-13 11:04:11 +0000
committerGitHub <noreply@github.com>2021-11-13 11:04:11 +0000
commitbfb631e9f023429037e26ae977d731ae46c8bebf (patch)
tree937a67044813ea52d440829cee8a8c020054956c /pkgs
parentbd509008a878d8174e12810a4640168157b42479 (diff)
parentef73f580b8cbe56de787a8533d5804dfc2c76c68 (diff)
Merge pull request #145659 from polachok/update-roxterm
roxterm: 3.7.5 -> 3.11.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/terminal-emulators/roxterm/default.nix16
1 files changed, 3 insertions, 13 deletions
diff --git a/pkgs/applications/terminal-emulators/roxterm/default.nix b/pkgs/applications/terminal-emulators/roxterm/default.nix
index fff534aaff1a..66c96ab87986 100644
--- a/pkgs/applications/terminal-emulators/roxterm/default.nix
+++ b/pkgs/applications/terminal-emulators/roxterm/default.nix
@@ -1,4 +1,4 @@
-{ at-spi2-core, cmake, dbus, dbus-glib, docbook_xsl, epoxy, fetchpatch, fetchFromGitHub
+{ at-spi2-core, cmake, dbus, dbus-glib, docbook_xsl, epoxy, fetchFromGitHub
, glib, gtk3, harfbuzz, libXdmcp, libXtst, libpthreadstubs
, libselinux, libsepol, libtasn1, libxkbcommon, libxslt, p11-kit, pcre2
, pkg-config, lib, stdenv, util-linuxMinimal, vte, wrapGAppsHook, xmlto
@@ -6,25 +6,15 @@
stdenv.mkDerivation rec {
pname = "roxterm";
- version = "3.7.5";
+ version = "3.11.1";
src = fetchFromGitHub {
owner = "realh";
repo = "roxterm";
rev = version;
- sha256 = "042hchvgk9jzz035zsgnfhh8105zvspbzz6b78waylsdlgqn0pp1";
+ sha256 = "1n7588bl83sp51jwjq97f526c7fkh0kq90idw3nayb4zmi530irx";
};
- patches = [
- # This is the commit directly after v3.7.5. It is needed to get roxterm to
- # build correctly. It can be removed when v3.7.6 (or v3.8.0) has been
- # released.
- (fetchpatch {
- url = "https://github.com/realh/roxterm/commit/f7c38fd48bd1810e16d82794bdfb61a9760a2fe1.patch";
- sha256 = "1v77b7ilgf8zy1npxxcyc06mq6lck6bi6lw4aksnq3mi61n5znmx";
- })
- ];
-
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook libxslt ];
buildInputs =