Eelco Dolstra
acf5563f10
* Reduce the installed size of mysql from 80 MB to 17 MB by leaving
...
out some less important stuff, such as the statically linked
embedded binaries and some test data. This is important because
mysql is currently a dependency of lots of other packages, such as
Qt. Of course, the real fix would be to split off the mysql client
libraries into a separate package.
svn path=/nixpkgs/trunk/; revision=14878
2009-04-04 00:02:38 +00:00
Eelco Dolstra
3b514cad99
* Boost: cut the installed size from 257 MB (!!!) to 58 MB. It
...
required all that space because it was building static/shared,
single-thread/multi-threaded, and debug/production versions of the
libraries - as well as every combination of those. Now we build
only the shared, multi-threaded, production version, which needs
only 8 MB. The headers account for the other 50 MB, so it might be
worthwhile to split them off into a separate package (in order to
reduce the runtime closure of applications that use Boost, such as
KDE).
* Removed some Boost versions that aren't used anymore.
svn path=/nixpkgs/trunk/; revision=14877
2009-04-03 23:54:20 +00:00
Eelco Dolstra
7d1c471549
* Soprano: don't depend on the JDK. This cuts 200 MB from the KDE 4
...
closure. (This does remove the Sesame2 backend from Soprano.)
svn path=/nixpkgs/trunk/; revision=14876
2009-04-03 23:18:17 +00:00
Ludovic Courtès
4f426548f4
Build GNU mcron.
...
svn path=/nixpkgs/trunk/; revision=14874
2009-04-03 21:10:26 +00:00
Eelco Dolstra
f6e7c5b326
* vlc 0.9.9.
...
svn path=/nixpkgs/trunk/; revision=14872
2009-04-03 20:25:23 +00:00
Ludovic Courtès
644cf259a5
Add GNU mcron, a `cron' implementation in Guile Scheme.
...
svn path=/nixpkgs/trunk/; revision=14870
2009-04-03 18:46:26 +00:00
Eelco Dolstra
985178ff4b
* Latest DBIx::Class, plus some other Catalyst updates.
...
svn path=/nixpkgs/trunk/; revision=14865
2009-04-03 16:00:38 +00:00
Eelco Dolstra
21c3b6264b
* Add the CPAN master site as a fallback.
...
svn path=/nixpkgs/trunk/; revision=14863
2009-04-03 15:51:39 +00:00
Eelco Dolstra
fed7ac3798
* sqlite 3.6.12.
...
svn path=/nixpkgs/trunk/; revision=14859
2009-04-03 12:44:55 +00:00
Eelco Dolstra
46d0b7be04
svn path=/nixpkgs/trunk/; revision=14858
2009-04-03 12:34:25 +00:00
Sander van der Burg
98da742900
fixed qt component name
...
svn path=/nixpkgs/trunk/; revision=14857
2009-04-03 12:32:33 +00:00
Eelco Dolstra
a0f768ad1c
* Lower the default Hydra scheduling priority for Nixpkgs jobs to
...
prevent them from crowding out all other projects for hours. This
is temporary - what we really need is a fairer scheduling policy.
svn path=/nixpkgs/trunk/; revision=14856
2009-04-03 12:27:35 +00:00
Sander van der Burg
1de497f1cb
Upgraded to KDE 4.2.2 and Qt-4.5.0
...
svn path=/nixpkgs/trunk/; revision=14855
2009-04-03 12:25:57 +00:00
Eelco Dolstra
d6ca7f9e13
* Doh.
...
svn path=/nixpkgs/trunk/; revision=14854
2009-04-03 12:21:06 +00:00
Marc Weber
75e277ac15
make samba built the pam_smbpass.so file by default
...
svn path=/nixpkgs/trunk/; revision=14852
2009-04-03 10:02:30 +00:00
Rob Vermaas
6a469ac20a
meta-build-env
...
svn path=/nixpkgs/trunk/; revision=14851
2009-04-03 09:34:49 +00:00
Rob Vermaas
b5dccb39e9
meta-build-env
...
svn path=/nixpkgs/trunk/; revision=14850
2009-04-03 09:22:20 +00:00
Lluís Batlle i Rossell
19ac94dee3
Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9
...
svn path=/nixpkgs/trunk/; revision=14841
2009-04-02 15:20:19 +00:00
Sander van der Burg
987156abfd
KDM fixes
...
svn path=/nixpkgs/trunk/; revision=14840
2009-04-02 15:02:49 +00:00
Ludovic Courtès
758fb87367
Build `pthread-man-pages'.
...
svn path=/nixpkgs/trunk/; revision=14838
2009-04-02 14:34:54 +00:00
Ludovic Courtès
3d1b6f3034
Add pthread man pages from LinuxThreads.
...
svn path=/nixpkgs/trunk/; revision=14837
2009-04-02 14:30:34 +00:00
Michael Raskin
4391a3a849
Build lndir
...
svn path=/nixpkgs/trunk/; revision=14836
2009-04-02 14:00:08 +00:00
Michael Raskin
042e3eddd9
Updated Mercurial
...
svn path=/nixpkgs/trunk/; revision=14831
2009-04-02 12:18:53 +00:00
Ludovic Courtès
c37d211182
Build GNU Dico.
...
svn path=/nixpkgs/trunk/; revision=14827
2009-04-01 20:32:04 +00:00
Ludovic Courtès
25f22ceed6
Add GNU Dico, a DICT server and client.
...
svn path=/nixpkgs/trunk/; revision=14825
2009-04-01 17:31:44 +00:00
Sander van der Burg
829f95f836
Added PAM support for KDE login manager
...
svn path=/nixpkgs/trunk/; revision=14824
2009-04-01 15:12:22 +00:00
Michael Raskin
a2803bc5c3
added btrfs utilities
...
svn path=/nixpkgs/trunk/; revision=14818
2009-04-01 05:42:07 +00:00
Michael Raskin
9379c34b11
Renable preConfigure for kernel builder. Actually needed by custom kernel
...
Linux kernel 2.6.29 (release) has a slightly changed Makefile. They now add the prefix for depmod. So in NixOS "make modules_install" fails on depmod. To fix it, our old '/-b \$(INSTALL_MOD_PATH) -r/d' should be replaced with '/-b \$(INSTALL_MOD_PATH)/d'.
svn path=/nixpkgs/trunk/; revision=14811
2009-03-31 20:10:05 +00:00
Eelco Dolstra
1f9740e01c
* Added some regression tests for lib that I wrote a while ago but
...
didn't commit. Also, run the tests when making a Nixpkgs tarball.
svn path=/nixpkgs/trunk/; revision=14802
2009-03-31 13:03:50 +00:00
Eelco Dolstra
acca11b49c
* Got rid of the old util-linux; use util-linux-ng instead.
...
svn path=/nixpkgs/trunk/; revision=14799
2009-03-31 09:26:47 +00:00
Eelco Dolstra
5a594ea219
* Updated ntp.
...
svn path=/nixpkgs/trunk/; revision=14798
2009-03-31 09:26:20 +00:00
Lluís Batlle i Rossell
9fde2b1a38
Binutils got in 2.18 GPLv3
...
svn path=/nixpkgs/trunk/; revision=14796
2009-03-30 22:13:42 +00:00
Lluís Batlle i Rossell
762d184399
Made oprofile not to build shared libs. This allows building on x86_64.
...
svn path=/nixpkgs/trunk/; revision=14795
2009-03-30 20:22:54 +00:00
Lluís Batlle i Rossell
0edebf5d84
Adding paraview.
...
svn path=/nixpkgs/trunk/; revision=14794
2009-03-30 20:06:31 +00:00
Eelco Dolstra
105f9f7b80
* Some kernel updates.
...
svn path=/nixpkgs/trunk/; revision=14790
2009-03-30 15:02:17 +00:00
Eelco Dolstra
0b931eae66
* nvidia / nvidiaDrivers -> nvidia-x11.
...
svn path=/nixpkgs/trunk/; revision=14787
2009-03-30 14:54:06 +00:00
Marc Weber
93f9b0f45e
updating selenium to SNAPSHOT version
...
to run firefox from selenium remote control you either have to use the
binary, write a binary wrapper or use latest version (which is what I've
done now)
svn path=/nixpkgs/trunk/; revision=14786
2009-03-30 14:51:30 +00:00
Eelco Dolstra
d9212aaaf8
* nvidia-x11 updated to 180.44.
...
svn path=/nixpkgs/trunk/; revision=14785
2009-03-30 14:50:00 +00:00
Eelco Dolstra
37a216ee19
* Backported the GCC mirrors from the stdenv branch.
...
svn path=/nixpkgs/trunk/; revision=14784
2009-03-30 14:41:50 +00:00
Marc Weber
5af6ba01fd
doh (forgotten to update name)
...
svn path=/nixpkgs/trunk/; revision=14782
2009-03-30 14:21:18 +00:00
Marc Weber
0be7534b0f
maven-2 version bump to 2.1.0
...
svn path=/nixpkgs/trunk/; revision=14781
2009-03-30 14:20:05 +00:00
Eelco Dolstra
9ad89c5b56
* Boost the priority of some jobs (like stdenv).
...
svn path=/nixpkgs/trunk/; revision=14780
2009-03-30 13:24:46 +00:00
Eelco Dolstra
5e294459e3
* Idem.
...
svn path=/nixpkgs/trunk/; revision=14779
2009-03-30 13:23:10 +00:00
Eelco Dolstra
2405d87230
* Move some functions for manipulating meta and name attributes out of
...
all-packages.nix and into lib.
svn path=/nixpkgs/trunk/; revision=14778
2009-03-30 13:22:19 +00:00
Eelco Dolstra
7505920605
* Bump the default Hydra priority of tarball builds.
...
svn path=/nixpkgs/trunk/; revision=14777
2009-03-30 13:21:00 +00:00
Eelco Dolstra
6b24d7bebe
* mapAttrsRecursiveCond', which is like
mapAttrsRecursive' but takes
...
a predicate to tell it whether to recursive into a given attribute
set.
svn path=/nixpkgs/trunk/; revision=14776
2009-03-30 13:19:57 +00:00
Eelco Dolstra
ba86b027c5
* Revert r14418 - not including the directory in arvg[0] broke
...
Firefox.
svn path=/nixpkgs/trunk/; revision=14774
2009-03-30 10:59:45 +00:00
Marc Weber
807aae2fd6
updated eclipse binary to 3.5M6
...
thereby allowing the user to copy the whole store path to a user
location so that update sites work properly
svn path=/nixpkgs/trunk/; revision=14773
2009-03-30 10:32:53 +00:00
Marc Weber
27db9f1dfd
updated synergy cvs source
...
svn path=/nixpkgs/trunk/; revision=14772
2009-03-30 10:32:44 +00:00
Lluís Batlle i Rossell
35d3dc4012
Adding C++ std man pages.
...
svn path=/nixpkgs/trunk/; revision=14771
2009-03-30 08:14:19 +00:00
Lluís Batlle i Rossell
f031955f3c
Updating audacity to 1.3.7 (I changed the builderDefs builder to stdenv's)
...
svn path=/nixpkgs/trunk/; revision=14770
2009-03-30 07:33:31 +00:00
Wouter den Breejen
8190c46e15
Samba version update
...
svn path=/nixpkgs/trunk/; revision=14769
2009-03-29 21:44:21 +00:00
Lluís Batlle i Rossell
305517fb81
Updating wxGTK from 2.8.4 to 2.8.10
...
svn path=/nixpkgs/trunk/; revision=14767
2009-03-29 21:15:17 +00:00
Wouter den Breejen
58ce3eca2a
svn path=/nixpkgs/trunk/; revision=14766
2009-03-29 21:05:33 +00:00
Wouter den Breejen
05f03cd34e
not working as well as i thought...
...
svn path=/nixpkgs/trunk/; revision=14765
2009-03-29 21:04:57 +00:00
Wouter den Breejen
857a0a3784
pam-smbpass
...
svn path=/nixpkgs/trunk/; revision=14764
2009-03-29 20:56:32 +00:00
Wouter den Breejen
2dce53aa55
pam-smbpass
...
svn path=/nixpkgs/trunk/; revision=14763
2009-03-29 20:55:05 +00:00
Wouter den Breejen
baf11ef4b0
pam-smbpass
...
svn path=/nixpkgs/trunk/; revision=14762
2009-03-29 20:54:01 +00:00
Lluís Batlle i Rossell
c29118795a
Adding gwenview.
...
svn path=/nixpkgs/trunk/; revision=14761
2009-03-29 20:32:53 +00:00
Lluís Batlle i Rossell
40b58959a5
Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
...
svn path=/nixpkgs/trunk/; revision=14760
2009-03-29 20:32:41 +00:00
Lluís Batlle i Rossell
ef12e6757c
Adding the halibut typesetting system.
...
svn path=/nixpkgs/trunk/; revision=14759
2009-03-29 20:32:22 +00:00
Lluís Batlle i Rossell
701e3ee6b9
Adding lzop and updating lzo.
...
svn path=/nixpkgs/trunk/; revision=14749
2009-03-28 19:28:59 +00:00
Michael Raskin
cf0010d338
Gateway6 client update
...
svn path=/nixpkgs/trunk/; revision=14746
2009-03-28 15:22:52 +00:00
Marc Weber
5c0764de01
adding qcad-2.0.5.0
...
svn path=/nixpkgs/trunk/; revision=14744
2009-03-28 02:25:03 +00:00
Eelco Dolstra
3c381aa734
* Also handle the __open_2() function, which is needed on x86_64.
...
* Renamed to patch, because these aren't syscalls but Glibc functions.
svn path=/nixpkgs/trunk/; revision=14742
2009-03-27 21:49:46 +00:00
Eelco Dolstra
96392cc45f
* Added a patch that implements the getxattr(), lgetxattr() and
...
__open64_2() functions. The latter in particular is needed to make
operations like `mkdir -p /usr/foo/bar' work on Ubuntu 8.10 (Glibc
2.8).
svn path=/nixpkgs/trunk/; revision=14741
2009-03-27 17:49:19 +00:00
Eelco Dolstra
b741451a17
* Checkinstall only works on Linux.
...
svn path=/nixpkgs/trunk/; revision=14740
2009-03-27 14:25:00 +00:00
Eelco Dolstra
5d27947703
* Don't try to auto-include documentation in Debian packages.
...
svn path=/nixpkgs/trunk/; revision=14737
2009-03-27 14:13:49 +00:00
Eelco Dolstra
7a0f6b1a40
* Patched checkinstall to include empty directory in packages.
...
svn path=/nixpkgs/trunk/; revision=14736
2009-03-27 14:13:23 +00:00
Eelco Dolstra
8fffed2ba1
* Use the latest checkinstall from git. This fixes /usr/bin/ld and
...
other paths incorrectly ending up in generated Deb files.
svn path=/nixpkgs/trunk/; revision=14735
2009-03-27 12:13:11 +00:00
Marc Weber
63dbfc3aa1
selenium remote control version bump to 1.0-beta-2
...
renamed attr to seleniumRCBin and adding
selenium-remote-control-1.0-beta-2 run script
svn path=/nixpkgs/trunk/; revision=14734
2009-03-27 09:39:19 +00:00
Marc Weber
e3eb124873
fix build of opera on x86_64
...
svn path=/nixpkgs/trunk/; revision=14733
2009-03-27 09:39:11 +00:00
Peter Simons
33089fcfdd
pdsh: updated to version 2.18
...
svn path=/nixpkgs/trunk/; revision=14731
2009-03-26 19:17:42 +00:00
Eelco Dolstra
5a8a90cd56
* Test whether we can successfully install and uninstall the Debian
...
package we just built.
svn path=/nixpkgs/trunk/; revision=14730
2009-03-26 15:45:37 +00:00
Eelco Dolstra
dded641a1a
svn path=/nixpkgs/trunk/; revision=14728
2009-03-26 14:43:16 +00:00
Eelco Dolstra
f30fe65b3e
* makeSourceTarball -> sourceTarball.
...
* Added a function binaryTarball to do a DESTDIR build into
/usr/local. Useful for making statically linked binaries. However,
it may be better to do this in a VM (since if you do it in a Nix
build environment, you can still end up with a lot of Nix
dependencies in your binaries, even if you do static linking).
svn path=/nixpkgs/trunk/; revision=14726
2009-03-26 14:11:59 +00:00
Eelco Dolstra
5322285f97
* Bump.
...
svn path=/nixpkgs/trunk/; revision=14725
2009-03-26 13:39:40 +00:00
Lluís Batlle i Rossell
2630b87a8c
Adding rrdtool.
...
svn path=/nixpkgs/trunk/; revision=14713
2009-03-25 19:13:24 +00:00
Michael Raskin
6986ddc2cf
Updated Monotone to 0.43
...
svn path=/nixpkgs/trunk/; revision=14704
2009-03-25 16:06:00 +00:00
Marc Weber
e06491168b
tidied up pkgs/lib/debug.nix
...
more consistent naming:
debugVal -> traceVal
debugXMLVal -> traceXMLVal
whatis -> showVal
traceWhatis -> traceShowVal
traceMarked -> traceShowValMarked
removed some parenthesis
svn path=/nixpkgs/trunk/; revision=14701
2009-03-25 13:48:55 +00:00
Marc Weber
e1c1ecf33a
allow { pkgs, pkgsOrig, ... } : in config.nix
...
svn path=/nixpkgs/trunk/; revision=14700
2009-03-25 13:29:47 +00:00
Eelco Dolstra
5b89240b84
* Bump.
...
svn path=/nixpkgs/trunk/; revision=14698
2009-03-25 12:41:13 +00:00
Eelco Dolstra
58ae185001
* Latest ntfs-3g, FUSE.
...
svn path=/nixpkgs/trunk/; revision=14696
2009-03-25 10:55:40 +00:00
Eelco Dolstra
f3815e7ad5
* Fixed ntfsprogs.
...
svn path=/nixpkgs/trunk/; revision=14695
2009-03-25 10:55:28 +00:00
Lluís Batlle i Rossell
6b8acbd2dc
Fixing the name of xxdiff.
...
svn path=/nixpkgs/trunk/; revision=14692
2009-03-24 19:24:14 +00:00
Eelco Dolstra
7652248443
* Turn on almost all jobs from build-for-release.nix.
...
svn path=/nixpkgs/trunk/; revision=14690
2009-03-24 18:32:30 +00:00
Lluís Batlle i Rossell
ac404e713f
Unison version update to 2.27.57
...
svn path=/nixpkgs/trunk/; revision=14689
2009-03-24 17:52:13 +00:00
Eelco Dolstra
7111a3d79d
* Disabled make check in DBD::SQLite; see
...
http://hydra.nixos.org/build/5767/nixlog/3 .
svn path=/nixpkgs/trunk/; revision=14688
2009-03-24 15:42:24 +00:00
Eelco Dolstra
b05625498b
svn path=/nixpkgs/trunk/; revision=14687
2009-03-24 15:15:56 +00:00
Eelco Dolstra
e49b111aca
* Bump.
...
svn path=/nixpkgs/trunk/; revision=14686
2009-03-24 15:10:27 +00:00
Eelco Dolstra
e230599c08
* Removed Subversion 1.4 - obsolete.
...
* Updated Subversion 1.5.x to 1.5.6.
svn path=/nixpkgs/trunk/; revision=14685
2009-03-24 15:07:11 +00:00
Peter Simons
ea443ec70a
subversion: updated to version 1.6.0
...
svn path=/nixpkgs/trunk/; revision=14682
2009-03-24 10:31:39 +00:00
Peter Simons
7ddfd954d3
sqlite: added parameter to enable building a static library.
...
Unfortunately, static builds fail because the package doesn't recognize
that libpthread needs to be linked explicitly. I'll fix that ASAP.
svn path=/nixpkgs/trunk/; revision=14681
2009-03-24 10:31:17 +00:00
Lluís Batlle i Rossell
aaf563c7cf
Marking wtk unfree. I don't know if it's redistributable.
...
svn path=/nixpkgs/trunk/; revision=14680
2009-03-24 09:27:03 +00:00
Lluís Batlle i Rossell
67b73b3cbb
Fixing the url for plan9port (Dankon Ludo!)
...
svn path=/nixpkgs/trunk/; revision=14679
2009-03-24 09:21:21 +00:00
Eelco Dolstra
37de59a3be
* Dutch tax return program for 2008.
...
(And the government is *still* violating the LGPL...)
svn path=/nixpkgs/trunk/; revision=14678
2009-03-24 09:00:34 +00:00
Lluís Batlle i Rossell
1167cdd1ba
Adding plan9port with X11 support.
...
For acme to work, set the PLAN9 variable, and have the plan9port programs in the PATH.
svn path=/nixpkgs/trunk/; revision=14669
2009-03-23 21:31:30 +00:00
Lluís Batlle i Rossell
779b015a03
Adding the Sun Wireless ToolKit for i686-linux at least.
...
svn path=/nixpkgs/trunk/; revision=14666
2009-03-23 20:36:48 +00:00
Ludovic Courtès
0474b4f148
GNU gv 3.6.7.
...
svn path=/nixpkgs/trunk/; revision=14662
2009-03-23 15:42:14 +00:00
Michael Raskin
3f5ef79084
Build GIMP
...
svn path=/nixpkgs/trunk/; revision=14653
2009-03-22 19:09:51 +00:00
Wouter den Breejen
eec829aad5
vsftpd userlist options added
...
svn path=/nixpkgs/trunk/; revision=14649
2009-03-22 15:32:28 +00:00
Lluís Batlle i Rossell
ba1b5fe28c
Removing the just added pdflrf. It violates the GPL.
...
svn path=/nixpkgs/trunk/; revision=14647
2009-03-22 13:36:19 +00:00
Lluís Batlle i Rossell
eb87994383
Adding pdflrf (to get nice LRF files for Sony PRS)
...
svn path=/nixpkgs/trunk/; revision=14646
2009-03-22 13:25:12 +00:00
Lluís Batlle i Rossell
d52b60af22
Adding upx.
...
svn path=/nixpkgs/trunk/; revision=14645
2009-03-22 13:03:37 +00:00
Ludovic Courtès
a3f009935f
GNU IceCat 3.0.7-g1.
...
svn path=/nixpkgs/trunk/; revision=14644
2009-03-22 12:37:16 +00:00
Lluís Batlle i Rossell
e7dc9a15ae
Adding pipe viewer.
...
svn path=/nixpkgs/trunk/; revision=14643
2009-03-22 12:34:30 +00:00
Ludovic Courtès
a117d3ac9a
Build Compiz*.
...
svn path=/nixpkgs/trunk/; revision=14642
2009-03-21 22:20:45 +00:00
Armijn Hemel
78c4691007
update to 1.6
...
svn path=/nixpkgs/trunk/; revision=14637
2009-03-20 21:20:06 +00:00
Armijn Hemel
19eaf90e36
update to 2.6.6
...
svn path=/nixpkgs/trunk/; revision=14636
2009-03-20 21:11:37 +00:00
Eelco Dolstra
bec9f4b0c3
* JasPer: build without OpenGL/X support - it's only used to build a
...
trivial example program (a barebones image viewer), but it gives
everybody else a dependency on Mesa ;-)
svn path=/nixpkgs/trunk/; revision=14633
2009-03-20 16:27:32 +00:00
Eelco Dolstra
3be3abe6ab
* Removed makePortmap; use makeOverridable.
...
svn path=/nixpkgs/trunk/; revision=14631
2009-03-20 16:17:08 +00:00
Eelco Dolstra
32d1c53b10
* Fix portmap.
...
svn path=/nixpkgs/trunk/; revision=14630
2009-03-20 16:08:43 +00:00
Eelco Dolstra
e14c41e728
svn path=/nixpkgs/trunk/; revision=14629
2009-03-20 15:45:51 +00:00
Marc Weber
d8f8d0f620
fix tcng
...
svn path=/nixpkgs/trunk/; revision=14626
2009-03-20 13:12:26 +00:00
Lluís Batlle i Rossell
874e0ac032
Updating tightvnc, and fixing the Xsecurity problems.
...
svn path=/nixpkgs/trunk/; revision=14625
2009-03-20 10:49:05 +00:00
Eelco Dolstra
84b78f7489
* Work around a bug in java-front.
...
svn path=/nixpkgs/trunk/; revision=14620
2009-03-19 17:34:59 +00:00
Ludovic Courtès
c04af1186d
Build Impressive.
...
svn path=/nixpkgs/trunk/; revision=14619
2009-03-19 16:42:00 +00:00
Ludovic Courtès
3a43ab3860
Add Impressive (formerly known as `KeyJNote').
...
svn path=/nixpkgs/trunk/; revision=14618
2009-03-19 16:40:28 +00:00
Eelco Dolstra
bbf6b46178
* Updated WebDSL.
...
svn path=/nixpkgs/trunk/; revision=14614
2009-03-19 16:04:32 +00:00
Eelco Dolstra
e0b48bbdec
* Added javafront & dryad.
...
svn path=/nixpkgs/trunk/; revision=14611
2009-03-19 14:46:38 +00:00
Eelco Dolstra
5986a4d175
* More cleanup. Updated to the latest Stratego/XT 0.17.
...
svn path=/nixpkgs/trunk/; revision=14610
2009-03-19 14:34:16 +00:00
Eelco Dolstra
b460175a7e
* Backwards compatibility hack for Stratego/XT packages.
...
svn path=/nixpkgs/trunk/; revision=14608
2009-03-19 13:59:31 +00:00
Michael Raskin
79bfd749a0
DataMatrix update
...
svn path=/nixpkgs/trunk/; revision=14607
2009-03-19 13:59:00 +00:00
Eelco Dolstra
468ffe8466
* Turn on nullglob globally so that distPhase works when we copy
...
"*.tar.bz2 *.tar.gz" and there are no *.tar.gz files. Maybe we
should turn this on in stdenv (nullglob just seems like the right
thing to do in general).
svn path=/nixpkgs/trunk/; revision=14606
2009-03-19 13:39:07 +00:00
Eelco Dolstra
33a5e03bfe
* Merged r13888 (ATerm cleanup) from the stdenv branch back into the
...
trunk.
svn path=/nixpkgs/trunk/; revision=14605
2009-03-19 12:29:14 +00:00
Eelco Dolstra
399ee394d4
* Cleaned up some Stratego-related stuff.
...
svn path=/nixpkgs/trunk/; revision=14603
2009-03-19 12:21:28 +00:00
Lluís Batlle i Rossell
20dad1f68d
Making wine 32bit work in x86_64, using Dolstra suggestions,
...
which worked at first try.
svn path=/nixpkgs/trunk/; revision=14602
2009-03-19 11:03:32 +00:00
Michael Raskin
3969f00c27
build mono..
...
svn path=/nixpkgs/trunk/; revision=14601
2009-03-19 10:10:54 +00:00
Michael Raskin
1e385684e2
gr layout contained polytonic symbols not mentioned in keysymdefs.h
...
svn path=/nixpkgs/trunk/; revision=14597
2009-03-19 06:18:26 +00:00
Ludovic Courtès
80306de64c
Build a few games on Hydra.
...
svn path=/nixpkgs/trunk/; revision=14596
2009-03-18 23:35:59 +00:00
Eelco Dolstra
5477ffdfe5
* man-pages 3.19.
...
svn path=/nixpkgs/trunk/; revision=14595
2009-03-18 21:30:26 +00:00
Michael Raskin
441f2de840
Testing showed that these keys do not work well in non-us layout..
...
svn path=/nixpkgs/trunk/; revision=14583
2009-03-18 05:42:53 +00:00
Lluís Batlle i Rossell
e72f1929b0
Adding multitran. I added a note in the 'data' expression, regarding
...
a locale that should be added into the system.
svn path=/nixpkgs/trunk/; revision=14582
2009-03-17 21:49:39 +00:00
Lluís Batlle i Rossell
7fd91b8736
Adding lrzip and rzip.
...
svn path=/nixpkgs/trunk/; revision=14581
2009-03-17 21:17:51 +00:00
Michael Raskin
1dada801c7
Fix SQLite attr name
...
svn path=/nixpkgs/trunk/; revision=14580
2009-03-17 20:44:42 +00:00
Peter Simons
22e1286711
Updated ANTLR version 2 from 2.7.6 to 2.7.7.
...
svn path=/nixpkgs/trunk/; revision=14576
2009-03-17 15:42:54 +00:00
Michael Raskin
2345d0c8aa
hyphen, nbsp, plusminus for rich kb layout
...
svn path=/nixpkgs/trunk/; revision=14575
2009-03-17 15:11:18 +00:00
Marc Weber
89a634a2a4
adding tcng package
...
tcc can be used to generate tc traffic shaping commands.
It even can compile kernel modules to classify packages (untested)
svn path=/nixpkgs/trunk/; revision=14574
2009-03-17 14:18:45 +00:00
Peter Simons
ae474690ea
Added bash 4.0 (and readline 6.0, which is required by bash).
...
svn path=/nixpkgs/trunk/; revision=14573
2009-03-17 14:03:03 +00:00
Michael Raskin
3a59128510
Some packages fail on hydra and are better off being fixed one-after-one.
...
svn path=/nixpkgs/trunk/; revision=14572
2009-03-17 12:29:34 +00:00
Michael Raskin
6a07017f9e
restrict problematic packages to Linux..
...
svn path=/nixpkgs/trunk/; revision=14568
2009-03-17 06:16:10 +00:00
Michael Raskin
dbab1ae680
Added arrows into rich international layout
...
svn path=/nixpkgs/trunk/; revision=14567
2009-03-17 05:12:03 +00:00
Michael Raskin
32154f3dac
Updated monotone
...
svn path=/nixpkgs/trunk/; revision=14565
2009-03-16 21:30:43 +00:00
Marc Weber
8fa77b44cb
added iperf (a tool to measure network bandwidth)
...
svn path=/nixpkgs/trunk/; revision=14564
2009-03-16 18:39:04 +00:00
Eelco Dolstra
808f12e369
* Dosbox 0.72.
...
svn path=/nixpkgs/trunk/; revision=14556
2009-03-16 12:22:47 +00:00
Eelco Dolstra
e9593080b6
* Added Catalyst::View::Download.
...
svn path=/nixpkgs/trunk/; revision=14555
2009-03-16 12:20:28 +00:00
Ludovic Courtès
dff2bbe342
Build more typesetting tools on Hydra.
...
svn path=/nixpkgs/trunk/; revision=14552
2009-03-16 10:45:55 +00:00
Ludovic Courtès
c2199227b4
Add Rubber, a LaTeX wrapper that does the right thing.
...
svn path=/nixpkgs/trunk/; revision=14551
2009-03-16 10:42:51 +00:00
Michael Raskin
3c7430198b
Some more jobs...
...
svn path=/nixpkgs/trunk/; revision=14550
2009-03-16 10:19:38 +00:00
Eelco Dolstra
46f7027688
* Reverted r14547, r14526 -> these belong in the stdenv-branch.
...
svn path=/nixpkgs/trunk/; revision=14549
2009-03-16 10:00:26 +00:00
Ludovic Courtès
a8c3cbdf0b
Sudo: Set the right LOGFILE' and
TIMEDIR' paths.
...
This fixes `sudo' so that it can actually remember your password
across invocations.
svn path=/nixpkgs/trunk/; revision=14548
2009-03-16 08:31:23 +00:00
Marc Weber
9e82d3dd08
version bump to coreutils-7.1
...
7.1 adds the new flag iflag=fullblock!
This line without fullblock copies a different amount of data each
time !
cat /dev/zero | dd iflag=fullblock bs=1M count=1000 of=/dev/null;
svn path=/nixpkgs/trunk/; revision=14547
2009-03-16 00:20:34 +00:00
Nicolas Pierron
44b6165af2
* Update suckless package location.
...
* Update dmenu version (3.8 -> 3.9)
* Update wmii version (20070516 -> 20071116)
svn path=/nixpkgs/trunk/; revision=14544
2009-03-15 20:09:50 +00:00
Ludovic Courtès
d9cfe67b9f
lsh: Change the PAM service name in accordance with NixOS (had forgotten to commit it).
...
svn path=/nixpkgs/trunk/; revision=14542
2009-03-15 14:11:21 +00:00
Ludovic Courtès
b161fd2921
Linux: Build the `sdhci' module, for Ricoh SD readers.
...
svn path=/nixpkgs/trunk/; revision=14541
2009-03-15 14:03:59 +00:00
Ludovic Courtès
35ff1b6a6a
More work for Hydra.
...
svn path=/nixpkgs/trunk/; revision=14538
2009-03-14 23:29:33 +00:00
Ludovic Courtès
9c308037b3
More work for Hydra.
...
svn path=/nixpkgs/trunk/; revision=14536
2009-03-14 23:19:49 +00:00
Ludovic Courtès
24857265fa
Don't build Avahi on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=14534
2009-03-14 21:43:37 +00:00
Ludovic Courtès
5d213515ad
release: Add `allBut' function.
...
svn path=/nixpkgs/trunk/; revision=14533
2009-03-14 21:43:09 +00:00
Ludovic Courtès
363dc0f8aa
Don't build Guile on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=14532
2009-03-14 19:40:29 +00:00
Michael Raskin
2a5f69f318
Fix typo
...
svn path=/nixpkgs/trunk/; revision=14531
2009-03-14 15:41:20 +00:00
Ludovic Courtès
8599649b6f
Some more work for Hydra.
...
svn path=/nixpkgs/trunk/; revision=14530
2009-03-14 15:32:39 +00:00
Michael Raskin
9e690c6c3a
Some more jobs for hydra
...
svn path=/nixpkgs/trunk/; revision=14529
2009-03-14 09:44:15 +00:00
Nicolas Pierron
f624a70ee7
Fix mkThenElse and mkAlways evaluation.
...
svn path=/nixpkgs/trunk/; revision=14528
2009-03-14 07:20:31 +00:00
Lluís Batlle i Rossell
de8bbafb53
Adding -fPIC code for static library code in perl and vxl, for x86_64.
...
svn path=/nixpkgs/trunk/; revision=14526
2009-03-13 16:46:10 +00:00
Eelco Dolstra
6425d2017d
* Updated DBIx::Class and SQL::Abstract.
...
svn path=/nixpkgs/trunk/; revision=14520
2009-03-13 13:07:44 +00:00
Michael Raskin
e4722f955c
Build OO.o on hydra
...
svn path=/nixpkgs/trunk/; revision=14517
2009-03-13 09:41:40 +00:00
Eelco Dolstra
dbfcf0c5f4
* Install genfkey, a tool for creating triggers from foreign key
...
constraints (which Sqlite doesn't support directly).
svn path=/nixpkgs/trunk/; revision=14515
2009-03-12 14:37:39 +00:00
Eelco Dolstra
cef5be0bc9
* Sqlite 3.6.10.
...
svn path=/nixpkgs/trunk/; revision=14512
2009-03-12 12:56:55 +00:00
Sander van der Burg
18874b164f
Added ConsoleKit package
...
svn path=/nixpkgs/trunk/; revision=14511
2009-03-11 16:31:01 +00:00
Sander van der Burg
cddf378de3
Added ConsoleKit package
...
svn path=/nixpkgs/trunk/; revision=14510
2009-03-11 16:30:38 +00:00
Eelco Dolstra
7ab993d0c4
* Catalyst::Engine::HTTP::Prefork: terminate chunked transfers
...
correctly.
svn path=/nixpkgs/trunk/; revision=14504
2009-03-11 13:34:18 +00:00
Eelco Dolstra
33a3895d78
* Added Catalyst::Engine::HTTP::Prefork and its dependencies.
...
svn path=/nixpkgs/trunk/; revision=14503
2009-03-11 11:40:52 +00:00
Eelco Dolstra
8ac53703f0
* vlc: use faad.
...
svn path=/nixpkgs/trunk/; revision=14502
2009-03-10 23:28:06 +00:00
Eelco Dolstra
1485c905f7
* ffmpeg: build with faad2 support. However, vlc still won't play
...
mp4a audio.
* faad2: latest version.
* vlc: fix the hard-coded OSD font path name. Dunno why they don't
use fontconfig.
svn path=/nixpkgs/trunk/; revision=14501
2009-03-10 22:45:27 +00:00
Eelco Dolstra
44ac9e249c
* MPlayer: updated to the SVN version.
...
* VLC: updated to 0.9.8a. It now uses Qt for the GUI, which looks a
lot better than the wxWidgets one.
* libdvdread, libdvdnav: updated to 4.1.3.
* ffmpeg: updated to 0.5 (a new release!). Got rid of the SVN
version, which shouldn't be necessary anymore.
svn path=/nixpkgs/trunk/; revision=14500
2009-03-10 21:03:51 +00:00
Eelco Dolstra
199155087e
* A Gentoo mirror disappeared.
...
svn path=/nixpkgs/trunk/; revision=14499
2009-03-10 21:00:07 +00:00
Eelco Dolstra
2ae9a1c947
* Doh.
...
svn path=/nixpkgs/trunk/; revision=14498
2009-03-10 20:04:08 +00:00
Eelco Dolstra
dfb3345149
* Updated fribidi.
...
svn path=/nixpkgs/trunk/; revision=14497
2009-03-10 17:24:15 +00:00
Eelco Dolstra
731b77ac35
* Nicer notation for Nixpkgs' Hydra jobs. The packages to build are
...
given as a nested attribute set isomorphic to all-packages.nix,
where the value for each attribute is a list of platforms on which
to build the package. For instance,
{
wine = ["i686-linux"];
xorg = {
libX11 = ["i686-linux" "x86_64-linux"];
};
}
says that the "wine" attribute in all-packages.nix should be built
on "i686-linux" only, while the "xorg.libX11" attribute should be
built on "i686-linux" and "x86_64-linux".
There are some aliases for common platform groups (currently "all"
for all supported platforms, "linux" for all supported Linux
platforms).
svn path=/nixpkgs/trunk/; revision=14496
2009-03-10 15:23:27 +00:00
Eelco Dolstra
b53ef57554
* Moved mapAttrs to attrsets.nix.
...
* Added a function mapAttrsRecursive, which is like mapAttrs, but
recursively applies itself to attribute sets.
* Commented and cleaned up some functions.
svn path=/nixpkgs/trunk/; revision=14495
2009-03-10 15:18:38 +00:00
Sander van der Burg
e629ce0e07
Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. Enabled ocaml support in kdeedu
...
svn path=/nixpkgs/trunk/; revision=14494
2009-03-10 14:41:50 +00:00
Eelco Dolstra
f81bbde9d2
* Urgh, this is why duplication is bad...
...
svn path=/nixpkgs/trunk/; revision=14493
2009-03-10 12:54:12 +00:00
Sander van der Burg
6529b6d14f
Added builder script for kdesdk
...
svn path=/nixpkgs/trunk/; revision=14492
2009-03-10 12:50:30 +00:00
Eelco Dolstra
f1203df6b5
* Add all KDE 4 packages.
...
svn path=/nixpkgs/trunk/; revision=14491
2009-03-10 12:34:12 +00:00
Eelco Dolstra
29daeec109
* pciutils: build a shared libpci.
...
* pciutils: updated to the latest pci.ids.
svn path=/nixpkgs/trunk/; revision=14490
2009-03-10 12:25:45 +00:00
Peter Simons
610aac30c3
Fixed Python StringTemplate library.
...
Most importantly, this change required updating the ANTLR 2.x expression to
install the Python run-time library. While we're at it, we're building the
run-time library for C++ and Java, too. There is still work to be done: the
stringtemplate library doesn't find antlr.py without help yet.
svn path=/nixpkgs/trunk/; revision=14489
2009-03-10 12:01:22 +00:00
Sander van der Burg
68e6471a70
Fixed detection of apr-utils
...
svn path=/nixpkgs/trunk/; revision=14487
2009-03-10 10:18:11 +00:00
Eelco Dolstra
f8641d34a2
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra
9ab4720b85
* Latest libdvdcss.
...
svn path=/nixpkgs/trunk/; revision=14483
2009-03-10 08:06:50 +00:00
Eelco Dolstra
9be9f5b2bb
* Build some KDE 4 packages in Hydra.
...
svn path=/nixpkgs/trunk/; revision=14482
2009-03-10 08:01:35 +00:00
Eelco Dolstra
9fee9c7be4
* Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
...
eventually, but it seems to contain some packages that aren't in
kde-4.2 yet).
svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00
Eelco Dolstra
c94f5f7862
* Put the tarball job in a separate file.
...
svn path=/nixpkgs/trunk/; revision=14476
2009-03-09 17:49:13 +00:00
Sander van der Burg
3979b5359b
Added aprutil as buildinput to kdesdk
...
svn path=/nixpkgs/trunk/; revision=14472
2009-03-09 16:05:57 +00:00
Sander van der Burg
94371463b6
Added gphoto2 support to kdegraphics
...
svn path=/nixpkgs/trunk/; revision=14471
2009-03-09 16:00:22 +00:00
Sander van der Burg
f0614c79ff
Disabled plasma python modules
...
svn path=/nixpkgs/trunk/; revision=14469
2009-03-09 15:52:48 +00:00
Eelco Dolstra
b763e1d520
* makeOverridable: call the override function "override" instead of
...
"function", which isn't very descriptive ;-)
Also, the argument to "override" can be either a function (that
takes the old arguments and returns the overriding arguments), or a
plain attribute set that contains the overriding arguments.
E.g. you can say
nixUnstable.override { supportOldDBs = false; }
and
nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; })
svn path=/nixpkgs/trunk/; revision=14468
2009-03-09 15:49:58 +00:00
Sander van der Burg
b3c8857f60
Fixed detection of PCI utils
...
svn path=/nixpkgs/trunk/; revision=14467
2009-03-09 15:43:05 +00:00
Sander van der Burg
01519d1005
Added subversion support for kdesdk
...
svn path=/nixpkgs/trunk/; revision=14466
2009-03-09 15:29:17 +00:00
Eelco Dolstra
5c7cd50c25
* Latest unstable version.
...
svn path=/nixpkgs/trunk/; revision=14465
2009-03-09 15:27:23 +00:00
Sander van der Burg
f9d5952ed5
Added support for X11 VidMode extension to kdenetwork
...
svn path=/nixpkgs/trunk/; revision=14462
2009-03-09 15:01:37 +00:00
Sander van der Burg
a901776a5f
Added support for KDE 4.2 python modules
...
svn path=/nixpkgs/trunk/; revision=14461
2009-03-09 14:44:42 +00:00
Armijn Hemel
a61ee3644c
bump powertop to 1.11
...
svn path=/nixpkgs/trunk/; revision=14458
2009-03-09 13:53:48 +00:00
Sander van der Burg
2c11f47c8c
Added CUPS administration tools in kdeadmin
...
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09 13:29:37 +00:00
Peter Simons
f8c360148e
Moved python stringtemplate library from tools/text/py-string-template
...
to development/python-modules/stringtemplate.
svn path=/nixpkgs/trunk/; revision=14455
2009-03-09 10:46:42 +00:00
Lluís Batlle i Rossell
8e2956c4cb
Fixing wxGTK28 for x86_64, for the mesa references.
...
svn path=/nixpkgs/trunk/; revision=14454
2009-03-09 10:42:24 +00:00
Michael Raskin
1dd385c5b9
Updated Squid
...
svn path=/nixpkgs/trunk/; revision=14451
2009-03-08 12:29:34 +00:00
Armijn Hemel
4578b29f2c
bump to 1.17
...
svn path=/nixpkgs/trunk/; revision=14450
2009-03-08 12:11:05 +00:00
Michael Raskin
13a25d33d3
My attempts to build Thunderbird3beta on Xulrunner. Maybe it is impossible; if not - there are some things others could reuse...
...
svn path=/nixpkgs/trunk/; revision=14438
2009-03-07 17:18:48 +00:00
Armijn Hemel
a952ab93ab
bump to 5.0.77
...
svn path=/nixpkgs/trunk/; revision=14437
2009-03-07 14:11:45 +00:00
Marc Weber
e69b4bd8ed
remove error context in all-packages.nix again
...
this partially reverts -r14429
svn path=/nixpkgs/trunk/; revision=14435
2009-03-07 13:10:53 +00:00
Ludovic Courtès
e97aa4bb01
GNU libidn 1.13.
...
svn path=/nixpkgs/trunk/; revision=14434
2009-03-07 11:47:40 +00:00
Ludovic Courtès
e9917baddd
GNU Zile 2.3.4.
...
svn path=/nixpkgs/trunk/; revision=14432
2009-03-07 11:28:56 +00:00
Marc Weber
23ca0bb3c2
vim version (7.2), optional .nix filetype detection and syntax highlighting
...
svn path=/nixpkgs/trunk/; revision=14431
2009-03-07 00:27:13 +00:00
Marc Weber
08e1c08bc7
moved debugging functions into lib module "debug"
...
svn path=/nixpkgs/trunk/; revision=14430
2009-03-06 23:21:35 +00:00
Marc Weber
49b115132d
add error context to all top level attr names of all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=14429
2009-03-06 23:21:31 +00:00
Marc Weber
b56ed35851
replacing applyAndFun by lib.defaultOverridableDelayableArgs
...
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.
I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.
important refactoring:
applyAndFun had .fun and .funMerge only when passing the merge
function lib.mergeOrApply
composableDerivation {
initial = {
...
};
}
to
overridableDelayableArgs has always .replace and .merge
composableDerivation {} {
...
}
svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
Marc Weber
51289a41b0
adjust packages to overridableDelayableArgs
...
svn path=/nixpkgs/trunk/; revision=14427
2009-03-06 23:21:24 +00:00
Marc Weber
f1183f33e3
added simple lib test case for overridableDelayableArgs
...
svn path=/nixpkgs/trunk/; revision=14426
2009-03-06 23:21:17 +00:00
Marc Weber
5ddfa7ed64
moved catAttrs, attrVals into attrsets.nix, adding attrValues
...
svn path=/nixpkgs/trunk/; revision=14425
2009-03-06 23:21:14 +00:00
Marc Weber
be3a9f2346
added overridableDelayableArgs replacing applyAndFun
...
svn path=/nixpkgs/trunk/; revision=14424
2009-03-06 23:21:12 +00:00
Marc Weber
e917282535
added eqStrict (deep, strict test for equality)
...
it can replace eqList and can compare attrs as well
svn path=/nixpkgs/trunk/; revision=14423
2009-03-06 23:21:09 +00:00
Eelco Dolstra
d0691bf1d7
* We don't need all that src.outPath / src.path hackery anymore.
...
svn path=/nixpkgs/trunk/; revision=14419
2009-03-06 16:53:44 +00:00
Eelco Dolstra
bd5aed6fd6
* Set argv[0] to a nicer value.
...
svn path=/nixpkgs/trunk/; revision=14418
2009-03-06 16:53:02 +00:00
Ludovic Courtès
f301e8423b
GNU Gnash 0.8.5.
...
svn path=/nixpkgs/trunk/; revision=14415
2009-03-06 14:24:27 +00:00
Ludovic Courtès
fac7dc875a
Build Doxygen.
...
svn path=/nixpkgs/trunk/; revision=14352
2009-03-05 15:42:42 +00:00
Ludovic Courtès
a2317f6997
Doxygen 1.5.8.
...
svn path=/nixpkgs/trunk/; revision=14350
2009-03-05 15:17:53 +00:00
Eelco Dolstra
e263446442
* Firefox 3.0.7.
...
* Chatzilla 0.9.84.
svn path=/nixpkgs/trunk/; revision=14346
2009-03-05 14:06:07 +00:00
Sander van der Burg
628c3d0929
Changed download location of phonon
...
svn path=/nixpkgs/trunk/; revision=14341
2009-03-05 11:44:54 +00:00
Sander van der Burg
5e8908c481
Upgrade to KDE 4.2.1
...
svn path=/nixpkgs/trunk/; revision=14340
2009-03-05 11:09:47 +00:00
Armijn Hemel
53bf781136
update to 2.5.5
...
svn path=/nixpkgs/trunk/; revision=14339
2009-03-04 23:05:11 +00:00
Lluís Batlle i Rossell
08a1042318
Adding neverball 1.5.0, which comes with neverputt. Fun.
...
svn path=/nixpkgs/trunk/; revision=14338
2009-03-04 17:28:25 +00:00
Ludovic Courtès
70657dbb83
GnuPG 2.0.11.
...
svn path=/nixpkgs/trunk/; revision=14329
2009-03-04 13:41:52 +00:00
Marc Weber
b288a02e9a
nixUnstable version bump to 0.13pre14314
...
svn path=/nixpkgs/trunk/; revision=14326
2009-03-04 12:08:56 +00:00
Marc Weber
62a0aafa04
nixUnstable version bump to 0.13pre13641
...
svn path=/nixpkgs/trunk/; revision=14325
2009-03-04 12:08:51 +00:00
Lluís Batlle i Rossell
f3a4388ddc
Updating flashplayer10 for i686, and adding it for x64.
...
I haven't tried the builder for i686, but I think it should work. The fix should be easy in any cas.
I don't think I've written pretty nix code, so I'm looking forward for revision.
svn path=/nixpkgs/trunk/; revision=14324
2009-03-04 11:04:16 +00:00
Ludovic Courtès
fb9ace2e56
CEDET: Run the test suite the right way.
...
svn path=/nixpkgs/trunk/; revision=14318
2009-03-03 19:45:04 +00:00
Ludovic Courtès
1c7bf2d846
GNU Zile 2.3.3.
...
svn path=/nixpkgs/trunk/; revision=14317
2009-03-03 19:35:56 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
Some of these should be longDescriptions, but most others just
shouldn't contain newlines. E.g. write
description = "Bla";
and not
description = ''
Bla
'';
This pollutes "nix-env -qa --description" output.
svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Eelco Dolstra
9efba4b3b0
* Added IO::Compress::Bzip2.
...
svn path=/nixpkgs/trunk/; revision=14306
2009-03-03 10:36:29 +00:00
Eelco Dolstra
2c0558e11c
* Valgrind 3.4.1.
...
svn path=/nixpkgs/trunk/; revision=14304
2009-03-03 09:19:50 +00:00
Armijn Hemel
2d1a047761
add stunnel
...
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Ludovic Courtès
fd93dfbe9d
CEDET 1.0pre6.
...
svn path=/nixpkgs/trunk/; revision=14298
2009-03-02 15:11:54 +00:00
Eelco Dolstra
6bb95494e7
* Use the version attribute if available.
...
svn path=/nixpkgs/trunk/; revision=14297
2009-03-02 14:33:33 +00:00
Eelco Dolstra
84a0bd9c83
* Use qcow2.
...
svn path=/nixpkgs/trunk/; revision=14296
2009-03-02 14:31:33 +00:00
Eelco Dolstra
45081f330d
* Append the version to the "name" attribute to make the store paths
...
of Hydra builds more distinct (e.g. "patchelf-build-0.5pre1234"
instead of just "patchelf-build"). If the version isn't known,
append at least the revision.
* Propagate the release name of the source tarball to Nix builds.
Useful to provide sensible package names in channels.
svn path=/nixpkgs/trunk/; revision=14294
2009-03-02 13:45:48 +00:00
Eelco Dolstra
f19aea6d5a
* Added openSUSE 11.0.
...
* Create some device nodes in the RPM/Deb disk images, since modern
distributions may not provide any device nodes (they're all
generated by udev).
svn path=/nixpkgs/trunk/; revision=14293
2009-03-02 13:22:31 +00:00
Sander van der Burg
df84d143c1
Some kdebindings-4.2 fixes
...
svn path=/nixpkgs/trunk/; revision=14291
2009-03-02 10:19:20 +00:00
Lluís Batlle i Rossell
301c3d31c9
Adding tunctl. I didn't know how to build the manpage, though.
...
svn path=/nixpkgs/trunk/; revision=14290
2009-03-01 21:34:39 +00:00
Lluís Batlle i Rossell
247ad8bfcf
Adding LUKS cryptsetup for the devicemapper.
...
svn path=/nixpkgs/trunk/; revision=14289
2009-03-01 11:11:21 +00:00