about summary refs log tree commit diff
path: root/pkgs/applications/editors/poke
diff options
context:
space:
mode:
authorAndrew Brooks <andrewgrantbrooks@gmail.com>2021-05-11 10:15:36 -0500
committerAndrew Brooks <andrew.brooks@flightaware.com>2021-05-21 15:18:26 -0500
commit29c577c21835d0588aa346c6ebb84e90498ec6e0 (patch)
tree4a3f881fc1f5a4ddda9f4ed1e103e6fe6635dbbd /pkgs/applications/editors/poke
parente22fe366afc982c0e0e2af11d4f1a54a4a00035b (diff)
poke: revise formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications/editors/poke')
-rw-r--r--pkgs/applications/editors/poke/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix
index 7f8a2fdaa7acf..64ecbaa929276 100644
--- a/pkgs/applications/editors/poke/default.nix
+++ b/pkgs/applications/editors/poke/default.nix
@@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
   ] ++ lib.optional guiSupport makeWrapper;
 
   buildInputs = [ boehmgc readline ]
-  ++ lib.optionals guiSupport [tk tcl.tclPackageHook tcllib]
+  ++ lib.optionals guiSupport [ tk tcl.tclPackageHook tcllib ]
   ++ lib.optional miSupport json_c
   ++ lib.optional nbdSupport libnbd
   ++ lib.optional textStylingSupport gettext