Eelco Dolstra
580096378b
* Fixed the Wacom package (version 0.8.4 has disappeared).
...
svn path=/nixpkgs/trunk/; revision=17003
2009-09-10 12:21:25 +00:00
Andres Löh
dbfe44e6eb
Added parseargs.
...
svn path=/nixpkgs/trunk/; revision=16996
2009-09-09 15:45:27 +00:00
Peter Simons
c5179a098c
Updated Gnuplot to version 4.2.5.
...
* Merged 'gnuplot' and 'gnuplotX' attributes into one that uses (getPkgConfig
"gnuplot" "x11" false) to determine whether X11 support is desired or not.
* Added Emacs as a build-time dependency to ensure that Gnuplot's lisp code is
installed, too.
* Added optional support for the wxt terminal by means of (getPkgConfig
"gnuplot" "wxGtk" false).
* Removed the '-nix' suffix to the package name. The Gnuplot license requires
a vendor-specific version suffix only in case of modified binary
distributions. That is not the case here.
svn path=/nixpkgs/trunk/; revision=16992
2009-09-09 09:36:03 +00:00
Sander van der Burg
f931c1ccfe
Claimed maintainership of the qt-4.5 package
...
svn path=/nixpkgs/trunk/; revision=16990
2009-09-08 21:25:08 +00:00
Sander van der Burg
7fa38ea9fa
Added XZ package
...
svn path=/nixpkgs/trunk/; revision=16989
2009-09-08 20:03:37 +00:00
Michael Raskin
edd56d707a
Update source updater to support fetchgit; add aufs2 using that method. Unfortunately, AUFS2 seems to require some strict conditions on kernel options and version..
...
svn path=/nixpkgs/trunk/; revision=16983
2009-09-08 09:35:21 +00:00
Sander van der Burg
9121ae7fb8
Changed to let KDE 4.3 use qt-4.5.x
...
svn path=/nixpkgs/trunk/; revision=16982
2009-09-08 09:23:45 +00:00
Ludovic Courtès
d185972f22
Add GNU Accounting Utilities.
...
svn path=/nixpkgs/trunk/; revision=16981
2009-09-08 08:29:40 +00:00
Ludovic Courtès
26bd10a892
lsh: Help `lsh-make-seed' gather more entropy.
...
svn path=/nixpkgs/trunk/; revision=16978
2009-09-07 13:45:06 +00:00
Rob Vermaas
c0e46e52ba
* added postgresql 8.4.0
...
svn path=/nixpkgs/trunk/; revision=16956
2009-09-04 12:55:03 +00:00
Eelco Dolstra
bf3c2912ab
svn path=/nixpkgs/trunk/; revision=16947
2009-09-02 23:04:57 +00:00
Eelco Dolstra
5de6c065d3
* Added scrot, a command-line screen capture utility.
...
svn path=/nixpkgs/trunk/; revision=16946
2009-09-02 22:56:33 +00:00
Eelco Dolstra
e4428949fe
* Build Audacious with XSPF (playlist) support.
...
svn path=/nixpkgs/trunk/; revision=16935
2009-09-02 16:54:08 +00:00
Eelco Dolstra
c26262e72e
* Some cleanup of the Opera expression. It doesn't need the libstdcpp
...
from GCC 3.3 anymore, GCC 4.x is fine. So we can use the regular Qt
3 build. Also, there don't seem to be any references to Motif
anymore.
svn path=/nixpkgs/trunk/; revision=16932
2009-09-02 13:24:08 +00:00
Sander van der Burg
c9254649c0
Added Disnix activation scripts package
...
svn path=/nixpkgs/trunk/; revision=16928
2009-09-02 10:03:45 +00:00
Sander van der Burg
d573d5f621
Upgraded disnix package to SVN revision 16924
...
svn path=/nixpkgs/trunk/; revision=16927
2009-09-02 09:47:47 +00:00
Eelco Dolstra
f782f14e58
* Factor out an adapter to clean up the build tree.
...
svn path=/nixpkgs/trunk/; revision=16920
2009-09-02 06:31:13 +00:00
Michael Raskin
3d7152db82
Fix /sbin/ reference. On Linux just replace it with an "ip link" reference
...
svn path=/nixpkgs/trunk/; revision=16918
2009-09-01 22:42:05 +00:00
Eelco Dolstra
58e6161768
* addCoverageInstrumentation: factor out the code that keeps the build
...
tree under $out into a separate stdenv adapter named keepBuildTree.
* makeModulesClosure: support building an initrd for a kernel that has
been compiled with coverage instrumentation.
svn path=/nixpkgs/trunk/; revision=16916
2009-09-01 21:56:46 +00:00
Michael Raskin
043fe38f80
Enable some features in gvpe
...
svn path=/nixpkgs/trunk/; revision=16915
2009-09-01 21:00:34 +00:00
Michael Raskin
ef6a270501
Adding GVPE - a protected virtual multinode ethernet
...
svn path=/nixpkgs/trunk/; revision=16913
2009-09-01 20:12:01 +00:00
Ludovic Courtès
b6a12ac090
GraphViz for AutoDia.
...
svn path=/nixpkgs/trunk/; revision=16912
2009-09-01 14:48:47 +00:00
Ludovic Courtès
62dc1d45f5
Add Inline' and
Inline::Java'; fix Autodia.
...
svn path=/nixpkgs/trunk/; revision=16911
2009-09-01 14:36:10 +00:00
Rob Vermaas
f016a6bcbc
* stratego-mode for emacs
...
svn path=/nixpkgs/trunk/; revision=16910
2009-09-01 14:27:24 +00:00
Ludovic Courtès
0dc8e1418e
Add Autodia.
...
svn path=/nixpkgs/trunk/; revision=16909
2009-09-01 13:59:37 +00:00
Michael Raskin
42027eee24
Reverting the hack
...
svn path=/nixpkgs/trunk/; revision=16907
2009-09-01 07:56:35 +00:00
Michael Raskin
bdcdfbadea
Temporary hack to check whether Hydra actually uses fresh Nix.
...
svn path=/nixpkgs/trunk/; revision=16906
2009-09-01 07:51:29 +00:00
Eelco Dolstra
61acec5361
* Use makeOverridable for a few packages used in the Subversion
...
coverage test, and inherit from pkgsOverriden. This is really
ugly. Should think hard about how to do this in a cleaner way.
svn path=/nixpkgs/trunk/; revision=16904
2009-08-31 15:03:31 +00:00
Michael Raskin
11e09ffad1
Adding GlusterFS - a distributed storage system
...
svn path=/nixpkgs/trunk/; revision=16896
2009-08-31 09:52:01 +00:00
Sander van der Burg
dd25b49bfa
Added setuptools as propagated buildInput for Trac
...
svn path=/nixpkgs/trunk/; revision=16893
2009-08-30 17:28:26 +00:00
Sander van der Burg
f51dd41ff1
Implemented Trac python package and dependencies
...
svn path=/nixpkgs/trunk/; revision=16892
2009-08-30 13:43:35 +00:00
Eelco Dolstra
0fd5ed507e
* A stdenv adapter to build a package with coverage instrumentation.
...
svn path=/nixpkgs/trunk/; revision=16890
2009-08-28 16:45:56 +00:00
Michael Raskin
3a993e2f8e
Fixing typos
...
svn path=/nixpkgs/trunk/; revision=16887
2009-08-28 07:07:55 +00:00
Michael Raskin
8bdc1503c1
Put the meta-based choice in suspended state to be used automatically when tryEval is available
...
svn path=/nixpkgs/trunk/; revision=16886
2009-08-28 07:00:40 +00:00
Michael Raskin
3e89d56999
Trying meta-based selection again
...
svn path=/nixpkgs/trunk/; revision=16885
2009-08-28 06:57:08 +00:00
Michael Raskin
d0443c07fc
Temporarily removing by-meta build and updating Nix..
...
svn path=/nixpkgs/trunk/; revision=16884
2009-08-28 06:37:05 +00:00
Michael Raskin
d109e4cd95
Trying to reinstate the meta-based Hydra builds
...
svn path=/nixpkgs/trunk/; revision=16883
2009-08-28 06:29:21 +00:00
Marc Weber
08d98a9972
Revert "mod-python unfinished"
...
reverting -r 16808 (unfinished mod_python). Sth working does already exist
svn path=/nixpkgs/trunk/; revision=16882
2009-08-27 23:46:15 +00:00
Marc Weber
8ff2647169
adding gutenprint (former gimp-print) and gutenprintBin. I still haven't
...
found the source of the binary package containing the .ppd files
Still impure but works. See comment.
svn path=/nixpkgs/trunk/; revision=16881
2009-08-27 23:32:13 +00:00
Marc Weber
bc8a85288d
cups-bjnp driver
...
svn path=/nixpkgs/trunk/; revision=16880
2009-08-27 23:32:10 +00:00
Michael Raskin
a1ea759dd9
Adding libev - an even loop library remotely similar to libevent
...
svn path=/nixpkgs/trunk/; revision=16877
2009-08-27 07:17:57 +00:00
Andres Löh
39b651fb44
Added scion.
...
svn path=/nixpkgs/trunk/; revision=16876
2009-08-27 07:01:48 +00:00
Andres Löh
543483d99f
Added mkcabal.
...
svn path=/nixpkgs/trunk/; revision=16875
2009-08-27 06:35:17 +00:00
Eelco Dolstra
d22e36efe0
* Grrrr... I should go home.
...
svn path=/nixpkgs/trunk/; revision=16874
2009-08-26 17:36:41 +00:00
Eelco Dolstra
978b1ce09d
* Oop.s
...
svn path=/nixpkgs/trunk/; revision=16873
2009-08-26 17:32:41 +00:00
Eelco Dolstra
179c8c9ae6
* Disable for now.
...
svn path=/nixpkgs/trunk/; revision=16872
2009-08-26 17:23:23 +00:00
Eelco Dolstra
ca13d6918e
* As predicted, returning {} if a package isn't supported on a
...
platform won't work: nix-env -qa barfs with "error: cannot coerce an
attribute set (except a derivation) to a string". So throw an error
instead. Anyway, condPackage/platformPackage doesn't belong in
all-packages.nix (it should be specified in the package itself).
svn path=/nixpkgs/trunk/; revision=16870
2009-08-26 17:14:08 +00:00
Eelco Dolstra
5977d741b8
svn path=/nixpkgs/trunk/; revision=16869
2009-08-26 17:09:02 +00:00
Eelco Dolstra
9358ffa39c
* Get rid of some old Compiz versions.
...
svn path=/nixpkgs/trunk/; revision=16868
2009-08-26 17:04:15 +00:00
Michael Raskin
f16657b14f
Adding monit monitoring tool; in the course of action creating a script to auto-prepare basic autoupdate layout
...
svn path=/nixpkgs/trunk/; revision=16863
2009-08-26 16:22:20 +00:00