[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: sway: Remove unused input.
From: |
guix-commits |
Subject: |
04/13: gnu: sway: Remove unused input. |
Date: |
Mon, 10 Feb 2020 14:34:10 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 03f40ce6d3e17c03563c70408e6f9954afa9a1d2
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 7 19:52:52 2020 +0100
gnu: sway: Remove unused input.
* gnu/packages/wm.scm (sway)[native-inputs]: Remove GIT.
---
gnu/packages/wm.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4e34470..d79af78 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -101,7 +101,6 @@
#:use-module (gnu packages suckless)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages textutils)
- #:use-module (gnu packages version-control)
#:use-module (gnu packages video)
#:use-module (gnu packages web)
#:use-module (gnu packages xdisorg)
@@ -1393,8 +1392,7 @@ modules for building a Wayland compositor.")
("swaybg" ,swaybg)
("wayland" ,wayland)
("wlroots" ,wlroots)))
- (native-inputs `(("git" ,git)
- ("libcap" ,libcap)
+ (native-inputs `(("libcap" ,libcap)
("linux-pam" ,linux-pam)
("mesa" ,mesa)
("pkg-config" ,pkg-config)
- branch master updated (2cbccf7 -> e7ce4ef), guix-commits, 2020/02/10
- 01/13: gnu: chromium.scm: Remove use of CADR., guix-commits, 2020/02/10
- 02/13: gnu: swaybg: Remove unused input., guix-commits, 2020/02/10
- 03/13: gnu: swaylock: Remove unused input., guix-commits, 2020/02/10
- 04/13: gnu: sway: Remove unused input.,
guix-commits <=
- 05/13: gnu: signify: Update to 28., guix-commits, 2020/02/10
- 06/13: gnu: strace: Update to 5.5., guix-commits, 2020/02/10
- 09/13: gnu: ceph: Update to 14.2.7., guix-commits, 2020/02/10
- 12/13: gnu: node: Disable flaky test., guix-commits, 2020/02/10
- 07/13: gnu: http-parser: Update to 2.9.3., guix-commits, 2020/02/10
- 08/13: gnu: rocksdb: Update to 6.6.4., guix-commits, 2020/02/10
- 11/13: gnu: python-protobuf: Update to 3.11.3., guix-commits, 2020/02/10
- 10/13: gnu: protobuf: Update to 3.11.3., guix-commits, 2020/02/10
- 13/13: gnu: unbound: Remove redundant input., guix-commits, 2020/02/10