Bjørn Forsman
3b3d1d075c
avrdude: update 6.0.1 -> 6.1
2014-05-31 14:20:15 +02:00
Bjørn Forsman
c7c32e1d09
avrdude: add extra dependencies: libelf, libftdi1, readline
...
They are strictly speaking optional, but they provide useful features...
2014-05-31 14:20:04 +02:00
Bjørn Forsman
be524e925b
avrdude: rewrite expression
...
* Use stdenv.mkDerivation instead of composableDerivation.
stdenv.mkDerivation is the current coding standard and is easier to
read (IMHO).
* Remove the 'parportSupport' flag because it doesn't do anything.
(Parallel port support is still enabled.)
* Remove unneeded --disable-dependency-tracking flag to ./configure; our
default builder does that already.
* Fix documentation build. But it is still disabled (by default),
because texLive is such a big dependency. There is always the man
page.
* Update 'meta' attributes
2014-05-31 14:11:59 +02:00
Bjørn Forsman
6c8f4fd0ef
libftdi1: new package
...
This is the 1.x version of libftdi, as opposed to our existing libftdi
0.20 package.
(AVRDUDE is an (optional) dependee of libftdi1.)
2014-05-31 14:11:58 +02:00
John Wiegley
9aac793c49
harfbuzz: no longer need to guard withGraphite2 on darwin
2014-05-31 11:06:06 +00:00
John Wiegley
6f8f3d64ff
icu: fix configure to use ${stdenv.shell}
...
On darwin, not doing this means the configure script uses a hard-coded
/bin/sh for its echo tests, resulting in ECHO_N and ECHO_C settings in
icu-config which are incorrect for the stdenv.shell which it is actually
uses to run.
2014-05-31 11:05:47 +00:00
Eelco Dolstra
61befa0451
git: Update to 1.9.4
2014-05-31 09:47:21 +02:00
Austin Seipp
7b0736b7c0
arcanist: Fix php exec (needed for arc diff)
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-30 15:19:18 -05:00
Rok Garbas
a3d747da15
Plone: update to 4.3.3
2014-05-30 21:08:56 +01:00
John Wiegley
1ae4afd728
Merge pull request #2742 from jwiegley/eboard
...
Add expression to build the eboard chess client
2014-05-30 14:28:55 -05:00
Ricardo M. Correia
b7e99da4a1
perlPackages.DevelTrace: New module
...
Print out each line before it is executed (like sh -x).
2014-05-30 21:25:32 +02:00
Ricardo M. Correia
2030328fea
disk-indicator: Add package
...
A program that will turn a LED into a hard disk indicator.
2014-05-30 21:24:46 +02:00
Pavel Chuprikov
ca092d7b01
udiskie: add version 0.8.0.
2014-05-30 20:36:59 +04:00
Peter Simons
ce7be7584f
Merge pull request #2790 from ehmry/unbound
...
unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemd
2014-05-30 14:46:29 +02:00
Peter Simons
1c535209a7
Merge pull request #2788 from jwiegley/stdenv
...
Change stdenv on darwin to not set NIX_ENFORCE_PURITY.
Further details are at <https://github.com/NixOS/nixpkgs/pull/2788 >.
2014-05-30 14:45:16 +02:00
Kirill Elagin
a44fbeeaa4
samba: install pkg-config files
...
Close #2794 , fixes #1341 .
2014-05-30 13:46:02 +02:00
Austin Seipp
90f01d6a68
arcanist: 20140521 -> 20140530
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-30 04:38:36 -05:00
Vladimír Čunát
2436bb705c
libvpx on darwin: attempt to fix build
...
CC @lovek323.
2014-05-30 11:19:31 +02:00
Rickard Nilsson
11ac14f31b
spotify: Update from 0.9.4.183.g644e24e.428 to 0.9.10.17.g4129e1c.78 (only for x86_64)
2014-05-30 10:18:39 +02:00
John Wiegley
176797576c
Build Haddocks with source hyperlinks unless doHscolour is false
2014-05-29 20:00:04 -05:00
Joel Taylor
fdebea003e
fix getopt path on darwin
2014-05-29 09:46:53 -07:00
Emery Hemingway
0ddce8db12
unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemd
2014-05-29 09:59:55 -04:00
Domen Kožar
1905e054c1
Merge pull request #2789 from matejc/pgsql_almir
...
almir: add psycopg2 dependency
2014-05-29 15:44:39 +02:00
Cillian de Róiste
a1d350287b
Plymouth: update to 0.9.0, fix build, sanitize, enable systemd-integration
...
NOTE: I can start the daemon and ping it, but I haven't been able to
get it to do more than that.
2014-05-29 14:39:37 +02:00
Moritz Ulrich
29da3bce27
usermount: New Package.
...
A simple tool to automatically mount removable drives using UDisks2 and
D-Bus.
https://github.com/tom5760/usermount
2014-05-29 13:39:16 +02:00
Luca Bruno
4a2936e74d
nautilus-sendto: add to gnome 3.10
2014-05-29 12:38:50 +02:00
Matej Cotman
fabdb68055
almir: add psycopg2 dependency
2014-05-29 12:23:02 +02:00
Lluís Batlle i Rossell
9df4bb9d67
ocropus: it was still missing a package: lxml
...
Now "./run-tests" passes. But it can't be run without DISPLAY, so
I don't run it in the builder.
2014-05-29 10:13:31 +02:00
Lluís Batlle i Rossell
caa9007e84
Making ocropus-hocr run (matplotlib + gdk backend)
...
I added the gtk backend to matplotlib; if these added dependencies are
too much, we can make this optional.
2014-05-29 09:46:03 +02:00
John Wiegley
27ecc1c9e9
Change stdenv on darwin to not set NIX_ENFORCE_PURITY
2014-05-29 02:43:10 -05:00
John Wiegley
d58370db24
haskell-process-conduit: temporarily disable tests
...
The tests have not been ported to use conduit-1.1 yet (there is a pull
request pending on GitHub).
2014-05-29 07:29:20 +00:00
John Wiegley
c0d39ba93a
haskell-singletons: fix tests for darwin
2014-05-29 07:28:13 +00:00
John Wiegley
f4fbda241d
haskell-compressed: added 3.10
2014-05-29 07:27:12 +00:00
Rob Vermaas
a089dbfe8a
Fix regression in fetchhg.
2014-05-29 09:06:13 +02:00
Mateusz Kowalczyk
82a30be74a
xboxdrv: 0.8.5
2014-05-29 04:22:34 +02:00
Chris Double
b793f92233
Alice ML 1.4 programming language
2014-05-29 13:18:31 +12:00
Mateusz Kowalczyk
59f98d0d8c
PPSSPP: 0.9.8
2014-05-28 23:05:01 +02:00
Moritz Ulrich
57e0371f12
flightgear & simgear: Bump to 3.0.0.
2014-05-28 22:36:54 +02:00
Luca Bruno
a7d6947343
gnome-terminal 3.12: enable nautilus extension
2014-05-28 18:16:54 +02:00
Luca Bruno
a013d00448
nautilus-sendto: new package
...
Integrates Evolution and Pidgin into the Nautilus file manager
2014-05-28 17:27:48 +02:00
Luca Bruno
bf6ddc6285
nautilus 3.12: find extensions
2014-05-28 17:27:48 +02:00
Lluís Batlle i Rossell
338969701c
Fixing upnp in syncthing
2014-05-28 15:23:36 +02:00
Evgeny Egorochkin
cf32243de5
pythonPackages.gcutil: add package
2014-05-28 14:33:09 +03:00
Evgeny Egorochkin
4437a90a6f
pythonPackages.google-apputils: add package
2014-05-28 14:33:09 +03:00
Evgeny Egorochkin
7be252bd4f
pythonPackages.ipaddr: update to 2.1.10
2014-05-28 14:33:09 +03:00
Evgeny Egorochkin
350c96cce9
pythonPackages.iso8601_0_1_4: add package version 0.1.4 for gcutil
2014-05-28 14:33:09 +03:00
Evgeny Egorochkin
d6f793b453
pythonPackages.gflags: update to 2.0
2014-05-28 14:33:08 +03:00
Moritz Ulrich
c4349c3b17
crrcsim: Update to 0.9.12 & simplify.
2014-05-28 13:04:16 +02:00
Peter Simons
1d70298e2e
Elm: require binary 0.7.x on ghc <= 7.6.3
2014-05-28 12:48:30 +02:00
Peter Simons
5c3c688f7b
Elm: fix build by ignoring the build instructions provided by upstream
...
Re-apply the build fix from <https://github.com/NixOS/nixpkgs/issues/2089 >,
because apparently the underlying issue has not been fixed.
According to <https://github.com/elm-lang/Elm/issues/384 >, Elm's release
archive comes with a Setup.hs that cannot compile an Elm release. Duh!
Replacing the custom Setup.hs file with a dummy version fixes this issue.
2014-05-28 12:48:29 +02:00
Lluís Batlle i Rossell
6a35958936
Adding missing dependencies. There is still a matplotlib problem running ocropus-hocr.
2014-05-28 12:39:54 +02:00
Lluís Batlle i Rossell
3ee69912b2
Adding ocropus, based on an expression from iElectric.
2014-05-28 12:15:02 +02:00
Rob Vermaas
ea23ea00e4
Make fetchhg do the same as nix-prefetch-hg, use hg archive. Fixes #2781 .
2014-05-28 10:40:21 +02:00
Rob Vermaas
625b8f310f
Merge pull request #2748 from ttuegel/ark
...
ark: wrap for zipinfo
2014-05-28 08:41:29 +02:00
Rob Vermaas
5f0d62801d
Merge pull request #2737 from AndersonTorres/galculator
...
Galculator: add version 2.3.1
2014-05-28 08:38:22 +02:00
Rob Vermaas
e110d2eafe
Merge pull request #2741 from bergey/nafees
...
Nafees font family (5 fonts)
2014-05-28 08:37:29 +02:00
Rob Vermaas
1e10aaebdc
Merge pull request #2747 from ttuegel/lohit
...
add lohit-fonts-20140220
2014-05-28 08:36:38 +02:00
John Wiegley
4cb43d2a75
Build ppl and gmp correctly for building gcc48 on darwin
2014-05-28 01:35:31 -05:00
Rob Vermaas
fdc78ad9e0
Merge pull request #2760 from offlinehacker/pkgs/grafana/add
...
Add grafana, A Graphite & InfluxDB Dashboard and Graph Editor
2014-05-28 08:33:43 +02:00
Rob Vermaas
514ffd60b6
Merge pull request #2759 from offlinehacker/pkgs/influxdb/add
...
Add influxdb, scalable datastore for metrics, events, and real-time analytics
2014-05-28 08:32:19 +02:00
Rob Vermaas
ce87d3e307
Merge pull request #2465 from robberer/nvidia/driver
...
nvidia-x11: add nvidia-uvm module which is necessary for blender GPU support
2014-05-28 08:30:22 +02:00
Michael Raskin
5c5cef35cb
Updating Asymptote to 2.32
2014-05-28 01:33:29 +04:00
Michael Raskin
783fb585bf
Updating ZPAQ to 651
2014-05-28 01:33:29 +04:00
Michael Raskin
515a7e78fa
Updating conspy
2014-05-28 01:33:29 +04:00
Michael Raskin
f769585c95
Updating SlimerJS to 0.9.1
2014-05-28 01:33:28 +04:00
Michael Raskin
bc292a5882
Updating Wine unstable to 1.7.19
2014-05-28 01:33:28 +04:00
Michael Raskin
97c61e9a44
Updating LuaRocks
2014-05-28 01:33:28 +04:00
Michael Raskin
700d332e7d
Updating CL-Launch
2014-05-28 01:33:28 +04:00
Michael Raskin
5c5bae9587
Updatign ASDF to 3.1.2
2014-05-28 01:33:28 +04:00
Michael Raskin
736dff5328
Updating libsodium to 0.5.0
2014-05-28 01:33:28 +04:00
Michael Raskin
f36db74cc4
Updating libgphoto2
2014-05-28 01:33:28 +04:00
Michael Raskin
66925a57ba
Updating SBCL to 1.2.0
2014-05-28 01:33:28 +04:00
Thomas Tuegel
4dd050b425
update znc 1.2 -> 1.4
2014-05-27 15:27:17 -05:00
Rob Vermaas
6bfb25b9e8
dos2unix: update from 6.0.4 to 6.0.5
2014-05-27 21:33:07 +02:00
Rob Vermaas
400e85ae1e
debootstrap: update from 1.0.42 to 1.0.60
2014-05-27 21:30:59 +02:00
Rob Vermaas
4d6f2e41d7
ethtool: update from 3.13 to 3.14
2014-05-27 21:28:40 +02:00
Jason "Don" O'Conal
a33cb37695
perl-file-mimeinfo: update to 0.23 and fix build on darwin
...
Close #2508 . The test also fails on x86_64-linux, disabling.
2014-05-27 21:23:08 +02:00
Vladimír Čunát
97b9deaca5
Merge #2487 : add handbrake and update/patch dependents
2014-05-27 21:08:51 +02:00
Vladimír Čunát
48458b1c96
handbrake: disable unfree faac, as it doesn't build with it
2014-05-27 21:07:59 +02:00
Jaka Hudoklin
a8a9c78af8
Add grafana, A Graphite & InfluxDB Dashboard and Graph Editor
2014-05-27 21:02:55 +02:00
Michael Raskin
3cffc08974
Merge pull request #2752 from jwiegley/crafty
...
Add expression for building crafty and craftyFull
2014-05-27 11:17:48 -07:00
宋文武
ddfd374c40
Merge #2030 : add openra game (C&C RTS engine)
...
Modifications from @vcunat, who tried Dune,
but it typically segfaults in mono after a few minutes
(IMHO unlikely to be a problem with packaging it).
2014-05-27 20:08:50 +02:00
宋文武
0f65f11d6e
mono: fix libgdiplus finding
2014-05-27 20:08:50 +02:00
John Wiegley
cdadc70e5d
Merge pull request #2772 from Fuuzetsu/tibia
...
tibia: 10.41
2014-05-27 13:05:38 -05:00
John Wiegley
4d2000a071
Merge pull request #2753 from jwiegley/chessdb
...
Add expression for ChessDB
2014-05-27 12:59:01 -05:00
John Wiegley
93936fdf8a
Add expression for building crafty and craftyFull
2014-05-27 12:57:50 -05:00
John Wiegley
b4b2aeebf3
Merge pull request #2754 from jwiegley/lhfix
...
Fix to local Hoogle expression
2014-05-27 12:53:45 -05:00
John Wiegley
23fb83b37d
Correctly locate Haddocks in hoogle-local expression
...
On some versions of GHC, documentation is at, for example:
LIB/share/doc/
In others, it is at:
LIB/share/doc/x86_64-darwin-ghc7.6.3/
This change will pick up documentation first from the second location, then
from the first.
2014-05-27 12:53:26 -05:00
John Wiegley
71ef4852a4
Merge pull request #2755 from jwiegley/yesod-bin
...
Wrap yesod-bin so that yesod devel works with Nix
2014-05-27 12:50:16 -05:00
John Wiegley
3cc6165e0c
Merge pull request #2756 from jwiegley/machines
...
Add Haskell expression for machines
2014-05-27 12:49:52 -05:00
Alexei Robyn
4fa4518875
Add TeamSpeak 3 server & service module ( close #2056 )
...
Conflicts (trivial):
lib/maintainers.nix
nixos/modules/misc/ids.nix
2014-05-27 17:30:26 +02:00
Vladimír Čunát
4c792e58aa
ncmpc: another attempt to fix linkage on darwin
2014-05-27 16:55:56 +02:00
Lluís Batlle i Rossell
31bc96eee7
Updating syncthing to 0.8.11.
2014-05-27 16:55:02 +02:00
Peter Simons
4f80f3b4db
Merge pull request #2765 from hrdinka/haskell-GLUtil
...
haskell-glutil: add version 0.7.4
2014-05-27 16:40:35 +02:00
Peter Simons
4c79ef6d6e
Merge pull request #2751 from jwiegley/newhask2
...
Add three more Haskell expressions
2014-05-27 16:35:13 +02:00
Michael Raskin
90602bc8a9
Merge pull request #2773 from ederoyd46/master
...
Added goaccess package
2014-05-27 05:11:13 -07:00
Michael Raskin
670f12b7d1
Merge pull request #2774 from CodeBlock/screenfetch
...
add screenfetch
2014-05-27 05:10:51 -07:00
Ricky Elrod
c1bbfbc13e
add screenfetch
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-27 07:13:44 -04:00
Matthew Brown
155de0279e
Added goaccess package
2014-05-27 11:57:32 +01:00
John Wiegley
0572139020
Correct the source URL for dovecot-pigeonhole
2014-05-27 10:54:22 +00:00
Michael Raskin
80cc011f77
Merge pull request #2617 from ttuegel/hplip
...
hplip: update and fix scanning
2014-05-27 02:31:27 -07:00
Domen Kožar
aa97760285
Merge pull request #2771 from matejc/notest_pyramidtm
...
pythonPackages.pyramid_tm: set doCheck to false
2014-05-27 11:29:37 +02:00
Michael Raskin
75607107ea
Merge pull request #2721 from evolarium/urxvt
...
Add unicode3 option to rxvt_unicode
2014-05-27 02:28:59 -07:00
Matej Cotman
e13d6d36ae
pythonPackages.pyramid_tm: set doCheck to false
2014-05-27 11:26:26 +02:00
Mateusz Kowalczyk
d32593a222
tibia: 10.41
...
Also I'm personally done with this game so I will no longer maintain the
package.
2014-05-27 11:18:02 +02:00
John Wiegley
cfb7884719
Add expression for the YUI compressor
2014-05-27 09:13:40 +00:00
Michael Raskin
40471227a9
Merge pull request #2679 from kirelagin/zathura-mupdf
...
Zathura mupdf
2014-05-27 01:54:49 -07:00
Michael Raskin
8274466f6b
Merge pull request #2404 from ttuegel/rxvt-unicode
...
rxvt-unicode: add 256-color resources patch
2014-05-27 01:49:46 -07:00
Michael Raskin
f9c05a3bad
Merge pull request #2378 from wizeman/u/kernel-zram
...
linux: Add support for zram
2014-05-27 01:40:18 -07:00
Chris Double
c05f252dac
Definitions for Open Dylan 2013.2 (Dylan Language Implementation)
2014-05-27 20:27:47 +12:00
Ricky Elrod
03b54bcd55
Add haskell/purescript :D
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-27 03:07:05 -04:00
Ricky Elrod
8228ca0479
Add haskell/pattern-arrows
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-27 02:27:25 -04:00
Ricky Elrod
400333b9f8
Add haskell/monad-unify
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-27 02:26:42 -04:00
Eelco Dolstra
a0072b4d2d
hipchat: Fix access to /usr/share/X11/xkb
...
HipChat (or rather its copy of Qt) expects to find keyboard data in
/usr/share/X11/xkb. So use a LD_PRELOAD library to intercept and
rewrite the Glibc calls that access those paths. We've been doing the
same thing with packages like Spotify, but now this functionality has
been abstracted into a reusable library, libredirect.so. It uses an
environment variable $NIX_REDIRECTS containing a colon-separated list
of path prefixes to be rewritten, e.g. "/foo=bar:/xyzzy=/fnord".
2014-05-27 01:06:54 +02:00
Eelco Dolstra
481f428604
hipchat: Update to 2.2.1107
2014-05-27 01:06:53 +02:00
Christoph Hrdinka
8bb7c4e766
haskell-glutil: add version 0.7.4
2014-05-26 23:59:13 +02:00
Vladimír Čunát
4a85312295
mesa: maintenance update 10.1.3 -> .4
2014-05-26 22:46:04 +02:00
Vladimír Čunát
bd96a4bb43
xorg: maintenance updates of a few modules
2014-05-26 22:45:50 +02:00
宋文武
12d8c020e8
webkitgtk: update to 2.4.3 ( close #2640 )
2014-05-26 22:45:16 +02:00
wmertens
8ad1a0ceaf
swig: enable on Darwin ( close #2326 )
...
Verified on OS X 10.9.2 to build and check, dependents build fine too.
@vcunat enabled doCheck as it works for him on x86_64-linux;
also did style nitpick modification, and changed platforms to .all
according to the homepage http://www.swig.org/compat.html
2014-05-26 21:50:27 +02:00
_1126
25ea04f2c9
ncmpc: propable fix for x86_64-darwin build error
...
@vcunat fixed syntax a bit. Close #2761 .
2014-05-26 21:35:32 +02:00
Mateusz Kowalczyk
1cbcdd5159
cantata: fix build failure ( close #2723 )
...
We were one directory too high for configure.
2014-05-26 21:25:56 +02:00
Luca Bruno
6b21186742
gnome 3.12: make remote desktop sharing work
2014-05-26 17:18:04 +02:00
Rickard Nilsson
c4086f9185
dovecot-pigeonhole: Update from 0.4.2 to 0.4.3
2014-05-26 16:23:20 +02:00
Rickard Nilsson
fcb4e7128c
dovecot 2.2.x: Update from 2.2.12 to 2.2.13
2014-05-26 16:22:49 +02:00
Jaka Hudoklin
b9737cb4ab
Add influxdb, scalable datastore for metrics, events, and real-time analytics
2014-05-26 11:12:50 +02:00
John Wiegley
9d4ca3fa50
Add Haskell expression for machines
2014-05-26 02:50:14 -05:00
John Wiegley
bf1bde8215
Wrap yesod-bin so that yesod devel works with Nix
2014-05-26 02:48:28 -05:00
John Wiegley
aea8bff895
Add expression for ChessDB
2014-05-26 02:45:59 -05:00
John Wiegley
4e6ee200cd
Add three more Haskell expressions
2014-05-26 02:03:39 -05:00
Thomas Tuegel
71522f1ec2
ark: wrap for zipinfo
2014-05-25 15:25:34 -05:00
Thomas Tuegel
dfd96f77a7
add lohit-fonts-20140220
2014-05-25 14:17:23 -05:00
Bjørn Forsman
97af2620c7
clementine: fix evaluation
...
$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
error: while querying the derivation named `clementine-1.2.1':
while evaluating `optional' at .../lib/lists.nix:113:20, called from .../pkgs/applications/audio/clementine/default.nix:50:22:
undefined variable `not' at .../pkgs/applications/audio/clementine/default.nix:50:32
2014-05-25 20:32:46 +02:00
Mateusz Kowalczyk
1815ac2dfc
tibia: update 10.39 -> 10.40
2014-05-25 19:33:42 +02:00
wmertens
7fafc6ff85
monit: bump 5.8 -> 5.8.1 (bug fixes)
2014-05-25 19:27:10 +02:00
Domen Kožar
6915bc07b2
Merge pull request #2740 from ttuegel/clementine
...
clementine: disable unfree dependencies by default
2014-05-25 15:38:22 +02:00
Domen Kožar
ed5490a2b0
Merge pull request #2729 from iyzsong/renpy
...
renpy: update to 6.17.6
2014-05-25 15:37:35 +02:00
Domen Kožar
17371176ee
Merge pull request #2736 from matejc/updateseafile
...
seafile: update client, ccnet, libsearpc and shared
2014-05-25 15:37:17 +02:00
Domen Kožar
908f2f8fe0
Merge pull request #2738 from jagajaga/moc_update
...
update moc
2014-05-25 15:36:45 +02:00
Domen Kožar
a088c6fa36
Merge pull request #2710 from lovek323/mpd
...
mpd: fix build on darwin
2014-05-25 15:34:10 +02:00
Charles Strahan
6d173e2a81
spawn-fcgi: Add package
2014-05-25 15:27:58 +02:00
Domen Kožar
7ce1ffbfa5
weechatDev: 0.4.4dev -> 0.1dev
2014-05-25 15:27:50 +02:00
Jaka Hudoklin
115b7313c5
xca: fix package
...
For some reason library paths are not set at all for some libraries during
the build. Wrapper with LD_LIBRARY_PATH set for relevant libraries is currently
solution.
2014-05-25 14:28:49 +02:00
Bjørn Forsman
5e460b2dee
munin: update 2.0.20 -> 2.0.21 (bug fix)
2014-05-25 13:55:20 +02:00
Bjørn Forsman
e1d2e0d380
srecord: update 1.62 -> 1.63
2014-05-25 13:44:31 +02:00
Bjørn Forsman
ef66088ae1
bcache-tools: update 1.0.5 -> 1.0.7
2014-05-25 13:15:25 +02:00
Bjørn Forsman
1d79330e1d
basex: update 7.7.2 -> 7.8.2
2014-05-25 13:00:37 +02:00
John Wiegley
b09a788e13
Correct patch the rpath for GHC-built executables on Darwin
...
@peti This addresses #2488 .
2014-05-25 03:29:24 -05:00
John Wiegley
cceea413bc
Add expression to build the eboard chess client
2014-05-25 03:21:21 -05:00
Daniel Bergey
2bfd36fa14
Nafees font family (5 fonts)
2014-05-25 01:30:57 +00:00