diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-03-11 20:30:27 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-03-11 20:31:30 +0100 |
commit | 7959ccac3f311c310f117b89e643f4d845557841 (patch) | |
tree | e0745f7d9965f87e3c2534be97182277a6335ce9 | |
parent | b0805973cd1c08fe031bfed312e570697a665494 (diff) | |
download | guix-7959ccac3f311c310f117b89e643f4d845557841.tar guix-7959ccac3f311c310f117b89e643f4d845557841.tar.gz |
gnu: swaylock: Fix indentation.
* gnu/packages/wm.scm (swaylock): Fix indentation.
-rw-r--r-- | gnu/packages/wm.scm | 3 |
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) |