Peter Simons
388c60124f
haskell-statistics: update to version 0.11.0.1
2014-05-14 15:02:29 +02:00
Peter Simons
76586faed1
haskell-shake: update to version 0.12
2014-05-14 15:02:29 +02:00
Peter Simons
cfb676e7ce
haskell-pandoc: update to version 1.12.4
2014-05-14 15:02:29 +02:00
Peter Simons
8ae67934ce
haskell-iCalendar: update to version 0.4.0.1
2014-05-14 15:02:29 +02:00
Peter Simons
2fff26941e
haskell-hledger: update to version 0.23.2
2014-05-14 15:02:28 +02:00
Peter Simons
b82a30aa8d
haskell-hledger-web: update to version 0.23.2
2014-05-14 15:02:28 +02:00
Peter Simons
91ecc85a37
haskell-hledger-lib: update to version 0.23.2
2014-05-14 15:02:28 +02:00
Peter Simons
b3ea4264b9
haskell-esqueleto: update to version 1.4.1
2014-05-14 15:02:28 +02:00
Peter Simons
acaad29162
haskell-digestive-functors-aeson: update to version 1.1.8
2014-05-14 15:02:28 +02:00
Peter Simons
bebeef404d
haskell-data-lens: update to version 2.10.5
2014-05-14 15:02:28 +02:00
Peter Simons
a984b8a012
haskell-RepLib: update to version 0.5.3.3
2014-05-14 15:02:28 +02:00
Peter Simons
f2e81ce7cb
haskell-Glob: update to version 0.7.5
2014-05-14 15:02:27 +02:00
Peter Simons
fde79166cc
haskell-ConfigFile: update to version 1.1.2
2014-05-14 15:02:27 +02:00
Peter Simons
6ca2c509c1
haskell-wxcore: jailbreak to fix build with recent versions of array
2014-05-14 15:02:27 +02:00
Peter Simons
fd0f9e6fc1
Re-write the Haskell Platform out of haskell-defaults.nix.
...
1) Packages formerly called haskell-haskell-platform-ghcXYZ-VVVV.X.Y.Z are
now called haskell-platform-VVVV.X.Y.Z. The latest version can be
installed by running "nix-env -i haskell-platform".
2) The attributes haskellPackages_ghcXYZ.haskellPlatform no longer exist.
Instead, we have attributes like haskellPlatformPackages."2012_4_0_0".
(The last numeric bit must be quoted when used in a Nix file, but not on
the command line to nix-env, nix-build, etc.) The latest Platform has a
top-level alias called simply haskellPlatform.
3) The haskellPackages_ghcXYZ package sets offer the latest version of every
library that GHC x.y.z can compile. For example, if 2.7 is the latest
version of QuickCheck and if GHC 7.0.4 can compile that version, then
haskellPackages_ghc704.QuickCheck refers to version 2.7.
4) All intermediate GHC releases were dropped from all-packages.nix to
simplify our configuration. What remains is a haskellPackages_ghcXYZ set
for the latest version of every major release branch, i.e. GHC 6.10.4,
6.12.3, 7.0.4, 7.2.2, 7.4.2, 7.6.3, 7.8.2, and 7.9.x (HEAD snapshot).
5) The ghcXYZPrefs functions in haskell-defaults.nix now inherit overrides
from newer to older compilers, i.e. an override configured for GHC 7.0.4
will automatically apply to GHC 6.12.3 and 6.10.4, too. This change has
reduced the redundancy in those configuration functions. The downside is
that overriding an attribute for only one particular GHC version has become
more difficult. In practice, this case doesn't occur much, though.
6) The 'cabal' builder has a brand-new argument called 'extension'. That
function is "self : super : {}" by default and users can override it to
mess with the attribute set passed to cabal.mkDerivation. An example use
would be the definition of darcs in all-packages.nix:
| darcs = haskellPackages.darcs.override {
| cabal = haskellPackages.cabal.override {
| extension = self : super : {
| isLibrary = false;
| configureFlags = "-f-library " + super.configureFlags or "";
| };
| };
| };
In this case, extension disables building the library part of the package
to give us an executable-only version that has no dependencies on GHC or
any other Haskell packages.
The 'self' argument refers to the final version of the attribute set and
'super' refers to the original attribute set.
Note that ...
- Haskell Platform packages always provide the Haddock binary that came with
the compiler.
- Haskell Platform 2009.2.0.2 is broken because of build failures in cgi and
cabal-install.
- Haskell Platform 2010.1.0.0 is broken becasue of build failures in cgi.
2014-05-14 14:59:52 +02:00
Austin Seipp
21cb0c9bbb
Merge pull request #2621 from CodeBlock/fldigi
...
Package hamlib and fldigi; Bump perlPackages.ExtUtilsMakeMaker
2014-05-13 19:45:34 -05:00
lethalman
8051101362
Merge pull request #2375 from lethalman/gnome3
...
gtkhtml, evolution, gnome-photos, gnome-clocks, zeitgeist, bijiben
2014-05-13 12:04:11 +02:00
Vladimír Čunát
7f3dba49e5
Merge #2556 : update xpra, pygtk and ffmpeg2
2014-05-13 11:50:56 +02:00
Ricky Elrod
0c45c81812
Use name and pname to follow conventions
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-11 18:17:12 -04:00
Ricky Elrod
951ad60025
Package hamlib library
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-11 16:45:49 -04:00
cillianderoiste
c202f6b09d
Merge pull request #2606 from linquize/pandoc
...
pandoc: Update to 1.12.4
2014-05-11 14:47:52 +02:00
Benno Fünfstück
4b87687a84
cloogppl: patch to use ppl version 1.0 ( close #2236 )
2014-05-11 14:34:32 +02:00
Linquize
c43003b87c
pandoc: Update to 1.12.4
2014-05-11 05:29:11 +02:00
Peter Simons
4ec21f6ecd
haskell-Strafunski-StrategyLib: jailbreak to fix build with GHC 7.8.2
2014-05-09 23:48:42 +02:00
Peter Simons
06f9fed0ac
Merge pull request #2592 from bennofs/haskell-new-expressions
...
Add a few haskell expressions
2014-05-09 22:59:40 +02:00
Benno Fünfstück
631e74963f
haskell-dynamic-cabal: new expression
2014-05-09 22:50:41 +02:00
Benno Fünfstück
fb2d8ab9aa
haskell-th-lift-instances: new expression
2014-05-09 22:50:40 +02:00
Benno Fünfstück
52bd5978a0
haskell-quickcheck-property-monad: new expression
2014-05-09 22:50:39 +02:00
Benno Fünfstück
e61e23b6c7
haskell-hcltest: new expression
2014-05-09 22:50:38 +02:00
Benno Fünfstück
b49de7164e
haskell-generate: new expression
2014-05-09 22:50:37 +02:00
Benno Fünfstück
97dde61662
haskell-system-time-monotonic: new expression
2014-05-09 22:50:36 +02:00
Benno Fünfstück
2525aac134
haskell-unix-memory: new expression
2014-05-09 22:50:35 +02:00
John Wiegley
fcd7d741e2
Make geoip buildable on any Unix
2014-05-09 13:33:42 +02:00
Benjamin Podszun
3db83835a8
nixpkgs: Bump libvirt to 1.2.4
2014-05-09 13:29:15 +02:00
Linquize
2d5462e29c
jquery-ui: Update to 1.10.4
2014-05-09 13:28:31 +02:00
Benjamin Podszun
08aba1d669
nixpkgs: Bump spice-gtk to 0.24 ( close #2571 )
2014-05-08 22:56:15 +02:00
Eelco Dolstra
46b77d3bb4
fetchurl_gnome -> fetchurlGnome
2014-05-08 15:30:17 +02:00
Austin Seipp
3b873648b3
coprthr: ensure we use the right perl
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-07 15:34:21 -05:00
Austin Seipp
ba085ee318
libevent: fix event_rpcgen.py
...
This should help fix the COPRTHR build. Although a Python dependency was
added, it was broken anyway...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-07 15:34:21 -05:00
Peter Simons
4ee0cd2bbb
haskell-gloss: Revert "update to version 1.8.2.1"
...
This reverts commit 37df971a49
. The new
version doesn't compile.
2014-05-07 19:13:06 +02:00
Peter Simons
ee1a03577c
haskell-statistics: drop obsolete version 0.10.5.2
2014-05-07 19:13:06 +02:00
Peter Simons
bd36eadf98
haskell-zeromq4-haskell: update to version 0.6
2014-05-07 19:13:06 +02:00
Peter Simons
9acc4ccb29
haskell-yesod-test: update to version 1.2.1.5
2014-05-07 19:13:06 +02:00
Peter Simons
06d91b1f0e
haskell-yesod-static: update to version 1.2.3
2014-05-07 19:13:06 +02:00
Peter Simons
5034c2b1f9
haskell-streaming-commons: update to version 0.1.2.3
2014-05-07 19:13:05 +02:00
Peter Simons
390b804b23
haskell-snap: update to version 0.13.2.5
2014-05-07 19:13:05 +02:00
Peter Simons
bb66957987
haskell-shelly: update to version 1.5.3
2014-05-07 19:13:05 +02:00
Peter Simons
ce57c7aac1
haskell-semigroupoids: update to version 4.0.2
2014-05-07 19:13:05 +02:00
Peter Simons
98c5572642
haskell-resourcet: update to version 1.1.2.2
2014-05-07 19:13:05 +02:00
Peter Simons
08549cdb02
haskell-network-multicast: update to version 0.0.11
2014-05-07 19:13:05 +02:00
Peter Simons
1ca94859d3
haskell-mmorph: update to version 1.0.3
2014-05-07 19:13:05 +02:00
Peter Simons
b127783bf4
haskell-largeword: update to version 1.2.3
2014-05-07 19:13:05 +02:00
Peter Simons
a688dd0687
haskell-language-c-inline: update to version 0.5.0.0
2014-05-07 19:13:05 +02:00
Peter Simons
de899153b1
haskell-criterion: update to version 0.8.1.0
2014-05-07 19:13:05 +02:00
Peter Simons
1ca4ac68d7
haskell-conduit: update to version 1.1.2.1
2014-05-07 19:13:05 +02:00
Peter Simons
d1fdb0cbb0
haskell-concurrent-extra: update to version 0.7.0.7
2014-05-07 19:13:05 +02:00
Peter Simons
2ac07cfc00
haskell-JuicyPixels: update to version 3.1.5.2
2014-05-07 19:13:05 +02:00
Peter Simons
8a446a01d7
haskell-HsSyck: update to version 0.52
2014-05-07 19:13:05 +02:00
Peter Simons
d43c34b6a4
haskell-derive: update to version 2.5.16
2014-05-07 19:13:05 +02:00
Peter Simons
23b0bb002b
haskell-comonad: update to version 4.2
2014-05-07 19:13:05 +02:00
Peter Simons
efaac7c006
haskell-syb-0.4.1: disable the test suite when compiling with GHC HEAD
...
The test suite fails in a seemingly harmless way:
### Failure in: All:0
expected: "(MyDataType Int,(DataType {tycon = \"MyDataType\", datarep = AlgRep [MyDataType]},(\"\",(\"MyDataType\",(\"\",\"MyDataType\")))))"
but got: "(MyDataType Int,(DataType {tycon = \"Datatype.MyDataType\", datarep = AlgRep [MyDataType]},(\"\",(\"MyDataType\",(\"Datatype\",\"MyDataType\")))))"
2014-05-07 19:13:05 +02:00
Peter Simons
895a8648c9
haskell-yesod-core: update to version 1.2.15.1
2014-05-07 19:13:05 +02:00
Peter Simons
b45c5cdd32
haskell-transformers-compat: update to version 0.3
2014-05-07 19:13:04 +02:00
Peter Simons
00302921b3
haskell-resourcet: update to version 1.1.2.1
2014-05-07 19:13:04 +02:00
Peter Simons
7b52cc9676
haskell-pandoc-citeproc: update to version 0.3.1
2014-05-07 19:13:04 +02:00
Peter Simons
33c1a9599c
haskell-optparse-applicative: update to version 0.8.1
2014-05-07 19:13:04 +02:00
Peter Simons
2fda5952a8
haskell-monad-logger: update to version 0.3.6.1
2014-05-07 19:13:04 +02:00
Peter Simons
0c60cac67f
haskell-http-client: update to version 0.3.2.2
2014-05-07 19:13:04 +02:00
Peter Simons
375c29810d
haskell-html-conduit: update to version 1.1.0.5
2014-05-07 19:13:04 +02:00
Peter Simons
8d6975cc75
haskell-hourglass: update to version 0.1.2
2014-05-07 19:13:04 +02:00
Peter Simons
32ca02ffac
haskell-gtk-traymanager: update to version 0.1.4
2014-05-07 19:13:04 +02:00
Peter Simons
3f1571b5a1
haskell-distributive: update to version 0.4.4
2014-05-07 19:13:04 +02:00
Peter Simons
1b81577f09
haskell-contravariant: update to version 0.5.2
2014-05-07 19:13:04 +02:00
Peter Simons
6f5ee37d5c
haskell-HTTP: update to version 4000.2.14
2014-05-07 19:13:04 +02:00
Chris Double
30c3b81cc2
Update ffmpeg to 2.2.2
2014-05-08 00:52:38 +12:00
Rob Vermaas
1a6a797ec3
Add liblbfgs 1.10
2014-05-07 14:22:04 +02:00
Eelco Dolstra
255a6a9da8
libav: Disable tests
...
These appear to fail randomly sometimes:
http://hydra.nixos.org/build/10854615
2014-05-07 14:02:25 +02:00
Peter Simons
af8d34c35e
Merge pull request #2531 from jwiegley/djinn
...
Add an expression for the Haskell library djinn
2014-05-07 11:36:56 +02:00
Peter Simons
17aaf71c0e
Merge pull request #2516 from jwiegley/dovecot
...
Allow Dovecot to build with clucene, and on any Unix
2014-05-07 11:25:57 +02:00
Peter Simons
0235fe4819
haskell-shake: update to version 0.11.7
2014-05-07 11:23:43 +02:00
Austin Seipp
b6c7f18711
nixpkgs: add COPRTHR 1.6
...
COPRTHR is a very excellent little SDK implementing OpenCL and related
tech for regular multicore processors, as well as things like my new
Parallella (along with remote/networked OpenCL compute support).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-07 04:13:47 -05:00
Oliver Charles
fcc3ae1d84
haskellPackages.snapletStripe: New expression
2014-05-07 09:57:27 +01:00
Oliver Charles
47530778db
haskellPackages.stripe: Update to 0.8.1
2014-05-07 09:50:18 +01:00
宋文武
fead8862d6
gst-plugins-base: update from 1.2.3 to 1.2.4 (in #2440 )
2014-05-06 18:43:01 +02:00
Vladimír Čunát
6335d5bd3f
mesa: bugfix update 10.1.1 -> .2
...
Contains many driver fixes.
2014-05-06 18:43:01 +02:00
Vladimír Čunát
f91a594748
libdrm: minor update 2.4.52 -> .54
...
Including support for AMD Mullins chips.
2014-05-06 18:43:01 +02:00
John Wiegley
2f971193cc
Allow Dovecot to build with clucene, and on any Unix
2014-05-05 20:53:32 -05:00
John Wiegley
7848f96b58
Add an expression for the Haskell library djinn
2014-05-05 19:48:50 -05:00
Peter Simons
b658ce7db7
haskell-streaming-commons: update to version 0.1.2.2
2014-05-05 10:46:40 +02:00
Peter Simons
8034dbdb0b
haskell-shake: update to version 0.11.6
2014-05-05 10:46:40 +02:00
Peter Simons
f0e2d697ab
haskell-repa: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
ff8c978e81
haskell-repa-io: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
fbcd8f1702
haskell-repa-examples: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
7f7a32db50
haskell-repa-algorithms: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
59b5aa05f9
haskell-persistent-postgresql: update to version 1.3.1.1
2014-05-05 10:46:40 +02:00
Peter Simons
7780de27d1
haskell-modular-arithmetic: update to version 1.2.0.0
2014-05-05 10:46:40 +02:00
Peter Simons
10d6cf6116
haskell-hit: update to version 0.6.0
2014-05-05 10:46:40 +02:00
Peter Simons
37df971a49
haskell-gloss: update to version 1.8.2.1
2014-05-05 10:46:39 +02:00
Peter Simons
e56622a1ef
haskell-gloss-raster: update to version 1.8.2.1
2014-05-05 10:46:39 +02:00
Peter Simons
bea71b95ff
haskell-geniplate: update to version 0.6.0.4
2014-05-05 10:46:39 +02:00
Peter Simons
76ca228a48
haskell-SafeSemaphore: update to version 0.10.1
2014-05-05 10:46:39 +02:00
Peter Simons
986a42dfe7
haskell-cabal-lenses: add version 0.1
2014-05-05 10:46:39 +02:00
Peter Simons
e7c207e10d
haskell-hourglass: add version 0.1.1
2014-05-05 10:46:39 +02:00
Peter Simons
0ae6cde78a
haskell-timezone-series: update to version 0.1.3
2014-05-05 10:46:39 +02:00
Mathijs Kwik
00a70b454c
v8: remove old version 3.14
2014-05-05 07:32:37 +02:00
Mathijs Kwik
9e7c905d98
re2: upgrade to 20140304
2014-05-05 07:32:36 +02:00
Mathijs Kwik
7e7d8d651a
v8: upgrade to 3.26.8
2014-05-05 07:32:36 +02:00
Peter Simons
f604021658
Merge pull request #2504 from bennofs/haskell-jailbreak-case-insensitive
...
haskell-case-insensitive-1.0.0.1: jailbreak
2014-05-04 23:01:10 +02:00
Peter Simons
912d615fb3
Merge pull request #2503 from bennofs/haskell-jailbreak-async
...
async-2.0.1.3: jailbreak (see
2014-05-04 22:42:23 +02:00
Benno Fünfstück
14c4249b37
haskell-case-insensitive-1.0.0.1: jailbreak
2014-05-04 22:40:00 +02:00
Peter Simons
950393924f
Merge pull request #2501 from bennofs/wreq-disable-check
...
haskell-wreq: disable check phase, it requires network
2014-05-04 22:36:09 +02:00
Benno Fünfstück
9dd7896cba
async-2.0.1.3: jailbreak (see http://hydra.nixos.org/build/10766630/nixlog/1/raw )
2014-05-04 22:00:08 +02:00
Benno Fünfstück
49d62325ea
haskell-wreq: disable check phase, it requires network
2014-05-04 21:37:28 +02:00
Lengyel Balázs
5f025b6505
Changed URL to upstream, as the old URL was dead
2014-05-04 19:58:16 +02:00
Domen Kožar
26a1763d4b
Merge pull request #2408 from scubed2/ffmpeg
...
Add subtitle support to ffmpeg
2014-05-04 17:04:23 +02:00
Peter Simons
9e5f7ada34
haskell-ghc-mod: revert "wrap the newly added ghc-modi executable"
...
This reverts commit eba689ad05
. ghc-modi
stopped working for me after this change.
https://github.com/NixOS/nixpkgs/pull/2490
2014-05-04 14:07:42 +02:00
Peter Simons
80d39a273e
HTTP-4000.2.13: patch Cabal file to declare FlexibleContexts extension to fix the build with ghc-head
...
https://github.com/haskell/HTTP/issues/62
2014-05-04 13:46:18 +02:00
Peter Simons
911d9d5b1b
Merge pull request #2489 from jwiegley/haskexprs
...
Add several new Haskell expressions
2014-05-04 13:22:13 +02:00
Peter Simons
1220084354
haskell-httpd-shed: jailbreak to fix build with latest version of 'network'
2014-05-04 13:19:56 +02:00
Peter Simons
ce21d883c0
haskell-vinyl: add version 0.3
2014-05-04 13:19:56 +02:00
Peter Simons
b3f3d111ad
haskell-graphviz: jailbreak to fix build with fgl 5.x
2014-05-04 13:19:56 +02:00
Peter Simons
eba689ad05
haskell-ghc-mod: wrap the newly added ghc-modi executable
...
Cherry-picked from <https://github.com/NixOS/nixpkgs/pull/2490 >.
2014-05-04 13:03:18 +02:00
Peter Simons
7c06d93c0f
haskell-download-curl: jailbreak to fix build with recent versions of tagsoup
2014-05-04 12:53:45 +02:00
Peter Simons
a2ae6ebb7b
haskell-HTTP-4000.2.13: disable test suite to fix the build
...
https://github.com/haskell/HTTP/issues/60
2014-05-04 12:40:58 +02:00
Peter Simons
cfb6902526
HTTP-4000.2.13: jailbreak to fix build with latest version of conduit
...
https://github.com/haskell/HTTP/issues/61
https://github.com/NixOS/nixpkgs/issues/2495
2014-05-04 12:40:01 +02:00
Peter Simons
c2fd001fd4
Remove obsolete Agda-executable package; the compiler is not part of 'Agda'.
2014-05-04 12:17:35 +02:00
John Wiegley
9bc6893712
Add several new Haskell expressions
2014-05-03 23:01:00 -05:00
Bjørn Forsman
70b39119c3
qwt: add version 6.x (we already have 5.x)
...
'qgis', one of the few 'qwt' dependees in nixpkgs, fails to build with
qwt 6. So I'm not moving the default version away from 5.x. Also, not
changing the default allows easy/safe cherry-picking to the stable
branch.
2014-05-04 00:11:26 +02:00
Vladimír Čunát
d96f262166
json-c: update to 0.12, fixing CVE-2013-{6370,6371}
2014-05-03 21:30:48 +02:00
Peter Simons
4b307a7b96
haskell-network: update to version 2.5.0.0
2014-05-03 20:03:33 +02:00
Peter Simons
dd1dd06b88
haskell-text: update to version 1.1.1.1
2014-05-03 20:03:32 +02:00
Peter Simons
c1705e8b33
haskell-fgl: add version 5.5.0.1
2014-05-03 20:03:32 +02:00
Peter Simons
eb7958247a
haskell-unordered-containers: update to version 0.2.4.0
2014-05-03 20:03:32 +02:00
Peter Simons
074c128fec
haskell-attoparsec: update to version 0.11.3.0
2014-05-03 20:03:32 +02:00
Peter Simons
1940a89112
haskell-stringable: update to version 0.1.3
2014-05-03 20:03:32 +02:00
Peter Simons
3aa5ae8f31
haskell-pcre-light: update to version 0.4.0.2
2014-05-03 20:03:31 +02:00
Peter Simons
e0a257ae59
haskell-monad-extras: update to version 0.5.8
2014-05-03 20:03:31 +02:00
Peter Simons
45165186dc
haskell-logging: update to version 1.4.1
2014-05-03 20:03:31 +02:00
Peter Simons
f899787872
haskell-libmpd: update to version 0.8.0.3
2014-05-03 20:03:31 +02:00
Peter Simons
9953352f3e
haskell-github: update to version 0.8
2014-05-03 20:03:31 +02:00
Peter Simons
b851ea759e
haskell-ghc-events: update to version 0.4.3.0
2014-05-03 20:03:31 +02:00
Peter Simons
3a784a6b8c
haskell-JuicyPixels: update to version 3.1.5.1
2014-05-03 20:03:31 +02:00
Peter Simons
0f6bd32324
haskell-Hipmunk: update to version 5.2.0.14
2014-05-03 20:03:30 +02:00
Peter Simons
0138b81ed6
Merge pull request #2483 from proger/haskell-ekg-0.4
...
haskell: bump ekg to 0.4, add ekg-core
2014-05-03 19:30:02 +02:00
Cillian de Róiste
f3e0a29338
aubio: update from 0.4.0 to 0.4.1
2014-05-03 17:12:06 +02:00
Vladimir Kirillov
599f9a09fe
haskell: bump ekg to 0.4, add ekg-core
2014-05-03 17:36:03 +03:00
Mateusz Kowalczyk
ab7e2f1dc5
haskell-HTTP: update to version 4000.2.13
2014-05-03 12:27:25 +02:00
Oliver Charles
4e70c764f5
Merge pull request #2473 from jwiegley/these
...
Add expression for Haskell library 'these'
2014-05-03 11:19:18 +01:00
Vladimír Čunát
6faa50e11d
libmms: bugfix update, including CVE-2014-2892
2014-05-03 11:38:20 +02:00
Vladimír Čunát
3bb121e50e
dbus: minor update 1.8.0 -> .2
2014-05-03 11:31:28 +02:00