forked from mirrors/nixpkgs
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 = {
|
||||
description = "Audacity sound editor.";
|
||||
homepage = http://audacity.sourceforge.net;
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ stdenv.mkDerivation {
|
|||
description = "
|
||||
LADSPA format audio plugins.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation {
|
|||
description = "
|
||||
LADSPA format audio plugins.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Snd sound editor.";
|
||||
homepage = http://ccrma.stanford.edu/software/snd;
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
GPL Optical Character Recognition
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
The X screensaver daemon. Run xscreensaver-demo to configure.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
QEmu processor emulator.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
QEmu processor emulator.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
${abort "Write a description"}
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Virtual Box is just software for running virtual machines.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Compiz BCOP.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Compiz Settings Manager
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Compiz Launch Manager
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Compiz configuration - Python part.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Compiz configuration backend (GConf).
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Extra Compiz Fusion plugins.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Compiz configuration backend library.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Main Compiz Fusion plugins.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,5 +44,6 @@ rec {
|
|||
description = "
|
||||
Compiz window manager
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Just a desktop panel.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
A Unicode font.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Just a wrapper to create fonts.dir and fonts.scale .
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
A (mainly) Chinese Unicode font.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Qi - next generation on top of Common Lisp.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Python package compiler or something like that.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@ stdenv.mkDerivation {
|
|||
description = "
|
||||
Fastest Fourier Transform in the West library.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
DB independent interface to DB; DB drivers (mysql only for now).
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
DB independent interface to DB.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Libextractor - extracts metadata from files.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
GNU Indent - a source text formatter.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Internalization tool for XML.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Library call tracer.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Construo masses and springs simulation.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
|||
description = "
|
||||
Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Orbit space flight simulator.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Atheros WiFi driver.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Tool to decode Desktop Management Interface and SBIOS data.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
DVD+RW tools.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
IPtables Linux firewall.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Kernel module for Qemu acceleration
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
|||
built separately from kernel. Later mentioned directories in
|
||||
moduleSources have higher priority.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
SCSI parameters utility.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
XMPP server in Java.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||
X11 VNC - VNC server connected to real X11 screen.
|
||||
";
|
||||
homepage = "http://www.karlrunge.com/x11vnc/";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Relational FS over FUSE.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
inherit src;
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||
nc6 - one more netcat, IPv6 support included.
|
||||
";
|
||||
homepage = "http://www.deepspace6.net/projects/netcat6.html";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Samba mounted via FUSE.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||
'netcat++' (extended design, new implementation)
|
||||
";
|
||||
homepage = "http://www.dest-unreach.org/socat/";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||
'netcat++' (extended design, new implementation)
|
||||
";
|
||||
homepage = "http://www.dest-unreach.org/socat/";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
Recursive rectangle map of disk usage.
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
${(abort "Specify description")}
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
|||
description = "
|
||||
${abort "Write a description"}
|
||||
";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue