From 71f8e0911af4c7e22d477b6bc611ef337c361d34 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 2 Mar 2008 18:49:31 +0000 Subject: Added src to meta for builderDefs-based packages. svn path=/nixpkgs/trunk/; revision=10913 --- pkgs/applications/audio/audacity/default.nix | 1 + pkgs/applications/audio/ladspa-plugins/default.nix | 1 + pkgs/applications/audio/ladspa-plugins/ladspah.nix | 1 + pkgs/applications/audio/snd/default.nix | 1 + pkgs/applications/graphics/gocr/0.44.nix | 1 + pkgs/applications/graphics/xscreensaver/5.04.nix | 1 + pkgs/applications/virtualization/qemu/0.9.0.nix | 1 + pkgs/applications/virtualization/qemu/0.9.1.nix | 1 + pkgs/applications/virtualization/qemu/linux-img/0.2.nix | 1 + pkgs/applications/virtualization/virtualbox/1.5.2.nix | 1 + pkgs/applications/window-managers/compiz-fusion/bcop/0.6.0.nix | 1 + pkgs/applications/window-managers/compiz-fusion/ccsm/0.6.0.nix | 1 + .../applications/window-managers/compiz-fusion/compiz-manager/0.6.0.nix | 1 + .../window-managers/compiz-fusion/compizconfig-python/0.6.0.nix | 1 + .../applications/window-managers/compiz-fusion/config-backend/0.6.0.nix | 1 + pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix | 1 + .../window-managers/compiz-fusion/libcompizconfig/0.6.0.nix | 1 + pkgs/applications/window-managers/compiz-fusion/main/0.6.0.nix | 1 + pkgs/applications/window-managers/compiz/0.6.2.nix | 1 + pkgs/applications/window-managers/fbpanel/4.12.nix | 1 + pkgs/data/fonts/clearlyU/1.9.nix | 1 + pkgs/data/fonts/fontWrap/default.nix | 1 + pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix | 1 + pkgs/development/compilers/qi/9.1.nix | 1 + pkgs/development/interpreters/pyrex/0.9.6.nix | 1 + pkgs/development/libraries/fftw/default.nix | 1 + pkgs/development/libraries/libdbi-drivers/0.8.2-1.nix | 1 + pkgs/development/libraries/libdbi/0.8.2.nix | 1 + pkgs/development/libraries/libextractor/0.5.18.nix | 1 + pkgs/development/tools/misc/indent/2.2.9.nix | 1 + pkgs/development/tools/misc/intltool/0.36.2.nix | 1 + pkgs/development/tools/misc/ltrace/0.5-3deb.nix | 1 + pkgs/games/construo/0.2.2.nix | 1 + pkgs/games/fsg/alt-builder.nix | 1 + pkgs/games/orbit/1.01.nix | 1 + pkgs/os-specific/linux/atheros/0.9.3.3.nix | 1 + pkgs/os-specific/linux/atheros/r2756.nix | 1 + pkgs/os-specific/linux/atheros/r3122.nix | 1 + pkgs/os-specific/linux/dmidecode/2.9.nix | 1 + pkgs/os-specific/linux/dvd+rw-tools/7.0.nix | 1 + pkgs/os-specific/linux/iptables/1.4.0.nix | 1 + pkgs/os-specific/linux/kqemu/1.3.0pre11.nix | 1 + pkgs/os-specific/linux/module-init-tools/aggregator.nix | 1 + pkgs/os-specific/linux/sdparm/1.02.nix | 1 + pkgs/servers/xmpp/openfire/3.4.5.nix | 1 + pkgs/tools/X11/x11vnc/0.9.3.nix | 1 + pkgs/tools/misc/dosfstools/2.11deb.nix | 2 +- pkgs/tools/misc/relfs/cvs.2007.12.01.nix | 2 +- pkgs/tools/networking/nc6/1.0.nix | 1 + pkgs/tools/networking/smbfs-fuse/0.8.7.nix | 1 + pkgs/tools/networking/socat/1.6.0.0.nix | 1 + pkgs/tools/networking/socat/2.0.0-b1.nix | 1 + pkgs/tools/system/gdmap/0.7.5.nix | 1 + pkgs/top-level/template-composing+config.nix | 1 + pkgs/top-level/template-composing-builder.nix | 1 + 55 files changed, 55 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix index 159c99c4999..950a8e93907 100644 --- a/pkgs/applications/audio/audacity/default.nix +++ b/pkgs/applications/audio/audacity/default.nix @@ -31,5 +31,6 @@ stdenv.mkDerivation { meta = { description = "Audacity sound editor."; homepage = http://audacity.sourceforge.net; + inherit src; }; } diff --git a/pkgs/applications/audio/ladspa-plugins/default.nix b/pkgs/applications/audio/ladspa-plugins/default.nix index 9f2fcbc0ed0..0c24a0fda45 100644 --- a/pkgs/applications/audio/ladspa-plugins/default.nix +++ b/pkgs/applications/audio/ladspa-plugins/default.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation { description = " LADSPA format audio plugins. "; + inherit src; }; } diff --git a/pkgs/applications/audio/ladspa-plugins/ladspah.nix b/pkgs/applications/audio/ladspa-plugins/ladspah.nix index 65647cf0a22..82595b4163e 100644 --- a/pkgs/applications/audio/ladspa-plugins/ladspah.nix +++ b/pkgs/applications/audio/ladspa-plugins/ladspah.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation { description = " LADSPA format audio plugins. "; + inherit src; }; } diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix index 38bebb12fd3..42a235a4cb8 100644 --- a/pkgs/applications/audio/snd/default.nix +++ b/pkgs/applications/audio/snd/default.nix @@ -32,5 +32,6 @@ stdenv.mkDerivation rec { meta = { description = "Snd sound editor."; homepage = http://ccrma.stanford.edu/software/snd; + inherit src; }; } diff --git a/pkgs/applications/graphics/gocr/0.44.nix b/pkgs/applications/graphics/gocr/0.44.nix index b415fd6fb12..544c3b238d0 100644 --- a/pkgs/applications/graphics/gocr/0.44.nix +++ b/pkgs/applications/graphics/gocr/0.44.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " GPL Optical Character Recognition "; + inherit src; }; } diff --git a/pkgs/applications/graphics/xscreensaver/5.04.nix b/pkgs/applications/graphics/xscreensaver/5.04.nix index afdab99999f..e3b38cfe3f8 100644 --- a/pkgs/applications/graphics/xscreensaver/5.04.nix +++ b/pkgs/applications/graphics/xscreensaver/5.04.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation rec { description = " The X screensaver daemon. Run xscreensaver-demo to configure. "; + inherit src; }; } diff --git a/pkgs/applications/virtualization/qemu/0.9.0.nix b/pkgs/applications/virtualization/qemu/0.9.0.nix index 439ec34a8c3..db49632f904 100644 --- a/pkgs/applications/virtualization/qemu/0.9.0.nix +++ b/pkgs/applications/virtualization/qemu/0.9.0.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { description = " QEmu processor emulator. "; + inherit src; }; } diff --git a/pkgs/applications/virtualization/qemu/0.9.1.nix b/pkgs/applications/virtualization/qemu/0.9.1.nix index 6fc6f9ec65c..1d1774a5c7b 100644 --- a/pkgs/applications/virtualization/qemu/0.9.1.nix +++ b/pkgs/applications/virtualization/qemu/0.9.1.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { description = " QEmu processor emulator. "; + inherit src; }; } diff --git a/pkgs/applications/virtualization/qemu/linux-img/0.2.nix b/pkgs/applications/virtualization/qemu/linux-img/0.2.nix index 99d222070c2..a8f2099e1de 100644 --- a/pkgs/applications/virtualization/qemu/linux-img/0.2.nix +++ b/pkgs/applications/virtualization/qemu/linux-img/0.2.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { description = " ${abort "Write a description"} "; + inherit src; }; } diff --git a/pkgs/applications/virtualization/virtualbox/1.5.2.nix b/pkgs/applications/virtualization/virtualbox/1.5.2.nix index e8f2988ade2..a0d4dc89b68 100644 --- a/pkgs/applications/virtualization/virtualbox/1.5.2.nix +++ b/pkgs/applications/virtualization/virtualbox/1.5.2.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " Virtual Box is just software for running virtual machines. "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/bcop/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/bcop/0.6.0.nix index 6337d6a4ebe..7dd041941a6 100644 --- a/pkgs/applications/window-managers/compiz-fusion/bcop/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/bcop/0.6.0.nix @@ -29,5 +29,6 @@ stdenv.mkDerivation rec { description = " Compiz BCOP. "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/ccsm/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/ccsm/0.6.0.nix index 6e3448bebf8..48b1e01cd3f 100644 --- a/pkgs/applications/window-managers/compiz-fusion/ccsm/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/ccsm/0.6.0.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { description = " Compiz Settings Manager "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/compiz-manager/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/compiz-manager/0.6.0.nix index 6033ea1663a..689885d29b4 100644 --- a/pkgs/applications/window-managers/compiz-fusion/compiz-manager/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/compiz-manager/0.6.0.nix @@ -40,5 +40,6 @@ stdenv.mkDerivation rec { description = " Compiz Launch Manager "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/compizconfig-python/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/compizconfig-python/0.6.0.nix index 64247cb1b8d..c456c7bc2c7 100644 --- a/pkgs/applications/window-managers/compiz-fusion/compizconfig-python/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/compizconfig-python/0.6.0.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " Compiz configuration - Python part. "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/config-backend/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/config-backend/0.6.0.nix index 12ef3bb58a0..f7f74519992 100644 --- a/pkgs/applications/window-managers/compiz-fusion/config-backend/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/config-backend/0.6.0.nix @@ -19,5 +19,6 @@ stdenv.mkDerivation rec { description = " Compiz configuration backend (GConf). "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix index cc6b2f215ca..bcd1ec9f0f2 100644 --- a/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix @@ -28,5 +28,6 @@ stdenv.mkDerivation rec { description = " Extra Compiz Fusion plugins. "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/libcompizconfig/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/libcompizconfig/0.6.0.nix index 5602c657867..10787bf29a7 100644 --- a/pkgs/applications/window-managers/compiz-fusion/libcompizconfig/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/libcompizconfig/0.6.0.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " Compiz configuration backend library. "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz-fusion/main/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/main/0.6.0.nix index deb4b2e3a57..6e69e9de6df 100644 --- a/pkgs/applications/window-managers/compiz-fusion/main/0.6.0.nix +++ b/pkgs/applications/window-managers/compiz-fusion/main/0.6.0.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { description = " Main Compiz Fusion plugins. "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/compiz/0.6.2.nix b/pkgs/applications/window-managers/compiz/0.6.2.nix index 8827b3cb7a0..bd63e356a65 100644 --- a/pkgs/applications/window-managers/compiz/0.6.2.nix +++ b/pkgs/applications/window-managers/compiz/0.6.2.nix @@ -44,5 +44,6 @@ rec { description = " Compiz window manager "; + inherit src; }; } diff --git a/pkgs/applications/window-managers/fbpanel/4.12.nix b/pkgs/applications/window-managers/fbpanel/4.12.nix index 1958ffa642b..371e8658513 100644 --- a/pkgs/applications/window-managers/fbpanel/4.12.nix +++ b/pkgs/applications/window-managers/fbpanel/4.12.nix @@ -19,5 +19,6 @@ stdenv.mkDerivation rec { description = " Just a desktop panel. "; + inherit src; }; } diff --git a/pkgs/data/fonts/clearlyU/1.9.nix b/pkgs/data/fonts/clearlyU/1.9.nix index 1414268cd82..7dbae0e0840 100644 --- a/pkgs/data/fonts/clearlyU/1.9.nix +++ b/pkgs/data/fonts/clearlyU/1.9.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { description = " A Unicode font. "; + inherit src; }; } diff --git a/pkgs/data/fonts/fontWrap/default.nix b/pkgs/data/fonts/fontWrap/default.nix index 8bc120c686a..01e2d2b2ae8 100644 --- a/pkgs/data/fonts/fontWrap/default.nix +++ b/pkgs/data/fonts/fontWrap/default.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { description = " Just a wrapper to create fonts.dir and fonts.scale . "; + inherit src; }; } diff --git a/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix b/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix index 635b3cf9a49..c5aa6f40d40 100644 --- a/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix +++ b/pkgs/data/fonts/wqy_zenhei/0.4.23-1.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation rec { description = " A (mainly) Chinese Unicode font. "; + inherit src; }; } diff --git a/pkgs/development/compilers/qi/9.1.nix b/pkgs/development/compilers/qi/9.1.nix index 3a1a4f37886..4bfca07d20f 100644 --- a/pkgs/development/compilers/qi/9.1.nix +++ b/pkgs/development/compilers/qi/9.1.nix @@ -34,5 +34,6 @@ stdenv.mkDerivation rec { description = " Qi - next generation on top of Common Lisp. "; + inherit src; }; } diff --git a/pkgs/development/interpreters/pyrex/0.9.6.nix b/pkgs/development/interpreters/pyrex/0.9.6.nix index 1b11e8efe36..3747bbed4c3 100644 --- a/pkgs/development/interpreters/pyrex/0.9.6.nix +++ b/pkgs/development/interpreters/pyrex/0.9.6.nix @@ -17,5 +17,6 @@ stdenv.mkDerivation rec { description = " Python package compiler or something like that. "; + inherit src; }; } diff --git a/pkgs/development/libraries/fftw/default.nix b/pkgs/development/libraries/fftw/default.nix index 3f5d13b09fb..5c5c7d93310 100644 --- a/pkgs/development/libraries/fftw/default.nix +++ b/pkgs/development/libraries/fftw/default.nix @@ -17,5 +17,6 @@ stdenv.mkDerivation { description = " Fastest Fourier Transform in the West library. "; + inherit src; }; } diff --git a/pkgs/development/libraries/libdbi-drivers/0.8.2-1.nix b/pkgs/development/libraries/libdbi-drivers/0.8.2-1.nix index 8c3975c8da2..f218fa51c80 100644 --- a/pkgs/development/libraries/libdbi-drivers/0.8.2-1.nix +++ b/pkgs/development/libraries/libdbi-drivers/0.8.2-1.nix @@ -36,5 +36,6 @@ stdenv.mkDerivation rec { description = " DB independent interface to DB; DB drivers (mysql only for now). "; + inherit src; }; } diff --git a/pkgs/development/libraries/libdbi/0.8.2.nix b/pkgs/development/libraries/libdbi/0.8.2.nix index e80c0196650..f605fe70a49 100644 --- a/pkgs/development/libraries/libdbi/0.8.2.nix +++ b/pkgs/development/libraries/libdbi/0.8.2.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " DB independent interface to DB. "; + inherit src; }; } diff --git a/pkgs/development/libraries/libextractor/0.5.18.nix b/pkgs/development/libraries/libextractor/0.5.18.nix index 6fc5e852448..0ee405e5822 100644 --- a/pkgs/development/libraries/libextractor/0.5.18.nix +++ b/pkgs/development/libraries/libextractor/0.5.18.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " Libextractor - extracts metadata from files. "; + inherit src; }; } diff --git a/pkgs/development/tools/misc/indent/2.2.9.nix b/pkgs/development/tools/misc/indent/2.2.9.nix index 5e92802beed..a31c940dcb7 100644 --- a/pkgs/development/tools/misc/indent/2.2.9.nix +++ b/pkgs/development/tools/misc/indent/2.2.9.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { description = " GNU Indent - a source text formatter. "; + inherit src; }; } diff --git a/pkgs/development/tools/misc/intltool/0.36.2.nix b/pkgs/development/tools/misc/intltool/0.36.2.nix index 9147b10c3f1..0ed8bfd74be 100644 --- a/pkgs/development/tools/misc/intltool/0.36.2.nix +++ b/pkgs/development/tools/misc/intltool/0.36.2.nix @@ -21,5 +21,6 @@ stdenv.mkDerivation rec { description = " Internalization tool for XML. "; + inherit src; }; } diff --git a/pkgs/development/tools/misc/ltrace/0.5-3deb.nix b/pkgs/development/tools/misc/ltrace/0.5-3deb.nix index bff3e6a8fbc..7cd5f3fabda 100644 --- a/pkgs/development/tools/misc/ltrace/0.5-3deb.nix +++ b/pkgs/development/tools/misc/ltrace/0.5-3deb.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation rec { description = " Library call tracer. "; + inherit src; }; } diff --git a/pkgs/games/construo/0.2.2.nix b/pkgs/games/construo/0.2.2.nix index 555d2f4b30b..969f4e13baa 100644 --- a/pkgs/games/construo/0.2.2.nix +++ b/pkgs/games/construo/0.2.2.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { description = " Construo masses and springs simulation. "; + inherit src; }; } diff --git a/pkgs/games/fsg/alt-builder.nix b/pkgs/games/fsg/alt-builder.nix index 4401bf8451a..7a0b9c3fbae 100644 --- a/pkgs/games/fsg/alt-builder.nix +++ b/pkgs/games/fsg/alt-builder.nix @@ -31,5 +31,6 @@ stdenv.mkDerivation { description = " Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand. "; + inherit src; }; } diff --git a/pkgs/games/orbit/1.01.nix b/pkgs/games/orbit/1.01.nix index ba824e83f1c..488d77732ae 100644 --- a/pkgs/games/orbit/1.01.nix +++ b/pkgs/games/orbit/1.01.nix @@ -38,6 +38,7 @@ stdenv.mkDerivation rec { description = " Orbit space flight simulator. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/atheros/0.9.3.3.nix b/pkgs/os-specific/linux/atheros/0.9.3.3.nix index 0b57dc534a2..e28b6e27416 100644 --- a/pkgs/os-specific/linux/atheros/0.9.3.3.nix +++ b/pkgs/os-specific/linux/atheros/0.9.3.3.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation rec { description = " Atheros WiFi driver. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/atheros/r2756.nix b/pkgs/os-specific/linux/atheros/r2756.nix index 370ab0bd791..7cbe5bcf314 100644 --- a/pkgs/os-specific/linux/atheros/r2756.nix +++ b/pkgs/os-specific/linux/atheros/r2756.nix @@ -36,5 +36,6 @@ stdenv.mkDerivation rec { description = " Atheros WiFi driver. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/atheros/r3122.nix b/pkgs/os-specific/linux/atheros/r3122.nix index eeaaddd9f66..35abd621438 100644 --- a/pkgs/os-specific/linux/atheros/r3122.nix +++ b/pkgs/os-specific/linux/atheros/r3122.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { description = " Atheros WiFi driver. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/dmidecode/2.9.nix b/pkgs/os-specific/linux/dmidecode/2.9.nix index 968ab80a4af..b9b4c9447da 100644 --- a/pkgs/os-specific/linux/dmidecode/2.9.nix +++ b/pkgs/os-specific/linux/dmidecode/2.9.nix @@ -19,5 +19,6 @@ stdenv.mkDerivation rec { description = " Tool to decode Desktop Management Interface and SBIOS data. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/dvd+rw-tools/7.0.nix b/pkgs/os-specific/linux/dvd+rw-tools/7.0.nix index 091f0c910f6..de4969b5a41 100644 --- a/pkgs/os-specific/linux/dvd+rw-tools/7.0.nix +++ b/pkgs/os-specific/linux/dvd+rw-tools/7.0.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { description = " DVD+RW tools. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/iptables/1.4.0.nix b/pkgs/os-specific/linux/iptables/1.4.0.nix index ba4fbd06db8..04858c5c3cc 100644 --- a/pkgs/os-specific/linux/iptables/1.4.0.nix +++ b/pkgs/os-specific/linux/iptables/1.4.0.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { description = " IPtables Linux firewall. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/kqemu/1.3.0pre11.nix b/pkgs/os-specific/linux/kqemu/1.3.0pre11.nix index 20e738e0692..7b75c2a7def 100644 --- a/pkgs/os-specific/linux/kqemu/1.3.0pre11.nix +++ b/pkgs/os-specific/linux/kqemu/1.3.0pre11.nix @@ -28,5 +28,6 @@ stdenv.mkDerivation rec { description = " Kernel module for Qemu acceleration "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/module-init-tools/aggregator.nix b/pkgs/os-specific/linux/module-init-tools/aggregator.nix index 76111eacfd2..9779efe3305 100644 --- a/pkgs/os-specific/linux/module-init-tools/aggregator.nix +++ b/pkgs/os-specific/linux/module-init-tools/aggregator.nix @@ -34,5 +34,6 @@ stdenv.mkDerivation rec { built separately from kernel. Later mentioned directories in moduleSources have higher priority. "; + inherit src; }; } diff --git a/pkgs/os-specific/linux/sdparm/1.02.nix b/pkgs/os-specific/linux/sdparm/1.02.nix index edff04444e0..5f0ae17e77a 100644 --- a/pkgs/os-specific/linux/sdparm/1.02.nix +++ b/pkgs/os-specific/linux/sdparm/1.02.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " SCSI parameters utility. "; + inherit src; }; } diff --git a/pkgs/servers/xmpp/openfire/3.4.5.nix b/pkgs/servers/xmpp/openfire/3.4.5.nix index 2501372fe55..8fb352a9e50 100644 --- a/pkgs/servers/xmpp/openfire/3.4.5.nix +++ b/pkgs/servers/xmpp/openfire/3.4.5.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { description = " XMPP server in Java. "; + inherit src; }; } diff --git a/pkgs/tools/X11/x11vnc/0.9.3.nix b/pkgs/tools/X11/x11vnc/0.9.3.nix index 6a58d5b5508..71bee68557a 100644 --- a/pkgs/tools/X11/x11vnc/0.9.3.nix +++ b/pkgs/tools/X11/x11vnc/0.9.3.nix @@ -22,6 +22,7 @@ stdenv.mkDerivation rec { X11 VNC - VNC server connected to real X11 screen. "; homepage = "http://www.karlrunge.com/x11vnc/"; + inherit src; }; } diff --git a/pkgs/tools/misc/dosfstools/2.11deb.nix b/pkgs/tools/misc/dosfstools/2.11deb.nix index ce5b9f48358..375dcc6a855 100644 --- a/pkgs/tools/misc/dosfstools/2.11deb.nix +++ b/pkgs/tools/misc/dosfstools/2.11deb.nix @@ -29,6 +29,6 @@ stdenv.mkDerivation rec { Dosfstools - utilities for vfat file system. "; homepage = "http://sixpak.org/dosfstools/dosfstools-2.8vb2.tar.gz"; + inherit src; }; - inherit src; } diff --git a/pkgs/tools/misc/relfs/cvs.2007.12.01.nix b/pkgs/tools/misc/relfs/cvs.2007.12.01.nix index 496db2388ea..5ae35b913ff 100644 --- a/pkgs/tools/misc/relfs/cvs.2007.12.01.nix +++ b/pkgs/tools/misc/relfs/cvs.2007.12.01.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { description = " Relational FS over FUSE. "; + inherit src; }; - inherit src; } diff --git a/pkgs/tools/networking/nc6/1.0.nix b/pkgs/tools/networking/nc6/1.0.nix index 1a28e3b0cad..22be0c941b7 100644 --- a/pkgs/tools/networking/nc6/1.0.nix +++ b/pkgs/tools/networking/nc6/1.0.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { nc6 - one more netcat, IPv6 support included. "; homepage = "http://www.deepspace6.net/projects/netcat6.html"; + inherit src; }; } diff --git a/pkgs/tools/networking/smbfs-fuse/0.8.7.nix b/pkgs/tools/networking/smbfs-fuse/0.8.7.nix index 9762358b80e..d93ab811438 100644 --- a/pkgs/tools/networking/smbfs-fuse/0.8.7.nix +++ b/pkgs/tools/networking/smbfs-fuse/0.8.7.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { description = " Samba mounted via FUSE. "; + inherit src; }; } diff --git a/pkgs/tools/networking/socat/1.6.0.0.nix b/pkgs/tools/networking/socat/1.6.0.0.nix index 1e176f47720..0ec1ac9893b 100644 --- a/pkgs/tools/networking/socat/1.6.0.0.nix +++ b/pkgs/tools/networking/socat/1.6.0.0.nix @@ -30,5 +30,6 @@ stdenv.mkDerivation rec { 'netcat++' (extended design, new implementation) "; homepage = "http://www.dest-unreach.org/socat/"; + inherit src; }; } diff --git a/pkgs/tools/networking/socat/2.0.0-b1.nix b/pkgs/tools/networking/socat/2.0.0-b1.nix index 5fb3fee7879..b4c712ea9a3 100644 --- a/pkgs/tools/networking/socat/2.0.0-b1.nix +++ b/pkgs/tools/networking/socat/2.0.0-b1.nix @@ -21,5 +21,6 @@ stdenv.mkDerivation rec { 'netcat++' (extended design, new implementation) "; homepage = "http://www.dest-unreach.org/socat/"; + inherit src; }; } diff --git a/pkgs/tools/system/gdmap/0.7.5.nix b/pkgs/tools/system/gdmap/0.7.5.nix index 062f63566a6..7f686cb10e6 100644 --- a/pkgs/tools/system/gdmap/0.7.5.nix +++ b/pkgs/tools/system/gdmap/0.7.5.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { description = " Recursive rectangle map of disk usage. "; + inherit src; }; } diff --git a/pkgs/top-level/template-composing+config.nix b/pkgs/top-level/template-composing+config.nix index 172cd9c4797..18282f53238 100644 --- a/pkgs/top-level/template-composing+config.nix +++ b/pkgs/top-level/template-composing+config.nix @@ -19,5 +19,6 @@ stdenv.mkDerivation rec { description = " ${(abort "Specify description")} "; + inherit src; }; } diff --git a/pkgs/top-level/template-composing-builder.nix b/pkgs/top-level/template-composing-builder.nix index 88bf2b63cfa..e8d7ae4d710 100644 --- a/pkgs/top-level/template-composing-builder.nix +++ b/pkgs/top-level/template-composing-builder.nix @@ -15,5 +15,6 @@ stdenv.mkDerivation rec { description = " ${abort "Write a description"} "; + inherit src; }; } -- cgit 1.4.1