diff options
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 08703b370c..26300a6d87 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2644,7 +2644,7 @@ It is used to control the pointer with a joystick device.") "0mvwxrnkq0lzhjr894p420zxffdn34nc2scinmp7qd1hikr51kkp")))) (build-system gnu-build-system) ;; Linux is no longer supported since 2.0.0, use libinput or evdev instead. - (supported-systems '("i586-gnu" "x86_64-gnu")) + (supported-systems %hurd-systems) (inputs (list xorg-server)) (native-inputs (list pkg-config)) (home-page "https://www.x.org/wiki/") @@ -7199,7 +7199,7 @@ direct replacement for @command{xvfb-run} specifically. (define-public xwayland-satellite (package (name "xwayland-satellite") - (version "0.6") + (version "0.7") (source (origin (method git-fetch) (uri (git-reference @@ -7208,7 +7208,7 @@ direct replacement for @command{xvfb-run} specifically. (file-name (git-file-name name version)) (sha256 (base32 - "04n9lsalzyj1pq0x0wvmnpldw1kdb8ws91niwqr54a3km7ayn8i2")))) + "10g21lfxhym8wi2hsy7mdkhdk128myp5j1vy39vf2196zd8nvvwv")))) (build-system cargo-build-system) (arguments (list #:install-source? #f |