Added src to meta for builderDefs-based packages.

svn path=/nixpkgs/trunk/; revision=10913
This commit is contained in:
Michael Raskin 2008-03-02 18:49:31 +00:00
parent 5ed88513ef
commit 71f8e0911a
55 changed files with 55 additions and 2 deletions

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Audacity sound editor."; description = "Audacity sound editor.";
homepage = http://audacity.sourceforge.net; homepage = http://audacity.sourceforge.net;
inherit src;
}; };
} }

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation {
description = " description = "
LADSPA format audio plugins. LADSPA format audio plugins.
"; ";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation {
description = " description = "
LADSPA format audio plugins. LADSPA format audio plugins.
"; ";
inherit src;
}; };
} }

View File

@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Snd sound editor."; description = "Snd sound editor.";
homepage = http://ccrma.stanford.edu/software/snd; homepage = http://ccrma.stanford.edu/software/snd;
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
GPL Optical Character Recognition GPL Optical Character Recognition
"; ";
inherit src;
}; };
} }

View File

@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
description = " description = "
The X screensaver daemon. Run xscreensaver-demo to configure. The X screensaver daemon. Run xscreensaver-demo to configure.
"; ";
inherit src;
}; };
} }

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = " description = "
QEmu processor emulator. QEmu processor emulator.
"; ";
inherit src;
}; };
} }

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = " description = "
QEmu processor emulator. QEmu processor emulator.
"; ";
inherit src;
}; };
} }

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = " description = "
${abort "Write a description"} ${abort "Write a description"}
"; ";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
Virtual Box is just software for running virtual machines. Virtual Box is just software for running virtual machines.
"; ";
inherit src;
}; };
} }

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
description = " description = "
Compiz BCOP. Compiz BCOP.
"; ";
inherit src;
}; };
} }

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = " description = "
Compiz Settings Manager Compiz Settings Manager
"; ";
inherit src;
}; };
} }

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
description = " description = "
Compiz Launch Manager Compiz Launch Manager
"; ";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
Compiz configuration - Python part. Compiz configuration - Python part.
"; ";
inherit src;
}; };
} }

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = " description = "
Compiz configuration backend (GConf). Compiz configuration backend (GConf).
"; ";
inherit src;
}; };
} }

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
description = " description = "
Extra Compiz Fusion plugins. Extra Compiz Fusion plugins.
"; ";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
Compiz configuration backend library. Compiz configuration backend library.
"; ";
inherit src;
}; };
} }

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = " description = "
Main Compiz Fusion plugins. Main Compiz Fusion plugins.
"; ";
inherit src;
}; };
} }

View File

@ -44,5 +44,6 @@ rec {
description = " description = "
Compiz window manager Compiz window manager
"; ";
inherit src;
}; };
} }

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = " description = "
Just a desktop panel. Just a desktop panel.
"; ";
inherit src;
}; };
} }

View File

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = " description = "
A Unicode font. A Unicode font.
"; ";
inherit src;
}; };
} }

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = " description = "
Just a wrapper to create fonts.dir and fonts.scale . Just a wrapper to create fonts.dir and fonts.scale .
"; ";
inherit src;
}; };
} }

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
description = " description = "
A (mainly) Chinese Unicode font. A (mainly) Chinese Unicode font.
"; ";
inherit src;
}; };
} }

View File

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
description = " description = "
Qi - next generation on top of Common Lisp. Qi - next generation on top of Common Lisp.
"; ";
inherit src;
}; };
} }

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = " description = "
Python package compiler or something like that. Python package compiler or something like that.
"; ";
inherit src;
}; };
} }

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation {
description = " description = "
Fastest Fourier Transform in the West library. Fastest Fourier Transform in the West library.
"; ";
inherit src;
}; };
} }

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
description = " description = "
DB independent interface to DB; DB drivers (mysql only for now). DB independent interface to DB; DB drivers (mysql only for now).
"; ";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
DB independent interface to DB. DB independent interface to DB.
"; ";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
Libextractor - extracts metadata from files. Libextractor - extracts metadata from files.
"; ";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = " description = "
GNU Indent - a source text formatter. GNU Indent - a source text formatter.
"; ";
inherit src;
}; };
} }

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = " description = "
Internalization tool for XML. Internalization tool for XML.
"; ";
inherit src;
}; };
} }

View File

@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
description = " description = "
Library call tracer. Library call tracer.
"; ";
inherit src;
}; };
} }

View File

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = " description = "
Construo masses and springs simulation. Construo masses and springs simulation.
"; ";
inherit src;
}; };
} }

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation {
description = " description = "
Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand. Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand.
"; ";
inherit src;
}; };
} }

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
description = " description = "
Orbit space flight simulator. Orbit space flight simulator.
"; ";
inherit src;
}; };
} }

View File

@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
description = " description = "
Atheros WiFi driver. Atheros WiFi driver.
"; ";
inherit src;
}; };
} }

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
description = " description = "
Atheros WiFi driver. Atheros WiFi driver.
"; ";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = " description = "
Atheros WiFi driver. Atheros WiFi driver.
"; ";
inherit src;
}; };
} }

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = " description = "
Tool to decode Desktop Management Interface and SBIOS data. Tool to decode Desktop Management Interface and SBIOS data.
"; ";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = " description = "
DVD+RW tools. DVD+RW tools.
"; ";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = " description = "
IPtables Linux firewall. IPtables Linux firewall.
"; ";
inherit src;
}; };
} }

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
description = " description = "
Kernel module for Qemu acceleration Kernel module for Qemu acceleration
"; ";
inherit src;
}; };
} }

View File

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
built separately from kernel. Later mentioned directories in built separately from kernel. Later mentioned directories in
moduleSources have higher priority. moduleSources have higher priority.
"; ";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
SCSI parameters utility. SCSI parameters utility.
"; ";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = " description = "
XMPP server in Java. XMPP server in Java.
"; ";
inherit src;
}; };
} }

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
X11 VNC - VNC server connected to real X11 screen. X11 VNC - VNC server connected to real X11 screen.
"; ";
homepage = "http://www.karlrunge.com/x11vnc/"; homepage = "http://www.karlrunge.com/x11vnc/";
inherit src;
}; };
} }

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
Dosfstools - utilities for vfat file system. Dosfstools - utilities for vfat file system.
"; ";
homepage = "http://sixpak.org/dosfstools/dosfstools-2.8vb2.tar.gz"; homepage = "http://sixpak.org/dosfstools/dosfstools-2.8vb2.tar.gz";
inherit src;
}; };
inherit src;
} }

View File

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
description = " description = "
Relational FS over FUSE. Relational FS over FUSE.
"; ";
inherit src;
}; };
inherit src;
} }

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
nc6 - one more netcat, IPv6 support included. nc6 - one more netcat, IPv6 support included.
"; ";
homepage = "http://www.deepspace6.net/projects/netcat6.html"; homepage = "http://www.deepspace6.net/projects/netcat6.html";
inherit src;
}; };
} }

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = " description = "
Samba mounted via FUSE. Samba mounted via FUSE.
"; ";
inherit src;
}; };
} }

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
'netcat++' (extended design, new implementation) 'netcat++' (extended design, new implementation)
"; ";
homepage = "http://www.dest-unreach.org/socat/"; homepage = "http://www.dest-unreach.org/socat/";
inherit src;
}; };
} }

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
'netcat++' (extended design, new implementation) 'netcat++' (extended design, new implementation)
"; ";
homepage = "http://www.dest-unreach.org/socat/"; homepage = "http://www.dest-unreach.org/socat/";
inherit src;
}; };
} }

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = " description = "
Recursive rectangle map of disk usage. Recursive rectangle map of disk usage.
"; ";
inherit src;
}; };
} }

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
description = " description = "
${(abort "Specify description")} ${(abort "Specify description")}
"; ";
inherit src;
}; };
} }

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = " description = "
${abort "Write a description"} ${abort "Write a description"}
"; ";
inherit src;
}; };
} }