Eelco Dolstra
bd8d003d69
* VirtualBox updated to 4.1.10. Drop the wrapper script since it no
...
longer seems needed. Optionally build the Python bindings. Disable
the Java bindings by default to prevent a gratuitous dependency on
the JDK.
svn path=/nixpkgs/trunk/; revision=33295
2012-03-20 13:54:01 +00:00
Eelco Dolstra
995a44a897
* Fix a race condition in mountall: the USR1 signal handler must be
...
installed before we daemonise, otherwise another job might send
USR1 to mountall before the handler is installed, killing it.
svn path=/nixpkgs/trunk/; revision=33289
2012-03-20 10:25:11 +00:00
Eelco Dolstra
42b97b78b0
* Mountall updated to 2.35.
...
svn path=/nixpkgs/trunk/; revision=33287
2012-03-20 10:00:04 +00:00
Shea Levy
f272acd501
Add a module for the pommed tool for Apple laptop keyboards.
...
svn path=/nixpkgs/trunk/; revision=33286
2012-03-20 04:41:13 +00:00
Shea Levy
836532a54b
Whoops, forgot meta
...
svn path=/nixpkgs/trunk/; revision=33284
2012-03-20 01:51:03 +00:00
Shea Levy
6fe5413cb7
xf86-input-multitouch seems to be abandoned, update it with the mtrack fork
...
svn path=/nixpkgs/trunk/; revision=33283
2012-03-20 01:48:09 +00:00
Shea Levy
a74565238a
Linux 3.3 puts some of its headers in include/generated
...
svn path=/nixpkgs/trunk/; revision=33282
2012-03-20 00:02:24 +00:00
Peter Simons
5f32e704bf
haskell-url: updated to version 2.1.3
...
svn path=/nixpkgs/trunk/; revision=33280
2012-03-19 23:41:06 +00:00
Lluís Batlle i Rossell
a39a9b3d8e
Adding a glibc patch to get proper first days of the week in the Catalan locale.
...
Since 2008 somehow it cannot get fixed in glibc:
https://bugzilla.redhat.com/show_bug.cgi?id=454629
svn path=/nixpkgs/trunk/; revision=33279
2012-03-19 21:50:58 +00:00
Eelco Dolstra
2199d375a2
* Updated lvm2 to 2.02.95.
...
svn path=/nixpkgs/trunk/; revision=33277
2012-03-19 19:34:34 +00:00
Yury G. Kudryashov
0d90c06ba1
Remove some packages with Qt3 dependency
...
kde3.k3b: use kde4.k3b instead
kde3.kphone: there are many other SIP phones
valknut: last version from 2009, doesn't support new ADC protocol
qdu: latest release in 2004, use kde4.filelight
REVIEWBOARD:5
svn path=/nixpkgs/trunk/; revision=33273
2012-03-19 18:31:02 +00:00
Eelco Dolstra
512357f875
* Remove a wildly outdated Git version that shouldn't have been in
...
Nixpkgs in the first place.
svn path=/nixpkgs/trunk/; revision=33272
2012-03-19 18:24:53 +00:00
Eelco Dolstra
2938819d7e
* Remove an unnecessary function.
...
svn path=/nixpkgs/trunk/; revision=33271
2012-03-19 18:13:47 +00:00
Eelco Dolstra
6b4cd6673a
* Add a utility function "versionOlder" to compare two version
...
strings.
svn path=/nixpkgs/trunk/; revision=33267
2012-03-19 18:04:47 +00:00
Eelco Dolstra
af2da39a04
* Remove unused function "checker".
...
svn path=/nixpkgs/trunk/; revision=33266
2012-03-19 18:01:49 +00:00
Shea Levy
47574d25f6
Fix some broken firmware URLS. Hope the Fedora project wouldn't host non-free firmware...
...
svn path=/nixpkgs/trunk/; revision=33265
2012-03-19 17:40:23 +00:00
Eelco Dolstra
c3072a8df8
* When doing coverage builds, set useTempPrefix (in case we're doing
...
an "installcheck").
svn path=/nixpkgs/trunk/; revision=33261
2012-03-19 16:05:29 +00:00
Shea Levy
1e8dfa4e2c
Linux 3.3 release
...
svn path=/nixpkgs/trunk/; revision=33260
2012-03-19 15:36:40 +00:00
Eelco Dolstra
626d364e37
* Build Bison 2.5.
...
svn path=/nixpkgs/trunk/; revision=33258
2012-03-19 13:49:39 +00:00
Eelco Dolstra
9f683a5aac
* After building an RPM, install and uninstall it.
...
svn path=/nixpkgs/trunk/; revision=33257
2012-03-19 13:40:57 +00:00
Eelco Dolstra
a772508846
* NASM updated to 2.10.
...
svn path=/nixpkgs/trunk/; revision=33256
2012-03-19 13:16:35 +00:00
Peter Simons
69adc0d433
Update Haskell packages.
...
- gd: updated to version 3000.7.3
- hakyll: updated to version 3.2.6.2
- HaskellForMaths: updated to version 0.4.4
- haskell-src-meta: updated to version 0.5.1.1
- mwc-random: dropped obsolete version 0.10.0.1.
- persistent-template: updated to version 0.8.2
- snap-core: updated to version 0.8.0.1
- snap-server: updated to version 0.8.0.1
- unordered-containers: dropped obsolete version 0.1.4.6.
svn path=/nixpkgs/trunk/; revision=33255
2012-03-19 11:15:39 +00:00
Eelco Dolstra
b4d308f672
* Update some Perl packages that had gone missing.
...
svn path=/nixpkgs/trunk/; revision=33250
2012-03-19 03:55:37 +00:00
Eelco Dolstra
ebd19ec705
* For "nix-build --run-env" it's desirable that $stdenv/setup (and by
...
extension postHook) does nothing else than set up the environment.
It shouldn't touch $out because there may not be a $out. So move
the "imperative" bits of postHook into a separate phase.
svn path=/nixpkgs/trunk/; revision=33249
2012-03-19 03:45:36 +00:00
Eelco Dolstra
06d28ca8f1
* Support setting postPhases.
...
svn path=/nixpkgs/trunk/; revision=33247
2012-03-19 02:45:52 +00:00
Piotr Pietraszkiewicz
fbfa56c165
bumped bibletime to v2.9.1 which has the side effect that it builds again
...
svn path=/nixpkgs/trunk/; revision=33245
2012-03-18 23:52:58 +00:00
Mathijs Kwik
d329b66b73
bbswitch: use the modDirVersion instead of version
...
svn path=/nixpkgs/trunk/; revision=33244
2012-03-18 23:13:41 +00:00
Piotr Pietraszkiewicz
1824f424b2
Made sword build again by tuning the configureFlags:
...
- to ignore warnings about unused variables
- not to build the tests (the warnings in tests looked serious at first
glance)
Additionally disabled debug because I hit no problems at runtime so far
svn path=/nixpkgs/trunk/; revision=33243
2012-03-18 22:51:17 +00:00
Lluís Batlle i Rossell
5521faad65
Updating socat. I thought it could have improvements in performance for nixos
...
build-vm in my computer, but does not.
svn path=/nixpkgs/trunk/; revision=33239
2012-03-18 18:33:10 +00:00
Shea Levy
dfcd4dd559
Add a kernel patch for the efi boot stub to read a config file when booted without arguments, and base removable media booting off of that patch
...
The patch is currently being discussed on LKML and hopefully will be included
in mainline in some form in the future. Note that booting from the livecd has
to do a lot of work before anything is output to the console, so if the drive
is still busy don't assume the boot has hanged
svn path=/nixpkgs/trunk/; revision=33235
2012-03-18 17:14:52 +00:00
Lluís Batlle i Rossell
a544da22fc
Adding latencytop.
...
svn path=/nixpkgs/trunk/; revision=33233
2012-03-18 11:45:53 +00:00
Lluís Batlle i Rossell
b4955eea65
Adding qemu 1.0.1.
...
svn path=/nixpkgs/trunk/; revision=33232
2012-03-18 10:31:15 +00:00
Lluís Batlle i Rossell
969b9478a2
Updating samba to 3.6.3. I take out the overcome readlink.patch.
...
svn path=/nixpkgs/trunk/; revision=33231
2012-03-18 10:29:14 +00:00
Lluís Batlle i Rossell
5475f367a5
Adding patch for grip (sent by Ilja Honkonen).
...
I reworked the spacing.
svn path=/nixpkgs/trunk/; revision=33229
2012-03-18 09:24:42 +00:00
Mathijs Kwik
54a5f7f328
gtypist, typing tutor
...
Now all I need is time to practise :)
svn path=/nixpkgs/trunk/; revision=33228
2012-03-18 08:11:17 +00:00
Mathijs Kwik
9365291276
dejavu-fonts broke during the merge of stdenv-upgrade.
...
problem/fix described here:
http://comments.gmane.org/gmane.comp.fonts.dejavu/3608
svn path=/nixpkgs/trunk/; revision=33227
2012-03-18 08:11:14 +00:00
Yury G. Kudryashov
23b865d1b4
Fix evaluation
...
svn path=/nixpkgs/trunk/; revision=33220
2012-03-17 22:25:30 +00:00
Cillian de Roiste
ec78373642
Update jackdbus to 1.9.8
...
svn path=/nixpkgs/trunk/; revision=33218
2012-03-17 22:03:15 +00:00
Yury G. Kudryashov
168a3d7101
Add qt4_for_skype
...
This build disables some optional features. I'm going to pass this to
skype_linux to reduce the size occupied by i686 packages on x86_64 system.
svn path=/nixpkgs/trunk/; revision=33217
2012-03-17 20:57:28 +00:00
Yury G. Kudryashov
062d040413
Let hydra build telepathy-salut
...
svn path=/nixpkgs/trunk/; revision=33216
2012-03-17 20:57:24 +00:00
Peter Simons
457e59d99d
libtirpc: updated to version 0.2.2
...
svn path=/nixpkgs/trunk/; revision=33211
2012-03-17 17:44:20 +00:00
Yury G. Kudryashov
11410436e5
Let hydra build kde-telepathy
...
svn path=/nixpkgs/trunk/; revision=33210
2012-03-17 17:35:29 +00:00
Yury G. Kudryashov
d68c80932a
Remove libjingle
...
It seems that every japper/jingle implementation ships a modified version of
libjingle.
svn path=/nixpkgs/trunk/; revision=33207
2012-03-17 17:20:39 +00:00
Yury G. Kudryashov
f94501bfa2
Remove tuxracer
...
"tuxracer = ..." string was commented for 3 years.
svn path=/nixpkgs/trunk/; revision=33206
2012-03-17 17:20:34 +00:00
Yury G. Kudryashov
776bedbb5f
Remove some files not reachable from all-packages.nix
...
List of removed files:
* pkgs/applications/misc/kiwixbuilder/default.nix
* pkgs/applications/misc/simgrid/default.nix
* pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix
* pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
* pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch
* pkgs/development/libraries/bluez-libs/default.nix
* pkgs/development/libraries/libjingle/0.4.0.nix
* pkgs/development/perl-modules/Font-TTF/default.nix
* pkgs/tools/X11/xauth/default.nix
* pkgs/tools/security/p0f/default.nix
* pkgs/tools/security/p0f/p0f.patch
svn path=/nixpkgs/trunk/; revision=33205
2012-03-17 17:20:30 +00:00
Yury G. Kudryashov
f0925eeded
pidgin-2.10.2
...
Use rec to prevent "name != src.basename" in the future.
REVIEW:6
svn path=/nixpkgs/trunk/; revision=33204
2012-03-17 17:12:48 +00:00
Marco Maggesi
dba8b32385
Update HOL Light to rev 128
...
svn path=/nixpkgs/trunk/; revision=33196
2012-03-17 16:36:36 +00:00
Marco Maggesi
699de0f3f9
Fix building of Coq and update to version 8.3pl3. (Forgot to save files)
...
svn path=/nixpkgs/trunk/; revision=33195
2012-03-17 16:30:23 +00:00
Marco Maggesi
af37461b11
Fix building of Coq and update to version 8.3pl3.
...
svn path=/nixpkgs/trunk/; revision=33194
2012-03-17 16:26:20 +00:00
Yury G. Kudryashov
0e397758ee
dragonegg-3.0
...
The old version fails to build, thus I commit it instead of review request.
svn path=/nixpkgs/trunk/; revision=33193
2012-03-17 15:25:00 +00:00