Whitespace fixes in package expressions I maintain
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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}";
|
||||||
|
|||||||
@@ -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,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";
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user