Ludovic Courtès
a5d55a9514
Fix typo in `all-packages.nix'.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32368
2012-02-17 21:24:03 +00:00
Ludovic Courtès
d4742ad714
GNU libc 2.14: Fix cross-GNU builds.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32367
2012-02-17 20:37:31 +00:00
Eelco Dolstra
31ebc5d950
* Get rid of Qt 4.6. It doesn't compile with GCC 4.6. There was only
...
one application still using it (Caneda), but upgrading it allowed it
to build with Qt 4.7.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32353
2012-02-17 14:34:42 +00:00
Yury G. Kudryashov
79d0d410cb
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32350
2012-02-17 13:43:31 +00:00
Yury G. Kudryashov
afb26b6aed
vigra-1.8.0
...
svn path=/nixpkgs/trunk/; revision=32346
2012-02-17 13:03:41 +00:00
Peter Simons
dbf98824a5
all-packages.nix: fixed linuxPackages.kqemu attribute that pointed nowhere
...
We have two expressions for kqemu, but I wasn't sure which one to use here, so
I just picked the newer one. Could someone who knows about these matters please
check whether that was the right choice? I don't use the qemu kernel module
myself.
svn path=/nixpkgs/trunk/; revision=32342
2012-02-17 10:39:02 +00:00
Eelco Dolstra
a3da139c73
* Remove ext3cow, it's dead.
...
svn path=/nixpkgs/trunk/; revision=32340
2012-02-16 19:30:41 +00:00
Eelco Dolstra
148612239c
* Added openresolv, a program for managing /etc/resolv.conf.
...
svn path=/nixpkgs/trunk/; revision=32337
2012-02-16 18:40:05 +00:00
Eelco Dolstra
9da1dd6c90
* dnsmasq updated to 2.59.
...
svn path=/nixpkgs/trunk/; revision=32334
2012-02-16 18:03:12 +00:00
Yury G. Kudryashov
e5027e5b36
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
2012-02-16 15:02:26 +00:00
Peter Simons
ca1912036b
cppcheck: added version 1.53
...
svn path=/nixpkgs/trunk/; revision=32302
2012-02-15 16:07:45 +00:00
Peter Simons
02eaa57b56
merge latest changes from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32270
2012-02-14 13:47:27 +00:00
Lluís Batlle i Rossell
af1b08ac32
Updating firefox to 10.0.1. I'll let hydra build it.
...
svn path=/nixpkgs/trunk/; revision=32266
2012-02-13 21:04:39 +00:00
Yury G. Kudryashov
f7886ac78b
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32265
2012-02-13 19:47:36 +00:00
Yury G. Kudryashov
19dde94ddc
Add calligra suite
...
KOffice, rebranded. Let hydra build it.
svn path=/nixpkgs/trunk/; revision=32264
2012-02-13 19:34:42 +00:00
Yury G. Kudryashov
fc21cca549
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32231
2012-02-12 09:33:54 +00:00
Lluís Batlle i Rossell
c2e5c08d72
Adding the game Bits&Bots
...
svn path=/nixpkgs/trunk/; revision=32227
2012-02-11 14:33:27 +00:00
Lluís Batlle i Rossell
1ad1d987e3
Adding stunt rally.
...
svn path=/nixpkgs/trunk/; revision=32217
2012-02-10 20:24:13 +00:00
Yury G. Kudryashov
5144a19987
svn merge ^/nixpkgs/trunk
...
There were a few merge conflicts due to ensureDir->mkdir -p migration
svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
2012-02-10 10:24:30 +00:00
Yury G. Kudryashov
c84eb70b51
Latest exosip and linphone
...
svn path=/nixpkgs/trunk/; revision=32172
2012-02-10 10:13:48 +00:00
Yury G. Kudryashov
3217e1c5c3
djview-4.8, fix build with qt-4.8
...
svn path=/nixpkgs/trunk/; revision=32171
2012-02-10 10:13:44 +00:00
Yury G. Kudryashov
f9c551a41f
hugin-2011.4.0
...
svn path=/nixpkgs/trunk/; revision=32170
2012-02-10 10:13:39 +00:00
Yury G. Kudryashov
f8d0599756
Add tclap (required for new hugin)
...
svn path=/nixpkgs/trunk/; revision=32169
2012-02-10 10:13:34 +00:00
Lluís Batlle i Rossell
3782f740a0
Adding libwebp
...
svn path=/nixpkgs/trunk/; revision=32146
2012-02-08 21:37:20 +00:00
Eelco Dolstra
ff1bfcaefb
* Added fuse-zip, a FUSE filesystem for accessing zip files.
...
svn path=/nixpkgs/trunk/; revision=32143
2012-02-08 15:45:26 +00:00
Yury G. Kudryashov
912637f33a
Enable/disable libreoffice build in nixpkgs.config, not in tree.
...
I've tried to use override instead of getConfig but failed because exception is
thrown before the function is called with force = true.
svn path=/nixpkgs/trunk/; revision=32131
2012-02-07 21:03:25 +00:00
Yury G. Kudryashov
043000cf35
Fix eval
...
svn path=/nixpkgs/trunk/; revision=32130
2012-02-07 21:03:20 +00:00
Yury G. Kudryashov
a8dba7888b
Move gtkLibs3x to top-level namespace, gtk+-3.2.3
...
Cherry-pick /nixpkgs/branches/glib-2.30@32044
svn path=/nixpkgs/trunk/; revision=32129
2012-02-07 21:03:16 +00:00
Florian Friesdorf
df12f0bd01
emacs js2-mode
...
svn path=/nixpkgs/trunk/; revision=32122
2012-02-07 17:40:02 +00:00
Florian Friesdorf
4e3afe1b8d
emacs mode calfw-1.3
...
svn path=/nixpkgs/trunk/; revision=32118
2012-02-07 17:39:51 +00:00
Peter Simons
29869899a8
ikiwiki: updated to version 3.20120202
...
svn path=/nixpkgs/trunk/; revision=32116
2012-02-07 14:01:05 +00:00
Michael Raskin
b340f86ba2
Low priority for ff11b
...
svn path=/nixpkgs/trunk/; revision=32095
2012-02-07 08:57:42 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Peter Simons
796f0ad5bc
i7z: better cpu frequency/turbo boost checker for intel core i{3,5,7}
...
svn path=/nixpkgs/trunk/; revision=32082
2012-02-06 19:09:04 +00:00
Peter Simons
4bfbdda332
frandom: very fast random number generator kernel module
...
nixos support via services.frandom.enable
svn path=/nixpkgs/trunk/; revision=32078
2012-02-06 19:08:52 +00:00
Michael Raskin
8bae3c51ff
Add Firefox 11beta
...
svn path=/nixpkgs/trunk/; revision=32048
2012-02-06 08:28:24 +00:00
Alexander Tsamutali
109068c605
applications/misc/goldendict: New nixpkg.
...
svn path=/nixpkgs/trunk/; revision=32045
2012-02-05 21:02:27 +00:00
Arie Middelkoop
2d7fe30288
Improved the expression for intel microcode.
...
svn path=/nixpkgs/trunk/; revision=32042
2012-02-05 20:44:19 +00:00
Yury G. Kudryashov
c81e27f1f7
Move gtkLibs to top-level namespace
...
Earlier there was a strict correspondence between versions of gtkLibs.* but now
upstream moves to gtk-3.x, and there is no simple rule anymore. Thus it is
easier to override particular libs on a case-by-case basis than using gtkLibs2x.
svn path=/nixpkgs/trunk/; revision=32040
2012-02-05 18:29:42 +00:00
Yury G. Kudryashov
ba50fa3ad2
Whitespace
...
svn path=/nixpkgs/trunk/; revision=32038
2012-02-05 09:26:11 +00:00
Arie Middelkoop
3f1054b1ec
Added 'bumblebee', a package that facilitates NVidia Optimus graphics with X11.
...
Note: it relies heavily on 'virtualgl'. This also makes the approach taken
by bumblebee not very effective.
So, this package is actually mainly useful for shutting down your card so that
it does not consume power/produce heat.
See the comments in bumblebee/default.nix
svn path=/nixpkgs/trunk/; revision=32036
2012-02-05 00:51:35 +00:00
Ludovic Courtès
d15738aca5
GnuTLS: Get Hydra to build the Guile-less variants.
...
svn path=/nixpkgs/trunk/; revision=32034
2012-02-04 23:21:33 +00:00
Peter Simons
282449afe8
analog: added version 6.0
...
svn path=/nixpkgs/trunk/; revision=32029
2012-02-04 10:32:07 +00:00
Peter Simons
b69d6bf7e0
Moved all LaTeX expressions into tools/typesetting hierarchy.
...
svn path=/nixpkgs/trunk/; revision=32028
2012-02-04 09:31:07 +00:00
Peter Simons
dbafd99a0a
Moved python debugger into development/tools hierarchy.
...
svn path=/nixpkgs/trunk/; revision=32027
2012-02-04 09:30:53 +00:00
Peter Simons
4aac439f00
redis: added version 2.4.7
...
Patch submitted by Phil Hagelberg <technomancy@gmail.com>.
svn path=/nixpkgs/trunk/; revision=31992
2012-02-03 13:12:07 +00:00
Andres Löh
b66db5ca13
Add ghc-7.4.1. Remove Hydra building for the 7.2.* series.
...
svn path=/nixpkgs/trunk/; revision=31989
2012-02-02 21:08:30 +00:00
Eelco Dolstra
9d9e33b98d
* Added Firefox 10.0. P.S. it seems that Firefox 10 no longer needs
...
--enable-official-branding to get a browser that calls itself
"Firefox". But I'll leave the flag in for the moment.
* Removed Firefox 8.0.
svn path=/nixpkgs/trunk/; revision=31984
2012-02-02 15:44:22 +00:00
Eelco Dolstra
7b5db94b5f
* Updated Adobe Reader to 9.4.7.
...
svn path=/nixpkgs/trunk/; revision=31978
2012-02-02 12:19:17 +00:00
Yury G. Kudryashov
2b3fb5a824
Merge two nix exprs for links2, upgrade to 2.5
...
svn path=/nixpkgs/trunk/; revision=31962
2012-02-01 22:33:35 +00:00