Eelco Dolstra
fcd4aa44d5
valgrind: Update to 3.10.1
2014-12-12 15:08:25 +01:00
Oliver Charles
40bbc1806a
opentsdb: Use the release tarball
...
Now that https://github.com/OpenTSDB/opentsdb/issues/420 is resolved
we can use the official release tarball. This includes all third
party JARs, which vastly simplifies the build expression.
2014-12-12 12:43:15 +00:00
Michael Raskin
9ed097ab50
Fix fetchzip for actuall zip files
2014-12-12 15:16:57 +03:00
Michael Raskin
59ec0f0e0d
Improve eudev paths in the same way as they are set in the original package
2014-12-12 14:49:20 +03:00
Pascal Wittmann
377822fb64
mujs: update to latest revision
2014-12-12 12:14:13 +01:00
Peter Simons
29546928b1
haskell-LambdaHack: update to version 0.4.100.0
2014-12-12 10:01:28 +01:00
Peter Simons
61d4faa59d
haskell-Allure: update to version 0.4.100.0
2014-12-12 10:01:28 +01:00
lethalman
ed485025e3
Merge pull request #5305 from wizeman/u/scikit
...
python3Packages.scikitlearn: Enable on py3k
2014-12-12 09:48:51 +01:00
Peter Simons
46b0c68ea2
Merge pull request #5282 from rickynils/java-truststore-env
...
openjdk: Read SSL truststore from JAVAX_NET_SSL_TRUSTSTORE
2014-12-12 09:22:15 +01:00
Austin Seipp
0bdff430a4
nixpkgs: rr 2.0.0 -> 3.0.0, with 64bit support
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-12 01:20:23 -06:00
Mateusz Kowalczyk
614ea25952
mpv: update to 0.7.1
2014-12-12 03:16:17 +00:00
Mateusz Kowalczyk
4fcb615498
youtube-dl: update to 2014.12.12.1
2014-12-12 03:09:02 +00:00
Ricardo M. Correia
b772ba327e
python3Packages.scikitlearn: Enable on py3k
2014-12-12 03:48:07 +01:00
Jaka Hudoklin
0d01793870
Merge pull request #5290 from bbarker/gradle221
...
keeping gradle updated
2014-12-12 03:06:33 +01:00
Jaka Hudoklin
1f9acba088
Merge pull request #5303 from massimo-zaniboni/submit/redmine
...
redmine: use libc libiconv implementation on Linux.
2014-12-12 02:34:51 +01:00
Massimo Zaniboni
32f9644943
redmine: use libc libciconv implementation on Linux.
2014-12-12 01:20:53 +01:00
Rickard Nilsson
95fdc8cf29
openjdk: Introduce JAVAX_NET_SSL_TRUSTSTORE env
...
This small patch makes it possible to control java's truststore path through
the environment. This lets you add (system- or session-wide) CAs that should
be allowed by Java. Java users can still use -Djavax.net.ssl.truststore to
override the truststore set by JAVAX_NET_SSL_TRUSTSTORE.
Something like this can be used to build the truststore (in this example just
using the standard pkgs.cacert CA-bundle):
{
environment.variables.JAVAX_NET_SSL_TRUSTSTORE = "${
pkgs.runCommand "cacerts" {} ''
${pkgs.perl}/bin/perl \
${pkgs.path}/pkgs/development/compilers/openjdk/generate-cacerts.pl \
${pkgs.jre}/bin/keytool \
${pkgs.cacert}/etc/ca-bundle.crt
mv cacerts $out
''
}";
}
Ideally, the dependency on pkgs.cacert should also be removed from pkgs.openjdk
to avoid rebuilding java each time the standard CA-bundle changes. Something
along the example above must then be added to NixOS (however, it would be
nice to not depend on ${pkgs.jre}/bin/keytool to generate that environment
variable).
2014-12-12 01:14:09 +01:00
Jaka Hudoklin
8b512261be
Add cava, console-based Audio Visualizer for Alsa
2014-12-12 00:09:32 +01:00
Jaka Hudoklin
1465d9321d
thc-hydra: include postgresql brute-force support
2014-12-11 23:25:26 +01:00
Jaka Hudoklin
3ceb789c36
john: use systemd wide config, and not from store
2014-12-11 23:25:26 +01:00
lethalman
747488ae66
Merge pull request #5268 from prikhi/fix-dina-font
...
dina-font: fix the installPhase
2014-12-11 23:10:23 +01:00
Vladimír Čunát
80e3018bc0
Merge #5286 : ati-driver: Update to 4.12
2014-12-11 22:12:20 +01:00
Shaun Sharples
5f18c41a1b
haskell-ekg-bosun: update to 1.0.3
2014-12-11 21:20:30 +01:00
Shaun Sharples
4d2f2c18de
haskell-wreq: update to 0.3.0
2014-12-11 21:20:30 +01:00
Shaun Sharples
663bee7e8b
haskell-http-client: update to 0.4.6
2014-12-11 21:20:29 +01:00
Vincent Laporte
c99c8c3e43
dypgen: adds meta.platforms
2014-12-11 16:15:02 +01:00
Domen Kožar
d83bae657a
deluge: 1.3.10 -> 1.3.11
2014-12-11 15:40:59 +01:00
Peter Simons
dfbb2b37b5
haskell-hackage-db: update to version 1.11
2014-12-11 14:06:08 +01:00
Domen Kožar
8853d30707
pythonPackages.pyptlib: disable tests
...
(cherry picked from commit c8d9073c0ef2886b06d3817c174d93970690c919)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-11 11:46:36 +01:00
Peter Simons
5ff896ff65
haskell-hackage-db: update to version 1.10
2014-12-11 11:42:05 +01:00
Domen Kožar
aaf998f604
remove libvlc, unused package
...
cc @ttuegel
2014-12-11 10:38:52 +01:00
Domen Kožar
776d796221
folly: disable on 32bit (unsupported)
2014-12-11 10:38:52 +01:00
Domen Kožar
3c9828fd77
classpath: fix build
2014-12-11 10:38:52 +01:00
Vincent Laporte
cb3f9bf160
omake: add meta.platforms
2014-12-11 09:19:30 +01:00
Domen Kožar
3dc551fcc3
opentsdb: patch shebangs in correct directory
...
(cherry picked from commit 105b77f36f1810287b0f32036ae5303dae8c5a66)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-11 09:17:45 +01:00
Michael Raskin
a199693cab
Update/Fix OVMF
2014-12-11 08:46:13 +03:00
bbarker
2682c01f29
keeping gradle updated
2014-12-11 04:19:14 +01:00
Domen Kožar
27281f660c
fix builds for rest of kernel modules on 3.18
2014-12-11 02:03:43 +01:00
Mateusz Kowalczyk
562fdc2050
Revert "haskell-hxt: update to 9.3.1.9"
...
This reverts commit 439a71f1b4
.
This is because hxt-9.3.1.9 needs >=mtl-2.2.1
2014-12-10 23:27:45 +00:00
Mateusz Kowalczyk
3d713ff1d6
youtube-dl: update from 2014.12.06.1 to 2014.12.10.3
2014-12-10 23:22:24 +00:00
Peter Simons
eb6279974a
Merge pull request #5285 from tmcdonell/master
...
haskell-c2hs: update to 0.20.1
2014-12-11 00:06:35 +01:00
Mateusz Kowalczyk
3750da1226
tibia: update to 10.70
2014-12-10 22:06:28 +00:00
Maciek Starzyk
8989a32d34
j: Fix building libj.so
2014-12-10 22:43:42 +01:00
Trevor L. McDonell
01d274e7bd
Update c2hs to 0.20.1
2014-12-10 16:01:37 -05:00
Jascha Geerds
b15311027f
ati-driver: Fix support for linux kernel 3.17
2014-12-10 21:30:31 +01:00
Domen Kožar
9768adaf1e
Revert "xulrunner: use gold linker"
...
This reverts commit 4a3510ae2b
.
Error occurs randomly http://hydra.nixos.org/eval/1165369
2014-12-10 21:15:25 +01:00
Jascha Geerds
3525f7135f
ati-driver: Bump version to 14.12
2014-12-10 21:12:54 +01:00
Domen Kožar
89fa1733fa
python3Packages.dateutil_2_1: fix build
2014-12-10 21:10:15 +01:00
Vladimír Čunát
15b9626a3d
kde: fix CVE-2014-8600 by upstream patches
...
https://www.kde.org/info/security/advisory-20141113-1.txt
I couldn't find kio-extras, so I hope we don't have it disguised somewhere.
2014-12-10 19:38:50 +01:00
Vladimír Čunát
c8a53923fc
libyaml: fix CVE-2014-9130 by upstream patch
2014-12-10 19:26:09 +01:00
Vladimír Čunát
225ddcda9a
cpio: fix CVE-2014-9112 by Fedora patch
2014-12-10 19:20:28 +01:00
Emery Hemingway
be2060f1e7
glibc_multi: fix package name ( close #5284 )
...
"multi" should be between the "glibc" and the version
2014-12-10 18:31:31 +01:00
Mateusz Kowalczyk
b13301ecbe
ffmpeg: update from 2.4.4 to 2.5 ( close #5279 )
2014-12-10 18:13:53 +01:00
Peter Simons
57c5b8f5e1
vimus: disable Linux 32 bit builds
...
https://ghc.haskell.org/trac/ghc/ticket/9825
2014-12-10 18:01:20 +01:00
vbgl
de9609056f
Merge pull request #5281 from ftrvxmtrx/alock-update
...
alock: update the package
2014-12-10 17:57:13 +01:00
Eelco Dolstra
4d918cb6c7
php-5.3: Remove
...
PHP 5.3 is EOL (see http://php.net/supported-versions.php ). NixOS
14.12 is a good opportunity to drop it.
2014-12-10 17:19:37 +01:00
Siarhei Zirukin
167ffb7ef5
alock: update the package
2014-12-10 17:16:38 +01:00
Pascal Wittmann
bab97e1687
gnet: update from 2.0.7 to 2.0.8
2014-12-10 17:12:41 +01:00
Eelco Dolstra
55d59eefb3
php: Really update to 5.4.34
...
75738437a4
only updated the version string...
2014-12-10 17:09:47 +01:00
Vladimír Čunát
62e5e2a880
apparmor: fix build by using older perl
...
This is work around #5270 .
Also bogus path in wrapper got fixed.
CC: maintainers @phreedom, @thoughtpolice.
It would be better to test this as well by someone who actually uses it.
2014-12-10 16:11:29 +01:00
Vladimír Čunát
e815624b67
dolphin-emu-master: disable unsupported i686 platform
2014-12-10 15:43:15 +01:00
Vladimír Čunát
b65c8ffc37
shotcut: mark as broken for now
2014-12-10 15:36:07 +01:00
Rok Garbas
ed79420b55
weechatDevel: removing it
2014-12-10 14:59:41 +01:00
Domen Kožar
01a91a2831
boringssl: fix build
...
(cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
2014-12-10 14:05:50 +01:00
Mathijs Kwik
4a3510ae2b
xulrunner: use gold linker
2014-12-10 13:56:04 +01:00
Vladimír Čunát
8ca78f0376
luminance-hdr: fix build by Debian patch
2014-12-10 13:36:57 +01:00
Vladimír Čunát
d7a7b72353
qt5SDK: fix build by not building docs
...
Feel free to find a proper fix.
2014-12-10 13:20:36 +01:00
Vladimír Čunát
7ce485ff0f
root: fix build by upstream patch
...
Also refactor the expression a little.
2014-12-10 13:03:01 +01:00
Domen Kožar
73ef06de48
flexget: fix runtime dependencies
2014-12-10 12:55:05 +01:00
Domen Kožar
ac80e36e4a
lttng-modules: fix build on kernel 3.18
2014-12-10 12:55:05 +01:00
Domen Kožar
024a28e5e8
v4l2loopback: fix build in kernel 3.18
2014-12-10 12:55:04 +01:00
Austin Seipp
5c52382448
tor-arm: kill tabs
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-10 04:21:14 -06:00
Austin Seipp
7a51e5f416
nixpkgs: fix tor-arm dependencies
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-10 04:14:11 -06:00
Austin Seipp
0d63eae992
tor-arm: Fix python path
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-10 04:06:02 -06:00
Austin Seipp
b31283dd8b
nixpkgs: add tor-arm 1.4.5.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-10 03:59:59 -06:00
Mateusz Kowalczyk
3b3e2a62d3
haskell-gtk3: update to 0.13.3
2014-12-10 09:49:15 +00:00
Mateusz Kowalczyk
439a71f1b4
haskell-hxt: update to 9.3.1.9
2014-12-10 09:49:00 +00:00
Mateusz Kowalczyk
06498b06ed
haskell-vty: update to 5.2.6
2014-12-10 09:48:37 +00:00
Mateusz Kowalczyk
b5ba9e3558
haskell-github: update to 0.13.1
2014-12-10 09:48:27 +00:00
Mateusz Kowalczyk
691b2ac0ad
haskell-Agda: update to 2.4.2.2
2014-12-10 09:48:11 +00:00
Mateusz Kowalczyk
4d520d9e12
haskell-call: new package
2014-12-10 09:42:03 +00:00
Mateusz Kowalczyk
c4b4dfa1dc
haskell-elevator: new package
2014-12-10 09:42:03 +00:00
Mateusz Kowalczyk
4c3417df44
haskell-objective: update to 0.6.1
2014-12-10 09:42:02 +00:00
Mateusz Kowalczyk
811cc55739
haskell-minioperational: update to 0.4.8.1
2014-12-10 09:42:02 +00:00
Mateusz Kowalczyk
891a293aa6
haskell-bindings-portaudio: new package
2014-12-10 09:42:02 +00:00
aszlig
d9ba0ed9af
tomahawk: Fix resolver signature verification.
...
Requires the OpenSSL QCA plugin, otherwise QCA is unable to load the
Tomahawk public key.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-10 10:28:43 +01:00
Domen Kožar
0ec12d53e6
tcpcrypt: 2011.07.22 -> 0.3rc1, fix nixos service
2014-12-10 10:23:46 +01:00
Mateusz Kowalczyk
ddcb9db54f
youtube-dl: update to 2014.12.06.1
...
Also add self to maintainers considering I bump it pretty often already.
2014-12-10 09:15:59 +00:00
Domen Kožar
7080a9cae8
gmpc: fix build
2014-12-10 09:55:49 +01:00
lethalman
4faed098e8
Merge pull request #5278 from nckx/ftop
...
Add ftop: show progress of open files and file systems
2014-12-10 09:37:31 +01:00
Mateusz Kowalczyk
606a02579c
cantata: use Qt5 by default
...
It's time.
2014-12-10 08:36:04 +00:00
Mateusz Kowalczyk
8a9292b357
cantata: update to 1.5.1
2014-12-10 08:19:52 +00:00
Mateusz Kowalczyk
a50a7ca3da
haskell-hspec-laws: new package
2014-12-10 07:45:16 +00:00
Mateusz Kowalczyk
534bdc3753
mpd: update to 0.19.6
2014-12-10 07:36:17 +00:00
Tobias Geerinckx-Rice
2e7d552122
Add ftop: show progress of open files and file systems
2014-12-10 05:34:57 +01:00
Austin Seipp
323113ef6d
nixpkgs: afl 0.85b -> 0.89b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-09 21:59:28 -06:00
Domen Kožar
0fcef83b0d
fix a bunch of perl modules
2014-12-10 01:38:00 +01:00
Pavan Rikhi
ab012ecdb5
dina-font: fix the installPhase
2014-12-09 17:11:29 -05:00
vbgl
7930abd1a5
Merge pull request #5274 from flosse/darktable
...
nixpkgs: darktable 1.4.2 -> 1.6.0
2014-12-09 19:47:34 +01:00
Vincent Laporte
ef5c48326a
Adds ocaml-fieldslib
...
This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record values.
Homepage: https://ocaml.janestreet.com/
2014-12-09 19:37:48 +01:00
Bjørn Forsman
507e78fb94
lttng-modules: fix build on linux 3.14.x
...
By applying patch from upstream mailing list[1] (should be in the next
release).
[1]: http://lists.lttng.org/pipermail/lttng-dev/2014-December/023914.html
2014-12-09 19:34:41 +01:00
Bjørn Forsman
1b396c7ae9
buildbot-slave: align attrname with pkgname
...
Keep old attrname (buildbotSlave) around for backward compatibility.
2014-12-09 19:14:03 +01:00
Bjørn Forsman
99eab9f1e2
buildbot{,-slave}: update 0.8.8 -> 0.8.10
...
Build tested. Source distribution is now on pypi instead of googlecode.
2014-12-09 19:14:03 +01:00
Markus Kohlhase
3826c3fc32
nixpkgs: darktable 1.4.2 -> 1.6.0
2014-12-09 18:50:42 +01:00
Ricardo M. Correia
e660a70872
flashplayer: Update from 11.2.202.424 -> 11.2.202.425
2014-12-09 18:10:21 +01:00
Domen Kožar
fe28966179
pyptlib: disable py3k and pypy
2014-12-09 13:23:18 +01:00
Domen Kožar
d3ed0ab32b
PyQt: fix build
2014-12-09 13:23:13 +01:00
Domen Kožar
94227eba3e
gosmore: fix build
2014-12-09 13:23:02 +01:00
Domen Kožar
d7ab16aee4
remove cppnetlib, we already have cpp-netlib
2014-12-09 12:24:57 +01:00
Domen Kožar
557114628b
mariadb: 10.0.14 -> 10.0.15
2014-12-09 11:29:16 +01:00
Domen Kožar
abae51655d
xfdesktop: 4.10.2 -> 4.10.3
2014-12-09 11:29:16 +01:00
Domen Kožar
4e611fb21a
xfce4.xfce4-power-manager: 1.3.0 -> 1.3.2
2014-12-09 11:29:15 +01:00
lethalman
765eab6d5b
Merge pull request #5269 from luke-clifton/lc-soundtouch
...
Added SoundTouch library
2014-12-09 10:25:26 +01:00
Luke Clifton
e62aa58f71
Added SoundTouch library
2014-12-09 17:15:30 +08:00
aszlig
d229f0050c
tomahawk: Fix finding Phonon VLC backend.
...
Using propagatedBuildInputs only works for environment.systemPackages
but not for using nix-env, because on NixOS we already have a default
QT_PLUGIN_PATH set there.
The main reason why I'm using the VLC backend and not providing options
for other Phonon backends is because it's recommended upstream and also
will be directly used (via libvlc) in the upcoming 0.9 release.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
aszlig
a1e906f0d6
tomahawk: Update to bugfix release 0.8.2.
...
Fixes a few annoying bugs (in my case it's the painting issue that's
most annoying):
* Show error message if saving tags failed.
* Fixed painting issue on search page.
* (OS X & Windows) Fixed crash during collection scan.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
William A. Kennington III
042f266e10
kernel: 3.14.25 -> 3.14.26
2014-12-08 23:24:50 -08:00
William A. Kennington III
c8abfe37ab
kernel: 3.17.4 -> 3.17.6
2014-12-08 23:23:42 -08:00
William A. Kennington III
20e2d94089
kernel: 3.4.104 -> 3.4.105
2014-12-08 23:21:40 -08:00
William A. Kennington III
845f647b86
kernel: 3.12.33 -> 3.12.34
2014-12-08 23:21:07 -08:00
William A. Kennington III
98791f57c8
kernel: 3.10.61 -> 3.10.62
2014-12-08 23:21:04 -08:00
William A. Kennington III
a6f4c3624e
kernel: Add 3.18
2014-12-08 23:18:04 -08:00
Bjørn Forsman
3871539d3b
thrift: update 0.9.1 -> 0.9.2
...
* Drop unneeded patch to fix build error; now included upstream
* Fetch tarball instead of using git
* Drop unneeded autotools deps since we're building from tarball
TODO: Package boost-test library, so that we can run the test suite.
2014-12-08 22:54:14 +01:00
Alex Chapman
31b163b90b
Add haskellPackages.ofx at version 0.4.0.0
2014-12-09 07:04:49 +11:00
Luca Bruno
5a999ca446
tracker, gnome-music: drop LD_LIBRARY_PATH
2014-12-08 20:27:22 +01:00
Thomas Tuegel
efe278acfc
fontconfig-ultimate.rendering: correct typo in ultimate-lightest
2014-12-08 10:57:25 -06:00
Thomas Tuegel
322bb7a67b
fontconfig: include user config through NixOS module
2014-12-08 10:55:24 -06:00
Thomas Tuegel
d75485c945
Add fontconfig-ultimate-20141123
2014-12-08 10:55:23 -06:00
wmertens
24924e4fdf
Merge pull request #5125 from nckx/eid-mw
...
Add eid-mw: authenticate & sign with Belgian eID identity cards
2014-12-08 16:40:54 +01:00
Domen Kožar
de99c9c955
Merge branch 'staging'
2014-12-08 16:28:45 +01:00
Luca Bruno
9d86b4683d
gobject-introspection: add glib to propagatedBuldInputs
2014-12-08 16:21:01 +01:00
Luca Bruno
0b1d16cff2
vanubi: use Vala 0.26
2014-12-08 15:36:29 +01:00
Jaka Hudoklin
51fe9d17a8
Merge pull request #5261 from matejc/connman126
...
connman: update to 1.26
2014-12-08 13:01:12 +01:00
Jaka Hudoklin
d4cb3056ec
Merge pull request #5262 from matejc/cmst20141205
...
cmst: update to 2014.12.05
2014-12-08 13:01:02 +01:00
Michael Raskin
5da22f6d0c
Don't trust sinit snapshots to be stable
2014-12-08 14:49:34 +03:00
Matej Cotman
4b74502a35
cmst: update to 2014.12.05
2014-12-08 12:49:28 +01:00
Matej Cotman
94f8f28433
connman: update to 1.26
2014-12-08 12:47:00 +01:00
Edward Tjörnhammar
3ce89ba002
srm: added package
2014-12-08 11:51:39 +01:00
Edward Tjörnhammar
7102ef5d49
Revert "nixpkgs: remove tsocks"
...
torsocks and tsocks are not equivalent. torsocks needs a
tor proxy for DNS, tsocks do not.
This reverts commit 1ef6470f15
.
tsocks: adding myself as maintainer
2014-12-08 11:51:22 +01:00
Vincent Laporte
6a69a25c56
Adds coq-interval
...
This library provides vernacular files containing tactics for
simplifying the proofs of inequalities on expressions of real numbers
for the Coq proof assistant.
Homepage: http://coq-interval.gforge.inria.fr/
2014-12-08 09:15:13 +01:00
Michael Raskin
06f4ddf962
Add suckless.org sinit for experiments
2014-12-08 09:12:14 +03:00
lethalman
9d0b57e3b6
Merge pull request #5257 from prikhi/fix-clearlooks-phenix
...
clearlooks-phenix: Fix the Meta Description
2014-12-08 00:32:53 +01:00
Pavan Rikhi
97f66f5899
clearlooks-phenix: Fix the Meta Description
2014-12-07 18:16:11 -05:00
Pavan Rikhi
211c9ba7f5
Add the Dina font
2014-12-07 18:11:49 -05:00
Benno Fünfstück
f8af3e2e47
k2pdfopt: update and fix build
2014-12-07 21:54:53 +01:00
Benno Fünfstück
90c7b16fcf
firefox-wrapper: add gstreamer plugins for h264 video support
...
These plugins are required by firefox for the h264 support in HTML5 <video> tags.
2014-12-07 20:37:17 +01:00
lethalman
eb94c70dc8
Merge pull request #5251 from ts468/powertop
...
Update Powertop: 2.6.1 -> 2.7
2014-12-07 17:41:34 +01:00
Thomas Strobel
8fce0d3360
Update Powertop: 2.6.1 -> 2.7
2014-12-07 17:20:21 +01:00
Michael Raskin
71ef2b5d2d
Allow eudev to find blkid
2014-12-07 19:04:07 +03:00
Peter Simons
774b0fc028
haskell-hackage-db: update to version 1.9.1
2014-12-07 16:31:56 +01:00