summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sigils/packages/upstream.scm40
1 files changed, 1 insertions, 39 deletions
diff --git a/sigils/packages/upstream.scm b/sigils/packages/upstream.scm
index 62ed6fd..053e402 100644
--- a/sigils/packages/upstream.scm
+++ b/sigils/packages/upstream.scm
@@ -28,45 +28,7 @@
;; mimeo
#:use-module (guix build-system python)
#:use-module (gnu packages file)
- #:use-module (gnu packages freedesktop)
- ;; waypipe
- #:use-module (guix build-system meson)
- #:use-module (gnu packages python)
- #:use-module (gnu packages gl)
- #:use-module (gnu packages xdisorg)
- #:use-module (gnu packages pkg-config)
- #:use-module (gnu packages man)
- #:use-module (gnu packages video))
-
-(define-public waypipe-2
- (package
- (name "waypipe")
- (version "0.9.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.freedesktop.org/mstoeckl/waypipe")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0pj7l3ix0pp0sfqxfa2hxql0f30vz6hh01fq5kzhs831b632i3z0"))))
- (build-system meson-build-system)
- (native-inputs
- (list pkg-config scdoc
- ;; For tests
- python))
- (inputs (list lz4 libva mesa libdrm ffmpeg))
- (arguments
- `(#:configure-flags
- ,#~'("-Dwith_lz4=enabled" "-Dwith_vaapi=enabled"
- "-Dwith_dmabuf=enabled" "-Dwith_video=enabled")))
- (home-page "https://gitlab.freedesktop.org/mstoeckl/waypipe")
- (synopsis "Proxy for Wayland protocol applications")
- (description
- "Waypipe is a proxy for Wayland clients, with the aim of
-supporting behavior like @samp{ssh -X}.")
- (license license:expat)))
+ #:use-module (gnu packages freedesktop))
(define-public mimeo
(package