Whitespace fixes in package expressions I maintain

This commit is contained in:
Bjørn Forsman
2014-01-02 17:58:08 +01:00
parent 7fd542fad9
commit 4d6605e882
20 changed files with 30 additions and 23 deletions
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, qt4, bison, flex, eigen, boost, mesa, glew, opencsg, cgal { stdenv, fetchurl, qt4, bison, flex, eigen, boost, mesa, glew, opencsg, cgal
, mpfr, gmp }: , mpfr, gmp
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2013.06"; version = "2013.06";
+2 -1
View File
@@ -18,7 +18,8 @@
# gr-video-sdl: PAL and NTSC display # gr-video-sdl: PAL and NTSC display
, SDL , SDL
, libusb1, orc, pyopengl , libusb1, orc, pyopengl
, makeWrapper }: , makeWrapper
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnuradio-${version}"; name = "gnuradio-${version}";
+2 -1
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, buildPythonPackage, tempita, jinja2, pyyaml, clepy, mock { stdenv, fetchurl, buildPythonPackage, tempita, jinja2, pyyaml, clepy, mock
, nose, decorator, docutils }: , nose, decorator, docutils
}:
# TODO: pitz has a pitz-shell utility that depends on ipython, but it just # TODO: pitz has a pitz-shell utility that depends on ipython, but it just
# errors out and dies (it probably depends on an old ipython version): # errors out and dies (it probably depends on an old ipython version):
+2 -1
View File
@@ -2,7 +2,8 @@
# Perl modules: # Perl modules:
, EncodeLocale, MathClipper, ExtUtilsXSpp, BoostGeometryUtils , EncodeLocale, MathClipper, ExtUtilsXSpp, BoostGeometryUtils
, MathConvexHullMonotoneChain, MathGeometryVoronoi, MathPlanePath, Moo , MathConvexHullMonotoneChain, MathGeometryVoronoi, MathPlanePath, Moo
, IOStringy, ClassXSAccessor, Wx, GrowlGNTP, NetDBus }: , IOStringy, ClassXSAccessor, Wx, GrowlGNTP, NetDBus
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.9.10b"; version = "0.9.10b";
+2 -1
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, makeWrapper, which, coreutils, rrdtool, perl, perlPackages { stdenv, fetchurl, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
, python, ruby, openjdk, nettools }: , python, ruby, openjdk, nettools
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.0.17"; version = "2.0.17";
+2 -1
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, coreutils, python, duplicity, gawk, gnupg1, bash { stdenv, fetchurl, coreutils, python, duplicity, gawk, gnupg1, bash
, gnugrep, txt2man, makeWrapper }: , gnugrep, txt2man, makeWrapper
}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "duply-1.5.11"; name = "duply-1.5.11";
+2 -1
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, libpcap, gnutls, libgcrypt, libxml2, glib, geoip, sqlite { stdenv, fetchurl, libpcap, gnutls, libgcrypt, libxml2, glib, geoip, sqlite
, which }: , which
}:
# ntopng includes LuaJIT, mongoose, rrdtool and zeromq in its third-party/ # ntopng includes LuaJIT, mongoose, rrdtool and zeromq in its third-party/
# directory. # directory.