Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
This commit is contained in:
parent
5ed88513ef
commit
71f8e0911a
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation {
|
|||||||
description = "
|
description = "
|
||||||
LADSPA format audio plugins.
|
LADSPA format audio plugins.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation {
|
|||||||
description = "
|
description = "
|
||||||
LADSPA format audio plugins.
|
LADSPA format audio plugins.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
GPL Optical Character Recognition
|
GPL Optical Character Recognition
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
QEmu processor emulator.
|
QEmu processor emulator.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
QEmu processor emulator.
|
QEmu processor emulator.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
${abort "Write a description"}
|
${abort "Write a description"}
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz BCOP.
|
Compiz BCOP.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz Settings Manager
|
Compiz Settings Manager
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz Launch Manager
|
Compiz Launch Manager
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz configuration - Python part.
|
Compiz configuration - Python part.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz configuration backend (GConf).
|
Compiz configuration backend (GConf).
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Extra Compiz Fusion plugins.
|
Extra Compiz Fusion plugins.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz configuration backend library.
|
Compiz configuration backend library.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Main Compiz Fusion plugins.
|
Main Compiz Fusion plugins.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,5 +44,6 @@ rec {
|
|||||||
description = "
|
description = "
|
||||||
Compiz window manager
|
Compiz window manager
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Just a desktop panel.
|
Just a desktop panel.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
A Unicode font.
|
A Unicode font.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
A (mainly) Chinese Unicode font.
|
A (mainly) Chinese Unicode font.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,5 +17,6 @@ stdenv.mkDerivation {
|
|||||||
description = "
|
description = "
|
||||||
Fastest Fourier Transform in the West library.
|
Fastest Fourier Transform in the West library.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
DB independent interface to DB.
|
DB independent interface to DB.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Libextractor - extracts metadata from files.
|
Libextractor - extracts metadata from files.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
GNU Indent - a source text formatter.
|
GNU Indent - a source text formatter.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Internalization tool for XML.
|
Internalization tool for XML.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Library call tracer.
|
Library call tracer.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Construo masses and springs simulation.
|
Construo masses and springs simulation.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Orbit space flight simulator.
|
Orbit space flight simulator.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Atheros WiFi driver.
|
Atheros WiFi driver.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Atheros WiFi driver.
|
Atheros WiFi driver.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Atheros WiFi driver.
|
Atheros WiFi driver.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
DVD+RW tools.
|
DVD+RW tools.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
IPtables Linux firewall.
|
IPtables Linux firewall.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Kernel module for Qemu acceleration
|
Kernel module for Qemu acceleration
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
SCSI parameters utility.
|
SCSI parameters utility.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
XMPP server in Java.
|
XMPP server in Java.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Relational FS over FUSE.
|
Relational FS over FUSE.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
inherit src;
|
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Samba mounted via FUSE.
|
Samba mounted via FUSE.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
Recursive rectangle map of disk usage.
|
Recursive rectangle map of disk usage.
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
${(abort "Specify description")}
|
${(abort "Specify description")}
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "
|
description = "
|
||||||
${abort "Write a description"}
|
${abort "Write a description"}
|
||||||
";
|
";
|
||||||
|
inherit src;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user