[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: alacritty: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: alacritty: Fix build. |
Date: |
Sat, 30 Jan 2021 10:28:20 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new deda702 gnu: alacritty: Fix build.
deda702 is described below
commit deda7029e5b9eff1c3281ffc2bb0776c47fd7adf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Jan 30 16:25:00 2021 +0100
gnu: alacritty: Fix build.
This is a follow-up of 880e6334b7aeda04ad8572f9c68a9055de15aeb8.
* gnu/packages/terminals.scm (alacritty)[arguments]: Rename "rust-dirs-2.0"
into "rust-dirs-2" and "rust-embed-resource-1.3" into
"rust-embed-resource-1".
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 38f3403..8230b39 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1240,7 +1240,7 @@ made by suckless.")
("rust-urlocator" ,rust-urlocator-0.1)
("rust-xdg" ,rust-xdg-2)
("rust-image" ,rust-image-0.22)
- ("rust-dirs" ,rust-dirs-2.0)
+ ("rust-dirs" ,rust-dirs-2)
("rust-x11-dl" ,rust-x11-dl-2)
("rust-winapi" ,rust-winapi-0.3)
("rust-base64" ,rust-base64-0.11)
@@ -1278,7 +1278,7 @@ made by suckless.")
("rust-gl-generator" ,rust-gl-generator-0.14)
("rust-andrew" ,rust-andrew-0.2)
("rust-smithay-client-toolkit" ,rust-smithay-client-toolkit-0.6)
- ("rust-embed-resource" ,rust-embed-resource-1.3)
+ ("rust-embed-resource" ,rust-embed-resource-1)
("rust-http-req" ,rust-http-req-0.5)
("rust-zip" ,rust-zip-0.5)
("rust-tempfile" ,rust-tempfile-3)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: alacritty: Fix build.,
guix-commits <=