Commit graph

3934 commits

Author SHA1 Message Date
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 706cbc9318 Update coq to 8.4 2012-08-19 01:01:30 -04:00
Eelco Dolstra 1e4c4b70b1 slim: Really update to 1.3.4 2012-08-17 11:33:59 -04:00
Eelco Dolstra bc3865e414 slim: Update to 1.3.4 2012-08-17 10:51:44 -04:00
aszlig 4393fffcce chromium: Update channels to latest versions.
This removes the now obsolete VHASH line in sources.nix aswell.
2012-08-17 12:57:35 +02:00
aszlig 6968400a34 chromium: Check sha256 per channel in update.sh.
Until this commit we had a single hash of the whole version response from
omahaproxy. This worked well for not updating unnecessarily but only until one
single channel has a new version available.

Unfortunately the dev version is released quite frequently, so the hash is of no
use at all (we could rather directly fetch everything everytime we execute the
script).

This led to this commit, which adds two methods of caching:

First of all, if a perticular version/channel is already in the previous version
of the sources.nix file, don't download it again.

And the second method is to check if the current sha256 is already downloaded
and reads the corresponding sha256 from the lookup table.

So, this should really help to avoid flooding the download servers and to not
stress impatient users too much.
2012-08-17 12:57:34 +02:00
Mathijs Kwik 5a146e9cff emacs: add "color-theme" 2012-08-17 08:55:47 +02:00
Eelco Dolstra f27f8a1177 xpdf: Don't use t1lib
t1lib has multiple unpatched vulnerabilities (see
e.g. http://rhn.redhat.com/errata/RHSA-2012-0062.html).
2012-08-16 16:31:44 -04:00
Sergey Mironov 51ccf1f213 zathura: fix broken links in meta information 2012-08-16 18:33:25 +04:00
Sergey Mironov d339184bbf zathura: version 0.1.2 with plugins
Expression handles new modular structure of zathura and adds support for djvu,
pdf and ps plugins.
2012-08-16 18:25:52 +04:00
Antono Vasiljev 61f7853e43 Merge pull request #92 from dmalikov/b125ef36b67f2a0aedabc34eb4dac12e61ae9828
gitAndTools: bump tig from 0.16 to 1.0
2012-08-16 06:03:54 -07:00
Sergey Mironov b229c3e09f gxneur: add frontend for XNEUR keyboard layout switcher 2012-08-15 01:10:23 +04:00
Eelco Dolstra c67c397c11 VirtualBox-GuestAdditions: Add to the channel 2012-08-14 13:43:37 -04:00
Mathijs Kwik 50cc5629af emacs: add "jade-mode" 2012-08-13 17:50:19 +02:00
Rok Garbas d91b51c140 Update: notmuch to 0.13.2 2012-08-13 00:24:14 +02:00
Lluís Batlle i Rossell 2ecb9fdb58 aircrackng, kismet: update them to latest trunk and release respectively 2012-08-11 14:42:35 +02:00
Mathijs Kwik 58ccf70f47 it seems fetchgit does not like version tags
I think they built ok on my system before, because I nix-prefetch-git'd them.
2012-08-11 11:45:31 +02:00
Mathijs Kwik b62acd8855 oops typo 2012-08-11 11:34:59 +02:00
Mathijs Kwik a6f17bd1a9 emacs: add "flymake-cursor" 2012-08-11 09:36:20 +02:00
Mathijs Kwik eaeb0a41b6 Merge pull request #96 from aszlig/google-talkplugin
google-talk-plugin: Prefer Debian package.
2012-08-10 22:58:04 -07:00
Peter Simons f20913e51f ikiwiki: support OpenID via HTTPS
Also enable Perl LWPxParanoidAgent for "additional security".
2012-08-10 18:57:57 +02:00
Peter Simons 397f1d73ee ikiwiki: enable OpenID support
* added perl-Crypt-DH-GMP-0.00010
 * added perl-Devel-CheckLib-0.98
 * added perl-HTTP-Message-6.03
 * added perl-IO-CaptureOutput-1.1102
 * added perl-Net-OpenID-Common-1.14
 * added perl-Net-OpenID-Consumer-1.13
2012-08-10 18:44:01 +02:00
Lluís Batlle i Rossell c88f2ecbcd gtkwave: updating to 3.3.39 2012-08-10 16:54:00 +02:00
Peter Simons f77a3a15ee netperf: update to version 2.6.0 2012-08-10 11:56:22 +02:00
Mathijs Kwik 7fd5e6d668 emacs: upgrade "haskell-mode" to more recent git version 2012-08-10 08:27:09 +02:00
Mathijs Kwik c0a455b370 emacs: add "auto-complete" mode 2012-08-10 08:27:09 +02:00
Mathijs Kwik 260650e7e2 emacs: add "coffee-mode" 2012-08-10 08:27:09 +02:00
Mathijs Kwik d6befca296 emacs/js2-mode: upgrade 2012-08-10 08:27:09 +02:00
Michael Raskin 938d86b16b Veracity: update to version 2.0
Still no permission support or commit signing, though.
2012-08-09 11:05:43 +04:00
Michael Raskin 6be27d8c4e Vacuum-IM: update to 1.2.0 2012-08-09 08:59:38 +04:00
aszlig cb9b55a197 google-talk-plugin: Prefer Debian package.
The reason is because unpacking debian packages requires fewer dependencies (ar,
gzip and tar, nothing more), and in addition we can explicitly reference a
version number from the apt repository.
2012-08-08 19:06:46 +02:00
Jan Malakhovski da7408e105 xen: Support PCI passthrough.
Previous commit reverted Xen back to 4.0.3 because xend from 4.1.* and newer
hangs for unknown reasons.
The new "xl" toolstack from 4.1.* and unstable works, yet PCI passthrough is not
supported by xl in 4.1.* and is broken in the unstable.

With this patch I was able to passthrough ATI Radeon HD 6950 without 3D
acceleration, though, to both Linux and Windows guests. Which is the best
archived result with Xen PCI passthrough on NixOS after trying out all possible
Xen versions.
Same VGA card works fine if passed through into a guest with KVM (acceleration,
GPGPU, everything works). I should have tried KVM from the start.
2012-08-08 03:16:57 +04:00
Dmitry Malikov b125ef36b6 Bump gitAndTools/tig from 0.16 to 1.0 2012-08-08 00:51:25 +02:00
Jan Malakhovski bff9f2720f Revert "xen: update to version 4.1.2"
This reverts commit af32fd6ce3.
2012-08-08 02:30:25 +04:00
Mathijs Kwik a8ef82d372 Merge pull request #91 from aszlig/chromium-ffmpeg-fix
chromium: Install libffmpegsumo.so.
2012-08-07 11:57:04 -07:00
aszlig fbfd84f816 chromium: Install libffmpegsumo.so.
This caused HTML5 video to not work because this shared library is loaded at
runtime.

Unfortunately we can't use system ffmpeg yet, because upgrading would break
builds of other packages, and it would result in a copy of ffmpeg laying around
aswell, so we can defer this until we have fixed ffmpeg.

Thanks to @bluescreen303 for the bug report.
2012-08-07 19:11:58 +02:00
Vladimír Čunát cf3ea80e1f Scribus minor update, modifying dependencies.
- using the boostHeaders dep to build scribus with 2geom (internal)
- adding more xorg deps to build with XCB support
2012-08-07 17:41:18 +02:00
Vladimír Čunát 740cd9b5f4 LyX: add support for spell checking via enchant.
Also comment on testing of other config options.
2012-08-07 16:06:13 +02:00
Eelco Dolstra f901b6d38d git: Update to 1.7.11.4 2012-08-06 15:27:28 -04:00
Shea Levy 988ef8acea Merge pull request #85 from coreyoconnor/master
Adds Eclipse 4.2 to editors/eclipse
2012-08-06 13:27:06 -04:00
Carles Pagès dabc583abb awesome: update to 3.4.13
I removed some patches that were no longer needed. Russian manpages still fail.
2012-08-06 17:43:30 +02:00
Lluís Batlle 3d2e1508ee surf: updating to 0.5, and making it build.
It needed webkit_gtk2.
2012-08-05 16:16:55 +02:00
Vladimír Čunát 98614c72c1 LyX: a minor update. 2012-08-05 14:30:45 +02:00
Lluís Batlle 7620bd06cf Adding 'st-0.2.1' 2012-08-05 12:44:01 +02:00
Mathijs Kwik a8be5de82e emacs: add lorem-ipsum package 2012-08-05 02:16:01 +02:00
Mathijs Kwik 56d30f72da emacs: add gist package 2012-08-05 02:15:48 +02:00
Mathijs Kwik ad5c002891 emacs: add gh (github) package 2012-08-05 02:15:34 +02:00
Mathijs Kwik 733b548cd0 emacs: add pcache package 2012-08-05 02:15:11 +02:00
Mathijs Kwik c700ec276d emacs: add logito package 2012-08-05 02:14:53 +02:00
Corey O'Connor a79dd881c7 add eclipse 4.2 2012-08-04 11:14:02 -07:00
Peter Simons b8d0aebe51 stellarium: update to version 0.11.3 2012-08-04 13:00:29 +02:00
Rob Vermaas 19ce2dd9de Merge pull request #82 from aszlig/chromium-update
chromium: Update channels for stable version 21.
2012-08-04 03:17:42 -07:00
Mathijs Kwik c736b59d2a google-talkplugin: upgrade to 3.2.4.0 2012-08-04 12:12:38 +02:00
aszlig a898f9ce8f chromium: Update channels for stable version 21.
Version 20 doesn't seem to build with a newer version of pulse audio and as 21
is stable now anyway, let's update the channels.
2012-08-04 09:53:53 +02:00
Peter Simons 1480737d0f Merge pull request #77 from rizsotto/master
w3m package fix
2012-08-01 03:46:26 -07:00
Eelco Dolstra bd8d7a8d15 Add some packages to the channel 2012-07-31 19:26:35 -04:00
Laszlo Nagy ed8c4b0585 Fix w3m configure problem on non-chroot build env.
The configure script picks up libbsd.so from the host machine.
It uses simple find command to locate the file, but the linker
can not use it.

The fix replace the search path to /no-such-path
2012-07-31 23:34:52 +02:00
Shea Levy 5300731177 Joe: Bump to 3.7 2012-07-31 16:30:50 -04:00
Peter Simons 9e334221fc ikiwiki: enable pass phrase authentication support 2012-07-29 21:39:49 +02:00
Shea Levy c3c68b6510 Mercurial: Install hgweb.wsgi as well 2012-07-28 20:25:41 -04:00
Lluís Batlle i Rossell 184ea61eb6 vlc: updating to 2.0.3
I hadd problems with how 2.0.1 disabled and reenabled DPMS on xorg. Let's see
if anything improves with 2.0.3.
2012-07-28 22:47:15 +02:00
Shea Levy deb09fd9de Mercurial: Bump 2012-07-27 19:44:01 -04:00
Cillian de Róiste 2a1215115f Updating Ardour3 to beta 5 2012-07-28 00:35:39 +02:00
Lluís Batlle i Rossell c0832627c4 ocaml, unison: make them build on mips (native compilers)
I switch off the build of ocaml compilers to native code, and add
a 'passthru' that unison can use to see if it needs to call the native
or the bytecode compiler.
2012-07-27 22:43:40 +02:00
Lluís Batlle i Rossell 32b48d64dc Adding 'ii', irc it. 2012-07-27 22:43:40 +02:00
Peter Simons 1dacb511e2 esniper: add support for CURL_CA_BUNDLE variable to fix SSL authentication errors 2012-07-27 11:21:32 +02:00
Peter Simons 5c924ed7c5 ikiwiki: fix test suite in the presence of enabled Git support 2012-07-27 10:25:06 +02:00
Peter Simons af6c1c5ef3 esniper: the 'which' alias won't work when run in a subshell; we need the real thing 2012-07-27 01:50:50 +02:00
Peter Simons 48bce09773 esniper: man, this is more difficult than I would have thought 2012-07-27 01:34:54 +02:00
Peter Simons 54cf26ad8d esniper: fix more impurities 2012-07-27 01:30:48 +02:00
Peter Simons 3acaeefabd esniper: remedy some impurities 2012-07-27 01:23:17 +02:00
Rickard Nilsson 1786bef686 trayer: Update to 1.1.5 2012-07-26 17:02:36 +02:00
Florian Friesdorf 471a9615a2 fix mpich2 and mplayer 2012-07-24 14:17:45 +02:00
Lluís Batlle i Rossell 305eb0a30f yafc: making the derivation name include the version 2012-07-22 10:24:15 +02:00
Joachim Schiele 538b17a791 fixed most virt-manager issues! 2012-07-20 23:27:24 +00:00
Carles Pagès 03179bd37e yafc: update expression to refer to maintainers list. 2012-07-17 23:31:39 +02:00
Carles Pagès bae6ad5914 yafc: update to 1.2.0
The project has been retaken and this is the latest tarball available.
2012-07-17 22:17:01 +02:00
Peter Simons 7e2979b56f i3: fix build some more
The build process depends on a script that relies on /usr/bin/env to find Perl.
Running 'patchShebangs' early fixes that script.
2012-07-17 14:44:23 +02:00
Rob Vermaas 35be2b54d1 Merge pull request #52 from aszlig/master
Chromium updates
2012-07-17 04:33:33 -07:00
Rickard Nilsson 83d63ea910 opera: Update to 12.0 2012-07-17 12:46:39 +02:00
aszlig 96b5e9795a chromium: Update to the latest release channels. 2012-07-17 12:03:13 +02:00
Peter Simons fd749dd9bf Merge pull request #32 from peti/xen-update
Xen for Linux 3.2
2012-07-16 02:27:23 -07:00
Cillian de Róiste 8ff20e5b77 Build the LinuxSampler LV2 plugin 2012-07-14 18:50:32 +02:00
Peter Simons 40ef76f4a4 ikiwiki: make docutils support optional 2012-07-14 15:47:05 +02:00
Peter Simons 3d416ed030 ikiwiki: update to version 3.20120629 2012-07-14 14:51:08 +02:00
Peter Simons 293027453f i3: fixed build
- The make variable PREFIX must be at build time because common.mk uses it to
   decide where to expect $SYSCONFDIR.

 - The make target "all" is run by default and needn't be set explicitly.

 - Shebang paths in scripts are patched automatically be the default builder,
   we don't have to do that manually.
2012-07-12 11:28:15 +02:00
Eelco Dolstra 2dd9874d8d pan: Updated to 0.139 2012-07-11 17:05:13 -04:00
Lluís Batlle i Rossell 715737b3ac gnunet: removing gtk dependencies
gnunet does not depend anymore on gtk. There is a separate package,
gnunet-gtk, still not in nixpkgs.
2012-07-11 20:07:00 +02:00
Rok Garbas f3052e14e5 weechat: update to 0.3.8 2012-07-10 15:56:23 +02:00
Shea Levy a6c8986ee0 dwm: Bump to 4.5 2012-07-10 06:38:41 -04:00
Shea Levy 57e1ad943e hello: Update to 2.8 2012-07-09 04:06:36 -04:00
Peter Simons 172f03517e ratpoison: install ratpoison.el into $out/share/emacs/site-lisp directory where Emacs can find it
Also, copy the glibc patch into Nixpkgs to avoid errors with changing hashes
from cgit.
2012-07-09 07:16:07 +02:00