Eelco Dolstra
dc2f0f6474
gdb: Update to 7.5
2012-08-21 14:27:00 -04:00
Eelco Dolstra
606e6acd6f
postgresql: Update to latest versions
...
Fixes CVE-2012-3488, CVE-2012-3489.
2012-08-21 08:42:44 -04:00
Eelco Dolstra
8b6edfe78d
polkit: Update to 0.105 and enable systemd (logind) support
...
There are even newer polkit releases, but they have a spidermonkey
dependency which I don't want to bother with right now.
2012-08-21 08:42:44 -04:00
Eelco Dolstra
ab3788b382
upower: Update to 0.9.18 and enable systemd support
2012-08-21 08:42:44 -04:00
Eelco Dolstra
6121046a1c
systemd: Set the path to pkttyagent
...
This allows commands like "systemctl reboot" to ask for authentication
when run by mere mortals.
2012-08-21 08:42:44 -04:00
Eelco Dolstra
1dadeaeb18
man-pages: Update to 3.42
2012-08-21 08:42:44 -04:00
Eelco Dolstra
c557db2d5c
nix: Update to 1.2pre2793_d950cfe
...
Necessary for systemd.
2012-08-21 08:42:44 -04:00
Mathijs Kwik
00fa89e41f
pv: upgrade to 1.3.4
2012-08-21 12:38:44 +02:00
Mathijs Kwik
a5663aee4d
emacs: add "sunrise commander"
2012-08-21 10:33:20 +02:00
Mathijs Kwik
85c88d473b
emacs: add "rect-mark"
2012-08-21 10:33:06 +02:00
Mathijs Kwik
192b29181b
linux-3.4: upgrade to 3.4.9
...
- aufs patch: upgrade to latest stable 3.4
2012-08-21 10:27:13 +02:00
Mathijs Kwik
6e9a6a5924
linux-3.3: upgrade to 3.3.8
...
- aufs patch: upgrade to latest stable 3.3
2012-08-21 10:26:44 +02:00
Shea Levy
265b8c565b
gptfdisk: Bump
2012-08-20 22:22:02 -04:00
Shea Levy
1b2acb25e6
xclip: Bump
2012-08-20 16:36:10 -04:00
Peter Simons
970a326ebb
bash-completion: automatically source any completion files that the user might have installed in ~/.nix-profile/etc/bash_completion.d
2012-08-20 16:36:20 +02:00
Eelco Dolstra
e91a4fb1e4
linux: Update to 3.2.28
2012-08-20 09:56:39 -04:00
Peter Simons
a886d4f2ab
bash-completion: update to version 2.0
...
Please note that this update changes the directory structure quite a bit. In
particular, the file "/etc/bash_completion" no longer exists, which means that
shell code which relies on that path must be updated. I'll commit appropriate
changes for NixOS in a moment.
2012-08-20 10:34:56 +02:00
Peter Simons
7f8246c76e
haskell-hlint: update to version 1.8.31
2012-08-20 10:34:56 +02:00
Peter Simons
2731fd220f
haskell-threadmanager: update to version 0.1.5
2012-08-20 10:34:56 +02:00
Peter Simons
490f8c4382
haskell-tagsoup: update to version 0.12.7
2012-08-20 10:34:56 +02:00
Peter Simons
5e19db2ce5
haskell-semigroups: update to version 0.8.4
2012-08-20 10:34:56 +02:00
Peter Simons
439ba01f0a
haskell-io-choice: update to version 0.0.2
2012-08-20 10:34:56 +02:00
Peter Simons
f3ad914481
haskell-hoogle: update to version 4.2.13
2012-08-20 10:34:55 +02:00
Peter Simons
2f187b26ac
haskell-case-insensitive: update to version 0.4.0.3
2012-08-20 10:34:55 +02:00
Peter Simons
46d8125a70
haskell-MonadCatchIO-mtl: update to version 0.3.0.5
2012-08-20 10:34:55 +02:00
Peter Simons
2879d112b0
haskell-network: update to version 2.3.1.0
2012-08-20 10:34:54 +02:00
Peter Simons
08e09e4caf
haskell-comonad: update to version 3.0.0.2
2012-08-20 10:34:54 +02:00
Ludovic Courtès
a5615adc97
gcc 4.7: Add `gcc47_debug'.
2012-08-20 10:15:42 +02:00
Ludovic Courtès
255c72ede6
gcc 4.5: Update to 4.5.4.
2012-08-20 10:15:17 +02:00
Eelco Dolstra
bccab0ff91
slim: Build with ConsoleKit support
2012-08-19 16:00:24 -04:00
Shea Levy
18bbb2fa5c
Merge branch 'virtualbox-manual-kernel' of github.com:aszlig/nixpkgs
...
virtualbox: Fix build for manual kernel.
This should fix building VirtualBox against kernels made using the new
manual kernel configuration system.
This has been tested with the standard nixpkgs kernel as well.
2012-08-19 10:03:45 -04:00
Ludovic Courtès
0ac1cf106d
gpsbabel: Update to 1.4.3.
2012-08-19 15:50:50 +02:00
aszlig
347e8c32a3
virtualbox: Remove unused variable $srcroot.
...
Thanks to @shlevy for mentioning this.
2012-08-19 09:02:16 +02:00
aszlig
0f9a5eb027
virtualbox: Add symbol versions to all modules.
...
Copy all symbol versions from the ones generated in the vboxdrv build.
2012-08-19 09:02:16 +02:00
aszlig
1b8ec2eeec
virtualbox: Don't build modules for guests.
...
We're the host so we don't need the kernel modules for the guest additions, as
they're build with in a separate derivation anyway.
2012-08-19 09:02:15 +02:00
aszlig
9fb1d2e6fc
virtualbox: Remove redundant NIX_CFLAGS_COMPILE.
...
The "include/generated" stuff is already added to the search path by the kernel
modules build system, so no need to hack it in like this.
2012-08-19 09:02:15 +02:00
aszlig
3e62a02b17
virtualbox: Separate modules build and install.
...
First of all, modules won't install when there is no "make modules" prior to it,
so we're doing this now with a new function called forEachModule, so we can
avoid duplication as much as possible.
In addition this sets $sourcedir to the current directory of the configurePhase,
so we're able to find the source tree later on, after several chdir()s.
2012-08-19 09:02:15 +02:00
aszlig
e32d7843da
virtualbox: Set depmod path to /do_not_use_depmod.
...
The scripts/depmod.sh checks whether the path in $DEPMOD is executable and only
executes it if that's the case. So, by setting DEPMOD to "/do_not_use_depmod"
the destination path doesn't exist _and_ thus isn't executable aswell.
2012-08-19 09:02:15 +02:00
aszlig
31d8a9a1f4
virtualbox: Fix wrong path when recursing modules.
...
The for loop didn't find $curdir, because it was set _after_ the directory has
been changed. The variable is now called $srcroot and is set before the
installPhase is changing directories.
2012-08-19 09:02:15 +02:00
aszlig
830e9db5dd
virtualbox: Use Linux's kbuild to build modules.
...
Don't rely on VirtualBox's in-tree build scripts to set include paths correctly
and use the official way of the Linux kernel to build the modules. That way we
don't need to make ugly symlinks in the kernel tree or heavily patch VirtualBox.
2012-08-19 09:02:14 +02:00
Russell O'Connor
525b8015e7
Fixing configure patch for coq 8.3.
2012-08-19 01:11:11 -04:00
Russell O'Connor
eafd2008f1
Correcting filename.
2012-08-19 01:06:15 -04:00
Russell O'Connor
fdb659906a
Merge branch 'master' of https://github.com/NixOS/nixpkgs
2012-08-19 01:05:17 -04:00
Russell O'Connor
706cbc9318
Update coq to 8.4
2012-08-19 01:01:30 -04:00
Eelco Dolstra
006e3fbf46
nix: Update to latest unstable version
2012-08-18 17:54:22 -04:00
Michael Raskin
b32844654b
Julia: update source revision
2012-08-18 20:52:52 +04:00
Eelco Dolstra
911e9f3f43
DBD::SQLite: Don't install a copy of the SQLite sources
...
This saves almost 5 MB.
2012-08-17 18:11:53 -04:00
Eelco Dolstra
b8be9b54f3
samba: Update to 3.6.7
2012-08-17 16:09:13 -04:00
Shea Levy
1e1634604c
Compress-Raw-Zlib: Don't check on Darwin.
...
Fixes #102
2012-08-17 13:14:10 -04:00
Eelco Dolstra
1e4c4b70b1
slim: Really update to 1.3.4
2012-08-17 11:33:59 -04:00