guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/84: gnu: rust-wayland-egl-0.29: Fix inputs.


From: guix-commits
Subject: 61/84: gnu: rust-wayland-egl-0.29: Fix inputs.
Date: Mon, 8 Jan 2024 12:54:10 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 943d0c5478441e054789756743657df402e82c61
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 8 13:07:35 2024 +0200

    gnu: rust-wayland-egl-0.29: Fix inputs.
    
    * gnu/packages/crates-graphics.scm (rust-wayland-egl-0.29)
    [inputs]: Add wayland.  Remove rust-wayland-client-0.29,
    rust-wayland-sys-0.29.
    
    Change-Id: I22830728a222d582b585f70b49598330cba1fdf5
---
 gnu/packages/crates-graphics.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index b0d97c7fd9..e242274307 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4166,11 +4166,8 @@ properly display animated cursors.")
      `(#:cargo-inputs
        (("rust-wayland-client" ,rust-wayland-client-0.29)
         ("rust-wayland-sys" ,rust-wayland-sys-0.29))))
-    (inputs
-     (list rust-wayland-client-0.29 rust-wayland-sys-0.29))
-    ;; For the PKG_CONFIG_PATH environment variable.
-    (native-inputs
-     (list pkg-config))
+    (native-inputs (list pkg-config))
+    (inputs (list wayland))
     (home-page "https://github.com/smithay/wayland-rs";)
     (synopsis "Bindings to libwayland-egl")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]