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
Mathijs Kwik
03228d60fe
linux-3.5: upgrade aufs3 patch to latest stable
2012-08-16 12:00:25 +02:00
Mathijs Kwik
05ed13dc49
linux-3.5: upgrade to 3.5.2
2012-08-16 12:00:04 +02:00
Shea Levy
10aa2bd5c3
Update autobuild URL
...
Only tested building autobuild.src, succeeds now, failed before.
Fixes #99 .
2012-08-15 05:58:25 -04:00
Lluís Batlle i Rossell
443d65df34
automake: disabling automake tests in mips (2nd attempt)
...
As explained in my previous attempt:
There is a test that fails on mips, and that breaks the nix build.
The text does not exist anymore in automake upstream git, so the next
version may not need this mips-specific disabling.
2012-08-15 10:28:31 +02:00
Rob Vermaas
61817876fc
Revert "automake: Disabling tests on mips." Causes infinite recursion on all other platforms.
...
This reverts commit eadcd7dab6
.
2012-08-15 10:13:02 +02:00
Lluís Batlle i Rossell
eadcd7dab6
automake: Disabling tests on mips.
...
There is a test that fails on mips, and that breaks the nix build.
The text does not exist anymore in automake upstream git, so the next
version may not need this mips-specific disabling.
2012-08-15 09:56:13 +02:00
Sergey Mironov
7ef3f9dd2a
xfce-gvfs: add fuse to buildInputs
...
Passing fuse to gvfs results in building gvfs-fuse-daemon, which makes
it possible to access gvfs mounts via ~/.gvfs folder.
2012-08-15 01:10:40 +04:00
Sergey Mironov
b229c3e09f
gxneur: add frontend for XNEUR keyboard layout switcher
2012-08-15 01:10:23 +04:00
Sergey Mironov
36f0a97fc6
atool: add archiver helper
2012-08-15 01:10:05 +04:00
Eelco Dolstra
c67c397c11
VirtualBox-GuestAdditions: Add to the channel
2012-08-14 13:43:37 -04:00
Eelco Dolstra
9d516f16fc
Fix evaluation problem
...
http://hydra.nixos.org/build/2940128
2012-08-14 13:42:43 -04:00
Peter Simons
f136179002
haskell-zlib-bindings: update to version 0.1.1
2012-08-14 14:28:06 +02:00
Peter Simons
0d8d30884b
haskell-yesod-form: update to version 1.1.0.1
2012-08-14 14:28:06 +02:00
Peter Simons
fec4c86291
haskell-yesod-core: update to version 1.1.0.1
2012-08-14 14:28:05 +02:00
Peter Simons
8754609371
haskell-yesod-auth: update to version 1.1.0.1
2012-08-14 14:28:05 +02:00
Peter Simons
28eb30c211
haskell-shakespeare: update to version 1.0.1.1
2012-08-14 14:28:05 +02:00
Peter Simons
f12301c4f9
haskell-shakespeare-text: update to version 1.0.0.4
2012-08-14 14:28:05 +02:00
Peter Simons
94f77400c4
haskell-shakespeare-js: update to version 1.0.0.5
2012-08-14 14:28:05 +02:00
Peter Simons
0879e2889b
haskell-shakespeare-css: update to version 1.0.1.4
2012-08-14 14:28:05 +02:00
Peter Simons
4efed5529b
haskell-hamlet: update to version 1.1.0.2
2012-08-14 14:28:05 +02:00
Peter Simons
82097115b6
haskell-cmdargs: update to version 0.9.7
2012-08-14 14:28:04 +02:00
Rob Vermaas
a19a68e93b
Use /var/log/sa for statedir of sysstat, in stead of $out/var/lib/sa. This path cannot be overriden at runtime, so choosing a 'sane' default.
2012-08-14 14:14:55 +02:00
Eelco Dolstra
4f7917ac62
Remove obsolete flattenAttrs function
2012-08-13 18:26:19 -04:00
Eelco Dolstra
8225460f82
Remove obsolete eqLists function
2012-08-13 18:19:06 -04:00
Eelco Dolstra
37159c1b9a
Remove obsolete eqStrict function
...
Use the "==" operator instead.
2012-08-13 18:08:35 -04:00
Eelco Dolstra
503b4fd5bf
busybox: Update to 1.20.2
2012-08-13 15:56:09 -04:00
Eelco Dolstra
0b4fb4e4f6
Replace some calls to attrByPath with "or"
2012-08-13 15:15:16 -04:00
Eelco Dolstra
c68c95d55a
Provide O(n) time implementations of fold/foldl/any/all
...
Previous implementations were O(n^2) because tail takes O(n) time.
2012-08-13 15:15:16 -04:00
Eelco Dolstra
c0a483632c
Eliminate some calls to ‘tail’
2012-08-13 15:15:16 -04:00
Eelco Dolstra
431c55cbf1
Use builtin filter, elem, concatLists functions if available
2012-08-13 15:15:16 -04:00
Eelco Dolstra
3bf4437622
Remove obsolete backwards compatibility hack for getAttr
2012-08-13 15:15:16 -04:00
Eelco Dolstra
1baf48f087
Do some let-floating to prevent repeated evaluation of impureEnvVars
2012-08-13 15:15:16 -04:00
Mathijs Kwik
50cc5629af
emacs: add "jade-mode"
2012-08-13 17:50:19 +02:00
Andres Loeh
e093d7ea38
ghc-7.6.1-rc1: Add release candidate.
2012-08-13 16:29:01 +02:00
Ludovic Courtès
04661ec850
openssl: fix GNU/kFreeBSD builds
2012-08-13 14:12:54 +02:00
Peter Simons
59d4db07bc
haskell-unix-time: update to version 0.1.2
2012-08-13 14:01:13 +02:00
Peter Simons
4de2d810e0
haskell-process-extras: update to version 0.1.3
2012-08-13 14:01:13 +02:00
Peter Simons
156f399995
haskell-highlighting-kate: update to version 0.5.2
2012-08-13 14:01:13 +02:00
Peter Simons
78ac496dc5
haskell-blaze-builder-enumerator: update to version 0.2.0.5
2012-08-13 14:01:13 +02:00
Rok Garbas
d91b51c140
Update: notmuch to 0.13.2
2012-08-13 00:24:14 +02:00
Shea Levy
839c58f5b1
linux/manual-config: Cleanup
2012-08-11 21:21:06 -04:00
Shea Levy
9ac776ab22
linux/manual-config.nix: Set sourceRoot directly to the pre-unpacked source rather than using a symlink
2012-08-11 21:07:37 -04:00
Shea Levy
0c18551c93
linux/manual-config: Do source unpacking/patching in a separate derivation.
...
Since we keep the source in the kernel build anyway, no space is wasted by having a separate store path for the unpacked source. The upside is that the same source can be used to build the kernel multiple times, or generate configurations for later kernel builds, without going through the (fairly long) unpack and patch process multiple times.
2012-08-11 21:02:30 -04:00
Ludovic Courtès
0dea12ff8d
gnutls: FreeBSD: patch Makefile.in, not Makefile.am
2012-08-11 21:57:17 +02:00
Ludovic Courtès
cb76c03216
guile: fix Solaris builds
2012-08-11 21:53:43 +02:00
Lluís Batlle i Rossell
88f3b097ee
Adding linux iw.
2012-08-11 20:22:45 +02:00
Shea Levy
3b78bd796d
microcodeIntel: Bump version
2012-08-11 14:10:06 -04:00
Lluís Batlle i Rossell
2c0b930149
Removing rt73fw. The url was broken, and ralink_fw contains it.
...
ralink_fw attribute contains the rt73 firmware, among others from ralink.
2012-08-11 14:47:15 +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
Eelco Dolstra
e69a6c57bc
linux: Update to 3.2.27
2012-08-10 18:54:10 -04:00
Eelco Dolstra
6020d52cbe
strace: Update to 4.7
2012-08-10 18:54:10 -04:00
Eelco Dolstra
36e604ed1a
cryptsetup: Update to 1.5.0
2012-08-10 18:54:10 -04:00
Eelco Dolstra
b4aa7cd475
systemd: Drop bogus dependency on udev
2012-08-10 18:54:10 -04:00
Eelco Dolstra
1966010ec7
systemd: Update to 188
2012-08-10 18:54:09 -04:00
Ludovic Courtès
aa5220c701
gnutls: fix FreeBSD builds
2012-08-10 23:28:23 +02:00
Ludovic Courtès
986f04c87e
guile: disable thread support on Solaris
2012-08-10 23:16:02 +02: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
Ludovic Courtès
a9764e7599
gnutls: update to 3.0.22
2012-08-10 17:17:32 +02:00
Lluís Batlle i Rossell
c88f2ecbcd
gtkwave: updating to 3.3.39
2012-08-10 16:54:00 +02:00
Ludovic Courtès
13f133f71f
libgpg-error: re-run `config.status' with Bash on OpenIndiana
2012-08-10 16:39:00 +02:00
Ludovic Courtès
9b70bc6e34
guile: allow libunistring and Readline to be found on OpenSolaris
2012-08-10 16:30:28 +02:00
aszlig
d10772ec8a
boomerang: Fix prefix in dlopen().
...
We already have the correct library dir in our search path, so we don't need to
prepend lib/ again.
2012-08-10 15:02:19 +02:00
aszlig
a6e266306f
boomerang: Fix endless loop in createDirectory().
...
Fix is on GitHub, so changing the git URL to point to the commit ID of my fix.
2012-08-10 14:59:05 +02:00
Peter Simons
f77a3a15ee
netperf: update to version 2.6.0
2012-08-10 11:56:22 +02:00
Peter Simons
9459860678
haskell-unix-time: update to version 0.1.1
2012-08-10 11:48:20 +02:00
Peter Simons
78aa1ccfb2
haskell-postgresql-simple: update to version 0.2.3.0
2012-08-10 11:48:20 +02:00
Peter Simons
59e78c12e4
haskell-hakyll: update to version 3.4.1.0
2012-08-10 11:48:20 +02:00
Peter Simons
bcafa07c25
haskell-lrucache: add version 1.1.1
2012-08-10 11:47:48 +02:00
Lluís Batlle i Rossell
691d069af9
perf: make it take the linux patches
...
Otherwise the previous patch I added does not get used for perf.
2012-08-10 10:03:53 +02:00
Lluís Batlle i Rossell
734bb84f09
linux-3.5: fix perf build with a patch from the perf mailing list
2012-08-10 09:41:43 +02:00
Lluís Batlle i Rossell
186601f461
opencascade: fixing build by downgrading the automake used
2012-08-10 09:26:47 +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
Mathijs Kwik
cbb2c3abf2
linux-3.5: upgrade to 3.5.1
2012-08-10 08:27:09 +02:00
Carles Pagès
389a76c085
minecraft: update to 1.3.1
2012-08-09 23:39:57 +02:00
aszlig
77b1a7ff42
boomerang: New package from the fork.
...
This adds the boomerang decompiler, which has been forked on github because of
some years of inactivity.
2012-08-09 19:05:16 +02:00
Ludovic Courtès
55cf142175
guile: allow GMP to be found on OpenSolaris
2012-08-09 18:39:30 +02:00
Ludovic Courtès
711d1fc6f0
nettle: allow GMP to be found on OpenSolaris
2012-08-09 18:32:53 +02:00
Shea Levy
cff9e132e7
binary-tarball.nix: Forgot to source functions.sh
2012-08-09 07:12:20 -04:00
Peter Simons
63bcec08b3
haskell-zlib-conduit: update to version 0.5.0
2012-08-09 12:11:18 +02:00
Peter Simons
edd12bf490
haskell-yesod: update to version 1.1.0
2012-08-09 12:11:18 +02:00
Peter Simons
4d67ae81f5
haskell-yesod-static: update to version 1.1.0
2012-08-09 12:11:18 +02:00
Peter Simons
55dc4972cb
haskell-yesod-routes: update to version 1.1.0
2012-08-09 12:11:18 +02:00
Peter Simons
75342a50e4
haskell-yesod-persistent: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
959c23183b
haskell-yesod-json: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
5cd5c8df14
haskell-yesod-form: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
fcd1e9eee4
haskell-yesod-default: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
19dca37062
haskell-yesod-core: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
f40657e94b
haskell-yesod-auth: update to version 1.1.0
2012-08-09 12:11:16 +02:00
Peter Simons
d2be882ab1
haskell-yaml: update to version 0.8.0.1
2012-08-09 12:11:16 +02:00
Peter Simons
3a6a59920b
haskell-xml-conduit: update to version 1.0.3
2012-08-09 12:11:16 +02:00
Peter Simons
655c7d61d7
haskell-warp: update to version 1.3.0.1
2012-08-09 12:11:16 +02:00
Peter Simons
d58036f542
haskell-wai: update to version 1.3.0
2012-08-09 12:11:16 +02:00
Peter Simons
89a0de93f5
haskell-wai-logger: update to version 0.2.0
2012-08-09 12:11:16 +02:00
Peter Simons
54f1ff4cff
haskell-wai-extra: update to version 1.3.0
2012-08-09 12:11:16 +02:00
Peter Simons
34e0642359
haskell-wai-app-static: update to version 1.3.0
2012-08-09 12:11:16 +02:00
Peter Simons
34af15ebe0
haskell-vacuum: update to version 2.0.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
8387a3e51b
haskell-terminfo: update to version 0.3.2.5
2012-08-09 12:11:15 +02:00
Peter Simons
6cf377b963
haskell-postgresql-simple: update to version 0.2.2.0
2012-08-09 12:11:15 +02:00
Peter Simons
7dbc731dca
haskell-persistent: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
3bc886d04b
haskell-persistent-template: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
33906970d7
haskell-persistent-sqlite: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
155895087c
haskell-persistent-postgresql: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
7e50fc4bc5
haskell-network-conduit: update to version 0.5.0
2012-08-09 12:11:15 +02:00
Peter Simons
0d16a90c96
haskell-http-types: update to version 0.7.1
2012-08-09 12:11:14 +02:00
Peter Simons
58aac6b0b8
haskell-http-conduit: update to version 1.5.0.3
2012-08-09 12:11:14 +02:00
Peter Simons
7294f7e31a
haskell-hoogle: update to version 4.2.12
2012-08-09 12:11:14 +02:00
Peter Simons
7e40c4950c
haskell-happstack-server: update to version 7.0.4
2012-08-09 12:11:14 +02:00
Peter Simons
b477528c80
haskell-hamlet: update to version 1.1.0.1
2012-08-09 12:11:14 +02:00
Peter Simons
33cd3511ac
haskell-fast-logger: update to version 0.2.1
2012-08-09 12:11:14 +02:00
Peter Simons
626f0fa4c7
haskell-data-default: update to version 0.5.0
2012-08-09 12:11:14 +02:00
Peter Simons
82ad60c861
haskell-crypto-conduit: update to version 0.4.0
2012-08-09 12:11:14 +02:00
Peter Simons
106e21f216
haskell-conduit: update to version 0.5.2.3
2012-08-09 12:11:13 +02:00
Peter Simons
19a790ddb8
haskell-clientsession: update to version 0.8.0
2012-08-09 12:11:13 +02:00
Peter Simons
ae1cb6006c
haskell-blaze-builder-conduit: update to version 0.5.0
2012-08-09 12:11:13 +02:00
Peter Simons
caa14bb60b
haskell-authenticate: update to version 1.3.0.1
2012-08-09 12:11:13 +02:00
Peter Simons
f061cfe2f3
haskell-attoparsec-conduit: update to version 0.5.0
2012-08-09 12:11:13 +02:00
Peter Simons
63a87e38c6
haskell-HStringTemplate: update to version 0.6.9
2012-08-09 12:11:13 +02:00
Peter Simons
e0c204a940
haskell-hakyll: patch to allow building with latest version of 'hamlet'
2012-08-09 12:11:13 +02:00
Peter Simons
0979c3df69
haskell-snap: patch to allow building with latest version of 'clientsession'
2012-08-09 12:11:12 +02:00
Peter Simons
7aa98d2f5e
haskell-monad-logger: add version 0.2.0
2012-08-09 12:11:12 +02:00
Peter Simons
b454e2e43e
haskell-unix-time: add version 0.1.0
2012-08-09 12:11:12 +02:00
Michael Raskin
801dee4a36
SBCL: update to 1.0.58
2012-08-09 13:01:04 +04:00
Michael Raskin
2a2b52201e
Wine: update to 1.5.10
2012-08-09 12:55:30 +04: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
Dmitry Malikov
b125ef36b6
Bump gitAndTools/tig from 0.16 to 1.0
2012-08-08 00:51:25 +02: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
54651b2662
Hunspell upgrade.
2012-08-07 16:38:26 +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
Shea Levy
21a200d6b2
linux/manual-config: Fix depmod step, remove false comment
2012-08-07 06:36:50 -04:00
Rob Vermaas
374886444f
xvfb-run: add some runtime dependencies to wrapper, set FONTCONFIG_FILE
2012-08-07 03:27:00 +02:00
Rob Vermaas
f676f9e487
Add xvfb-run, a wrapper script for Xvfb.
2012-08-07 03:14:17 +02:00
Rob Vermaas
679b534dd0
Add selenium python package
2012-08-07 00:11:55 +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
Eelco Dolstra
d6cc420fd7
linux: Update to 3.2.26
2012-08-06 09:57:21 -04:00
aszlig
17c8e65cef
django: Fix URL in src.
...
Accidentally left the ${version} url but it didn't cause an error on my machine,
as I used nix-prefetch-url with the correct URL.
This should be fixed by now.
2012-08-06 14:17:41 +02:00
Peter Simons
3e2e746d5a
haskell-shelly: update to version 0.14.0.1
2012-08-06 12:44:35 +02:00
Peter Simons
f020eac1ff
haskell-multiplate: update to version 0.0.2
2012-08-06 12:44:35 +02:00
Peter Simons
b2eb3b886e
haskell-irc: update to version 0.5.1.0
2012-08-06 12:44:35 +02:00
Peter Simons
f3ae30b8d6
haskell-accelerate-cuda: update to version 0.12.1.1
2012-08-06 12:44:35 +02:00
Alexander Foremny
97081611e2
Add package haskell-digestive-functors-heist
...
Generated by cabal2nix, builds locally.
2012-08-06 12:44:35 +02:00
Michael Raskin
bdb1ccaf80
Lilypond: update to 2.14.2
2012-08-05 23:10:49 +04:00
Lluís Batlle i Rossell
6655bc783e
go: patching it to get the nixos cacert bundle taken just fine
2012-08-05 20:50:54 +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
Michael Raskin
1229893ebe
ModernCV: use launchpad-based versioned downloads
2012-08-05 17:28:19 +04:00
Mathijs Kwik
e8afe3c1c8
add package dstat
2012-08-05 15:10:26 +02:00
Mathijs Kwik
aed4ee4025
sysstat: upgrade to 10.1.1
2012-08-05 15:10:25 +02:00
Vladimír Čunát
98614c72c1
LyX: a minor update.
2012-08-05 14:30:45 +02:00
Mathijs Kwik
107f5e3560
bup: include support for xattrs, acls and fuse on linux
...
this enables the commands "bup meta" and "bup fuse".
2012-08-05 14:03:34 +02:00
Mathijs Kwik
9b91fc81a3
add package python-fuse
2012-08-05 14:03:34 +02:00
Mathijs Kwik
0ab4328279
add package python-pylibacl
2012-08-05 14:03:34 +02:00
Mathijs Kwik
b39897bdfd
add package python-pyxattr
2012-08-05 14:03:34 +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
Mathijs Kwik
fb99c24d7c
kernel-3.5: add aufs3 patch
2012-08-05 01:55:31 +02:00
Corey O'Connor
a79dd881c7
add eclipse 4.2
2012-08-04 11:14:02 -07:00
Peter Simons
705fbf2e8c
bison: update to version 2.6.2
2012-08-04 13:00:44 +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
9ba62b6910
moderncv: upgrade to 1.1.1
2012-08-04 12:12:38 +02: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
Lluís Batlle i Rossell
f682ff3521
gcc47: disabling parallel build if profiled bootstrap required
...
The gccinstall manual says that parallel building with a profiled
bootstrap is not supported. As we don't have much means of checking
if our profiled bootstrap with parallel build was good or bad, I
propose going to safe terrain.
2012-08-03 19:59:43 +02:00
Lluís Batlle i Rossell
592b980931
gccgo46: removing it. I set gccgo = gcc47
...
gccgo46 did not build for me, and maybe never built at all.
The same recipe, though, worked fine for gcc47. So let's go with gcc47.
2012-08-03 19:52:19 +02:00
Lluís Batlle i Rossell
a375ffa53f
Adding gccgo for gcc4.7.
...
I tested hello world, and it works.
2012-08-03 19:49:53 +02:00
Peter Simons
58d1298c45
haskell-xml-types: update to version 0.3.3
2012-08-03 17:42:48 +02:00
Peter Simons
bb6b804fd1
haskell-void: update to version 0.5.7
2012-08-03 17:42:48 +02:00
Peter Simons
6dbbb861cc
haskell-socks: update to version 0.4.2
2012-08-03 17:42:48 +02:00
Peter Simons
efbc72d31e
haskell-shelly: update to version 0.13.4
2012-08-03 17:42:48 +02:00
Peter Simons
42b11c6474
haskell-instant-generics: update to version 0.3.5
2012-08-03 17:42:48 +02:00
Peter Simons
cbe1d3163d
haskell-hmatrix: update to version 0.14.1.0
2012-08-03 17:42:47 +02:00
Peter Simons
6370084870
haskell-hastache: update to version 0.4.2
2012-08-03 17:42:47 +02:00
Peter Simons
de73ae1aac
haskell-fclabels: update to version 1.1.4
2012-08-03 17:42:47 +02:00
Peter Simons
3ff06e92a2
haskell-derive: update to version 2.5.10
2012-08-03 17:42:47 +02:00
Peter Simons
ff7d63d2bf
haskell-data-lens: update to version 2.10.2
2012-08-03 17:42:47 +02:00
Peter Simons
0a1ffe3dc9
haskell-cmdargs: update to version 0.9.6
2012-08-03 17:42:47 +02:00
Peter Simons
972f9dab8f
haskell-certificate: update to version 1.2.4
2012-08-03 17:42:47 +02:00
Peter Simons
a1c1e671e2
haskell-Vec: update to version 1.0.1
2012-08-03 17:42:46 +02:00
Peter Simons
def966e7e7
haskell-Chart: update to version 0.16
2012-08-03 17:42:46 +02:00
Peter Simons
2dbe88630b
haskell-AspectAG: update to version 0.3.6.1
2012-08-03 17:42:45 +02:00
Peter Simons
09cf14f73d
Drop haskell-Shellac-{readline,haskeline}.
...
Both packages are broken with recent versions of the compiler and upstream
doesn't respond to e-mail.
2012-08-03 16:09:52 +02:00
Peter Simons
42b5938a84
trivial cosmetic
2012-08-03 15:44:24 +02:00