Whitespace fixes in package expressions I maintain

This commit is contained in:
Bjørn Forsman 2014-01-02 17:53:57 +01:00
parent 7fd542fad9
commit 4d6605e882
20 changed files with 30 additions and 23 deletions

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, qt4, bison, flex, eigen, boost, mesa, glew, opencsg, cgal
, mpfr, gmp }:
, mpfr, gmp
}:
stdenv.mkDerivation rec {
version = "2013.06";

View File

@ -18,7 +18,8 @@
# gr-video-sdl: PAL and NTSC display
, SDL
, libusb1, orc, pyopengl
, makeWrapper }:
, makeWrapper
}:
stdenv.mkDerivation rec {
name = "gnuradio-${version}";

View File

@ -1,5 +1,6 @@
{ 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
# errors out and dies (it probably depends on an old ipython version):

View File

@ -2,7 +2,8 @@
# Perl modules:
, EncodeLocale, MathClipper, ExtUtilsXSpp, BoostGeometryUtils
, MathConvexHullMonotoneChain, MathGeometryVoronoi, MathPlanePath, Moo
, IOStringy, ClassXSAccessor, Wx, GrowlGNTP, NetDBus }:
, IOStringy, ClassXSAccessor, Wx, GrowlGNTP, NetDBus
}:
stdenv.mkDerivation rec {
version = "0.9.10b";

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
, python, ruby, openjdk, nettools }:
, python, ruby, openjdk, nettools
}:
stdenv.mkDerivation rec {
version = "2.0.17";

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, coreutils, python, duplicity, gawk, gnupg1, bash
, gnugrep, txt2man, makeWrapper }:
, gnugrep, txt2man, makeWrapper
}:
stdenv.mkDerivation {
name = "duply-1.5.11";

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, libpcap, gnutls, libgcrypt, libxml2, glib, geoip, sqlite
, which }:
, which
}:
# ntopng includes LuaJIT, mongoose, rrdtool and zeromq in its third-party/
# directory.