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
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
Shea Levy
158e74fd43
Merge branch 'lv2-support' of https://github.com/cillianderoiste/nixpkgs-goibhniu
...
Add lv2 support
All builds, and the only change that's not a pure addition is to
ardour3, which Cillian maintains.
If there are future lv2 plugins coming, it may make sense to group them
somehow in all-packages.
2012-07-07 20:53:14 -04:00
Shea Levy
c5c41832f0
Merge branch 'tptp-5.4.0' of https://github.com/7c6f434c/nixpkgs
...
Update tptp to 5.4
It builds, and the change is a simple version+hash update.
2012-07-07 20:36:15 -04:00
Peter Simons
55ea7dc453
wxmaxima: update to version 12.04.0
2012-07-07 22:20:18 +02:00
Peter Simons
0c107996d3
maxima: update to version 5.27.0
2012-07-07 22:20:18 +02:00
Michael Raskin
2331ea4ec2
TPTP: update to 5.4.0
2012-07-07 20:32:48 +04:00