formatting: fix missing leading whitespace

This commit is contained in:
1000101
2020-06-07 17:29:08 -04:00
committed by Benjamin Hipple
parent 1ea60ca783
commit c597a7f869
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
, ed, glibc, libevent
}:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
name = "netatalk-3.1.12";
src = fetchurl {
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, which, libxslt, libxml2, docbook_xml_dtd_412, docbook_xsl, glib, imagemagick, darwin }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
version = "1.4.1";
pname = "chafa";
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, perl }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
version = "3.03+dfsg2";
pname = "cowsay";
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, autoreconfHook, zlib, pcre, w3m, man }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
pname = "privoxy";
version = "3.0.28";
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, autoreconfHook, asciidoc, libxml2,
libxslt, docbook_xsl }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
pname = "tinyproxy";
version = "1.10.0";