summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2019-03-11 20:30:27 +0100
committerRutger Helling <rhelling@mykolab.com>2019-03-11 20:31:30 +0100
commit7959ccac3f311c310f117b89e643f4d845557841 (patch)
treee0745f7d9965f87e3c2534be97182277a6335ce9 /gnu/packages/wm.scm
parentb0805973cd1c08fe031bfed312e570697a665494 (diff)
downloadpatches-7959ccac3f311c310f117b89e643f4d845557841.tar
patches-7959ccac3f311c310f117b89e643f4d845557841.tar.gz
gnu: swaylock: Fix indentation.
* gnu/packages/wm.scm (swaylock): Fix indentation.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 27848ea161..4a6fc62069 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1241,8 +1241,7 @@ modules for building a Wayland compositor.")
("libxkbcommon" ,libxkbcommon)
;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
("wayland" ,wayland)))
- (native-inputs `(
- ("git" ,git)
+ (native-inputs `(("git" ,git)
("pango" ,pango)
("pkg-config" ,pkg-config)
("scdoc" ,scdoc)