Damien Cassou
8967e88438
Update pylint and astroid
2014-12-16 16:54:41 +01:00
Markus Kohlhase
ff7d9ae2f5
nixpkg: opencv 2.4.9 -> 2.4.10
2014-12-16 16:10:18 +01:00
Bjørn Forsman
a2bb84a936
virt-viewer: fix missing schema error
...
Fixes this error, as seen when trying to open a guest VM when
virt-viewer is accessed over ssh with X forwarding:
GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed
A similar issue was fixed for virt-manager in commit
fb8a2b3be7
("virt-manager: fix missing
schema error")
2014-12-16 14:07:02 +01:00
Peter Simons
e3e36120ba
haskell-ariadne: broken by recent update to haskell-names
2014-12-16 13:34:20 +01:00
Peter Simons
9f4bb630d9
haskell-gloss-banana: broken by recent gloss update
2014-12-16 13:33:51 +01:00
Peter Simons
ce4d3a78ad
haskell-fay: broken by recent update to haskell-names
...
This implicitly breaks fay-base and fay-text.
2014-12-16 13:32:19 +01:00
Pascal Wittmann
78e4ec13e5
Merge pull request #5343 from NixOS/dwb-switch-to-fork
...
dwb: switch to a maintained fork
2014-12-16 13:08:30 +01:00
Mateusz Kowalczyk
513f2bc362
tibia: update to 10.71
2014-12-16 10:28:28 +00:00
aszlig
eb561f0798
virtualbox: Fix extension pack without hardening.
...
We divert to the $out/share/virtualbox directory only if we have
hardening enabled, so let's put the extension pack into
$out/libexec/virtualbox instead if we're compiling without hardening.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-16 11:24:55 +01:00
Bjørn Forsman
477bc03568
virt-viewer: fix SPICE support
...
* Add missing dependency on 'spice_protocol'
* Fix new build error which came now that ./configure enables SPICE support:
building virt-viewer
CCLD virt-viewer
/nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/ld: cannot find -lgdbm
/nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/ld: cannot find -lcap
collect2: error: ld returned 1 exit status
Fix by adding gddbm and libcap as inputs. Yes, libcap is needed
_in addition_ to libcap_ng (I tested removing libcap_ng, it failed).
Without this change, virt-viewer cannot be used with guests machines
that uses SPICE.
2014-12-16 10:48:40 +01:00
Cray Elliott
80838029ac
Bump Android packages to newest versions, add androidsdk_5_0_1 to env
...
Detailed changes:
- android-sdk: update 23.0.2 -> 24.0.1
- android-platforms: add 5.0.1
- android-platform-tools: update 19 -> 21
- android-build-tools: update 20 -> 21.1.2
- android-support: update 18 -> 21
- android-support-repository: update 5 -> 9
This commit was authored by ewemoa, reviewed by me
2014-12-15 23:29:02 -08:00
Mateusz Kowalczyk
51ca7fdf0b
youtube-dl: update to 2014.12.16
2014-12-16 07:01:49 +00:00
lethalman
b6c9d16bc0
Merge pull request #5348 from wscott/master
...
Package attic-backup.org
2014-12-15 23:43:37 +01:00
Wayne Scott
6dc9ea2a2c
Package attic-backup.org
2014-12-15 17:00:10 -05:00
Bjørn Forsman
39dc905310
avr8-burn-omat: update to version 2.1.2
...
* Update homepage / download url
* Set meta.platforms (= all)
2014-12-15 22:31:22 +01:00
Moritz Ulrich
54f3587549
dwarf-{fortress,therapist}: Update
...
DwarfTherapist does some ugly stuff by matching the first 8 characters
of the md5sum of the game binary to match its binary content. This patch
adds support to automatically patch the ini files.
2014-12-15 22:13:51 +01:00
Eelco Dolstra
997531d172
Document screen incompatibility
2014-12-15 19:55:37 +01:00
Eelco Dolstra
d9ce3ae57f
virtualbox: Get tid of runtime dependency on linux.dev
2014-12-15 17:54:06 +01:00
Eelco Dolstra
0e8373143e
kdepimlibs: Get rid of a dependency on boost.dev
2014-12-15 17:54:06 +01:00
aszlig
a199eedfce
virtualbox package: Disable hardening by default.
...
Yes, this is only on the package level, so it's possible to use
VirtualBox for example installed by nix-env -i, which of course doesn't
have access to the functionality provided by the various VirtualBox
kernel modules.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-15 17:52:18 +01:00
Georges Dubus
e07f7cd802
nox: switch dependency from nixUnstable to nix
2014-12-15 17:32:23 +01:00
Peter Simons
91ff26a38a
haskell-generics-sop: mark as broken because of https://github.com/well-typed/generics-sop/issues/3
2014-12-15 16:53:23 +01:00
Pascal Wittmann
25ed904573
dwb: switch to a maintained fork
...
portix stopped developing and maintaining dwb
2014-12-15 15:57:33 +01:00
Thomas Tuegel
71f4e0ee86
fontconfig-ultimate: do not replace terminus or proggy fonts
2014-12-15 08:57:30 -06:00
Domen Kožar
5819f29875
pypy: disable cpickle test..
2014-12-15 14:17:39 +01:00
vbgl
fed9a36f74
Merge pull request #5296 from michelk/gdal-1.11.1
...
gdal: update to 1.11.1 and compiling with proj
2014-12-15 13:36:32 +01:00
Eelco Dolstra
1a504e3fb7
strace: Update to 4.9
2014-12-15 13:13:17 +01:00
Michel Kuhlmann
e65bd08b32
gdal: update to 1.11.1 and compiling with proj
...
proj is needed by ogr2ogr to convert in between coordinate systems
2014-12-15 12:01:51 +01:00
Tom Hunger
013bd9247d
Add hyperdex.
2014-12-15 10:27:00 +00:00
Stewart Mackenzie
5175d04977
libcouchbase version bump from 2.4.1 -> 2.4.4
2014-12-15 06:01:30 +00:00
Scott Christopher
05a22c0174
Bumped PHPStorm to 8.0.2
...
- also removed fsnotifier from global bin to prevent colisions when multiple Jetbrains IDEs are installed.
2014-12-15 13:58:36 +11:00
Pascal Wittmann
934afff8fb
Merge pull request #5306 from sjmackenzie/erlang-bump
...
Erlang bump from 17.3 to 17.4 as 17.3 has a serious ssl bug
2014-12-15 00:50:46 +01:00
Pascal Wittmann
8d3aaa2bb7
intel-gpu-tools: update from 1.8 to 1.9
...
adopt it and enabled tests (they worked with chroots builds)
2014-12-14 23:36:02 +01:00
Thomas Tuegel
23b387236d
zotero: use firefox instead of xulrunner to fix i686 build
2014-12-14 13:49:34 -06:00
Shea Levy
e82aed56f9
nix-exec: use nix stable
2014-12-14 13:11:32 -05:00
Domen Kožar
de88551eef
libsepol: fix download url
...
(cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 19:05:59 +01:00
Domen Kožar
272206e706
python: 2.7.8 -> 2.7.9
...
(cherry picked from commit 1f059cd5a91fee7d4ec50c7272bca5bc6733f245)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 19:05:59 +01:00
Bjørn Forsman
64661f0597
libreoffice: fix Exec= in .desktop files
...
Before we do substitutions, the Exec= line is (currently)
"Exec=libreofficedev4.3 --some-arg". Our substitution logic doesn't handle
that, resulting in broken "Exec=$out/bin/sofficedev4.3 --some-arg"
($out/bin/sofficedev4.3 doesn't exist).
Looking at libreoffice source, the .desktop files refer to a UNIXBASISROOTNAME
variable which come from instsetoo_native/util/openoffice.lst.in. Currently, it
can have one of two values, presumably depending on whether the build is
"normal" or "development":
libreoffice${major}.${minor}
libreofficedev${major}.${minor}
Handle both these cases, and also leave the old non-versioned substitution
around, just in case.
Fixes issue #3463 .
2014-12-14 18:05:24 +01:00
Oliver Charles
6221af50c4
apitrace: New expression
2014-12-14 15:41:51 +00:00
Vladimír Čunát
1a0a161920
gnat: make it build again ( close #5307 )
...
Problems are worked around by using older gcc wrapper for gnat bootstrap.
(from ca441636f1^)
I tried nicer solutions first, but I was unable to fix all problems for hours.
2014-12-14 16:24:31 +01:00
Vladimír Čunát
9cdd231ad3
gcc-4.6: bump to 4.6.4
...
The dropped patch was applied upstream within the update.
2014-12-14 16:24:31 +01:00
Pascal Wittmann
db44486377
k3b: fix audio cd ripping
2014-12-14 16:14:12 +01:00
lethalman
8ad61fcb10
Merge pull request #5327 from k0ral/moreutils
...
New package: moreutils-0.54
2014-12-14 13:33:11 +01:00
koral
421b3ebe25
New package: moreutils-0.54
2014-12-14 12:49:07 +01:00
Arseniy Seroka
60d3660f71
Merge pull request #5324 from prikhi/add-wyrd
...
Add the Wyrd Front-End for Remind
2014-12-14 13:31:46 +03:00
Vladimír Čunát
274a9419c1
broadcom_sta: fix build with kernel 3.18 ( close #5315 )
...
I couldn't find any source that looked reliable, but I guess it's better
than nothing: it's fairly simple patch that fixes the build.
2014-12-14 10:51:31 +01:00
Domen Kožar
ba5fad6dfa
Merge pull request #5323 from offlinehacker/gitlab_i686_fix
...
gitlab: fix i686-linux build and module
2014-12-14 09:48:44 +01:00
Pavan Rikhi
292eb57af8
Add the gtk2fontsel Font Viewer
2014-12-13 23:37:44 -05:00
Eelco Dolstra
bd0d1e836c
nix-repl: Update
2014-12-14 05:29:32 +01:00
Eelco Dolstra
e115bdecd8
nix: Update to 1.8
2014-12-14 05:29:24 +01:00
Jaka Hudoklin
90683792aa
gitlab: fix i686-linux build and module
...
It turns out that installing therubytracer, with dependency on old v8, even
when using source libv8 version is problematic.
(see
http://stackoverflow.com/questions/21666379/problems-installing-gitlab-on-odroid-v8-lib-not-available ).
But wait, rails does not even need therubytracer, just any kind of javascript
server side execution framework like nodejs. Well just use that, as also
suggested from different internet sources (look link above), it works just
fine.
2014-12-14 02:24:12 +01:00
Pavan Rikhi
62b98c458d
Add the Wyrd Front-End for Remind
2014-12-13 20:23:09 -05:00
Eelco Dolstra
188c038897
Add nix-serve
2014-12-14 02:19:54 +01:00
Pascal Wittmann
1f0fdd7c28
added tmsu, a tool for tagging your files
2014-12-13 23:50:49 +01:00
Arseniy Seroka
3e66ed0432
Merge pull request #5321 from teh/master
...
Add pycosat.
2014-12-13 23:25:38 +03:00
Mathijs Kwik
9a7d425edd
dvdauthor: fix building against glibc 2.20
...
and 2 other patches from redhat
2014-12-13 21:17:27 +01:00
Mathijs Kwik
752554cdcb
mkvtoolnix: fix to find boost lib
2014-12-13 21:17:20 +01:00
Mathijs Kwik
04f73ed2e4
ghc-head: upgrade to 2014-12-10
2014-12-13 21:17:14 +01:00
Domen Kožar
637b4d76f7
fix perl build failures
...
(cherry picked from commit 94c1406951edb37670740f3218a6e064be768555)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-13 16:32:51 +01:00
wmertens
9095a4bddd
Merge pull request #5316 from prikhi/add-profile-sync-daemon
...
Add the Profile Sync Daemon Package & NixOS Module
2014-12-13 16:03:05 +01:00
Tom Hunger
67935713a9
Add pycosat.
2014-12-13 14:54:52 +00:00
Pascal Wittmann
707ee5e0ec
llpp: fix copying text to clipboard on linux
2014-12-13 15:50:04 +01:00
Domen Kožar
4709c950f0
lzma-conduit: broken on 32bit linux, see #5313
2014-12-13 15:28:12 +01:00
Domen Kožar
f4bde46b0f
hhvm: use upstream patches to fix the build
...
(cherry picked from commit b7894032b4708a8c9ccee99aca1b7d6166546d4d)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-13 15:28:12 +01:00
Pavan Rikhi
0df1c05f71
Add the Profile Sync Daemon Package & NixOS Module
2014-12-13 09:24:12 -05:00
Julian K. Arni
5c405a8152
Update servant packages to 0.2
2014-12-13 15:17:26 +01:00
lethalman
46eef38486
Merge pull request #5294 from DamienCassou/mutag
...
Add python package mutag
2014-12-13 14:51:54 +01:00
Peter Simons
5b44f1ea1d
haskell-ghc-events-analyze: update to version 0.2.1
2014-12-13 14:05:41 +01:00
Peter Simons
1cbd08aa15
haskell-text: update to version 1.2.0.3
2014-12-13 14:05:16 +01:00
Peter Simons
c9352c5c83
haskell-network-transport-tests: jailbreak to support recent versions of 'random'
2014-12-13 12:56:34 +01:00
Peter Simons
3ff373819e
haskell-hspec2: mark package as broken
...
hspec2 doesn't compile any more, and the package is a "deprecated alpha release
of hspec 2.0" according to the Hackage homepage, i.e. people should simply use
hspec 2.x instead.
2014-12-13 12:54:34 +01:00
Peter Simons
809dd0790f
haskell-equational-reasoning: jailbreak to support recent versions of 'void'
2014-12-13 12:53:45 +01:00
Peter Simons
8e2b61c5d3
Build Agda and hindent with a recent version of src-exts.
2014-12-13 12:53:45 +01:00
Peter Simons
6ce03b674d
haskell-vk-posix-pty: update to version 0.2.1
2014-12-13 12:53:44 +01:00
Peter Simons
7428c5dac9
haskell-stm-containers: update to version 0.2.6
2014-12-13 12:53:44 +01:00
Peter Simons
b7b906d6d2
haskell-pointed: update to version 4.1.1
2014-12-13 12:53:44 +01:00
Peter Simons
542a540b90
haskell-generics-sop: update to version 0.1.0.3
2014-12-13 12:53:44 +01:00
Peter Simons
be646eb8de
haskell-base-prelude: update to version 0.1.7
2014-12-13 12:53:44 +01:00
Peter Simons
278b5ab3f9
haskell-hashtables: update to version 1.2.0.1
2014-12-13 12:53:44 +01:00
Peter Simons
43fc6e104f
haskell-skein: update to version 1.0.9.2
2014-12-13 12:53:44 +01:00
Peter Simons
cbe049de94
haskell-network-fancy: update to version 0.2.2
2014-12-13 12:53:43 +01:00
Peter Simons
d699a6fe77
haskell-fay: update to version 0.21.2.1
2014-12-13 12:53:43 +01:00
Peter Simons
a135f6a60d
haskell-fay-text: update to version 0.3.2
2014-12-13 12:53:43 +01:00
Peter Simons
711a340ec3
haskell-fay-base: update to version 0.19.4.1
2014-12-13 12:53:43 +01:00
Peter Simons
9b8d3eea40
haskell-wreq: update to version 0.3.0.1
2014-12-13 12:53:43 +01:00
Peter Simons
44024b3a34
haskell-streaming-commons: update to version 0.1.7.3
2014-12-13 12:53:43 +01:00
Peter Simons
4bf6a994a0
haskell-monad-logger: update to version 0.3.11
2014-12-13 12:53:43 +01:00
Peter Simons
33044f3e50
haskell-kan-extensions: update to version 4.1.1
2014-12-13 12:53:42 +01:00
Peter Simons
7db1933714
haskell-hashable: update to version 1.2.3.0
2014-12-13 12:53:42 +01:00
Peter Simons
47aea6758b
haskell-extensible-effects: update to version 1.9.0.1
2014-12-13 12:53:42 +01:00
Peter Simons
4e47c0d54e
haskell-concurrent-extra: update to version 0.7.0.9
2014-12-13 12:53:42 +01:00
Peter Simons
bfc2e348b1
haskell-aws: update to version 0.11
2014-12-13 12:53:42 +01:00
Peter Simons
0028f765f4
haskell-type-aligned: add version 0.9.3
2014-12-13 12:53:42 +01:00
Peter Simons
299fe02d00
haskell-quickcheck-unicode: add version 1.0.0.0
2014-12-13 12:53:41 +01:00
Peter Simons
f52619082e
haskell-text: update to version 1.2.0.2
2014-12-13 12:53:41 +01:00
Peter Simons
93bd199811
haskell-JuicyPixels: update to version 3.2
2014-12-13 12:53:41 +01:00
Peter Simons
006e4b45e2
haskell-FontyFruity: update to version 0.4
2014-12-13 12:53:41 +01:00
Peter Simons
19fb43bd88
haskell-DRBG: update to version 0.5.3
2014-12-13 12:53:41 +01:00
Peter Simons
d2b117e0f6
haskell-zip-archive: update to version 0.2.3.5
2014-12-13 12:53:41 +01:00
Peter Simons
610981dcf0
haskell-transformers: add version 0.4.2.0
2014-12-13 12:53:40 +01:00
Peter Simons
bb770ba61d
haskell-scientific: update to version 0.3.3.3
2014-12-13 12:53:40 +01:00
Peter Simons
6ad9a19684
haskell-parallel: update to version 3.2.0.5
2014-12-13 12:53:40 +01:00
Peter Simons
ebe67709f1
haskell-vector: update to version 0.10.12.2
2014-12-13 12:53:40 +01:00
Peter Simons
58a5933b99
haskell-monad-par: update to version 0.3.4.7
2014-12-13 12:53:40 +01:00
Peter Simons
09e7a217ff
haskell-MonadRandom: update to version 0.3.0.1
2014-12-13 12:53:40 +01:00
Peter Simons
58e825f616
haskell-yesod: update to version 1.4.1.1
2014-12-13 12:06:18 +01:00
Peter Simons
bd8578ba1e
haskell-yesod-form: update to version 1.4.3
2014-12-13 12:06:18 +01:00
Peter Simons
2f7e7ddb9c
haskell-yesod-core: update to version 1.4.6
2014-12-13 12:06:18 +01:00
Peter Simons
5c73618435
haskell-yesod-bin: update to version 1.4.1
2014-12-13 12:06:17 +01:00
Peter Simons
6a4b71971b
haskell-yaml: update to version 0.8.10.1
2014-12-13 12:06:17 +01:00
Peter Simons
b0e9e7875f
haskell-wl-pprint-terminfo: update to version 3.7.1.3
2014-12-13 12:06:17 +01:00
Peter Simons
b619754ede
haskell-wl-pprint-extras: update to version 3.5.0.3
2014-12-13 12:06:17 +01:00
Peter Simons
e3290b0845
haskell-websockets: update to version 0.9.2.1
2014-12-13 12:06:17 +01:00
Peter Simons
574ad3e8d1
haskell-warp: update to version 3.0.4
2014-12-13 12:06:17 +01:00
Peter Simons
76dfcf9783
haskell-wai-extra: update to version 3.0.2.2
2014-12-13 12:06:17 +01:00
Peter Simons
bc3e1e6b36
haskell-wai-conduit: update to version 3.0.0.1
2014-12-13 12:06:16 +01:00
Peter Simons
3b7d2dfcfc
haskell-void: update to version 0.7
2014-12-13 12:06:16 +01:00
Peter Simons
a3a1e6b57a
haskell-vcswrapper: update to version 0.1.1
2014-12-13 12:06:16 +01:00
Peter Simons
fe8ed6c239
haskell-vcsgui: update to version 0.1.1.0
2014-12-13 12:06:16 +01:00
Peter Simons
f774af2c4e
haskell-validation: update to version 0.4.2
2014-12-13 12:06:16 +01:00
Peter Simons
37831b2012
haskell-uuid: update to version 1.3.5
2014-12-13 12:06:16 +01:00
Peter Simons
960f394705
haskell-unbound-generics: update to version 0.0.2
2014-12-13 12:06:16 +01:00
Peter Simons
e5494c7072
haskell-timezone-series: update to version 0.1.4
2014-12-13 12:06:15 +01:00
Peter Simons
2ebf5f1c8d
haskell-timezone-olson: update to version 0.1.6
2014-12-13 12:06:15 +01:00
Peter Simons
17752a985e
haskell-thyme: update to version 0.3.5.5
2014-12-13 12:06:15 +01:00
Peter Simons
d4d984f6a5
haskell-th-lift: update to version 0.7
2014-12-13 12:06:15 +01:00
Peter Simons
96a0b02981
haskell-tasty-quickcheck: update to version 0.8.3.2
2014-12-13 12:06:15 +01:00
Peter Simons
214cc5b554
haskell-tasty-hspec: update to version 1.1
2014-12-13 12:06:15 +01:00
Peter Simons
ddb15c1b10
haskell-streaming-commons: update to version 0.1.7.2
2014-12-13 12:06:14 +01:00
Peter Simons
16fbc34090
haskell-stm-containers: update to version 0.2.4
2014-12-13 12:06:14 +01:00
Peter Simons
7fb4542b99
haskell-socket-io: update to version 1.2.0
2014-12-13 12:06:14 +01:00
Peter Simons
23c60e3334
haskell-snap: update to version 0.13.3.2
2014-12-13 12:06:14 +01:00
Peter Simons
f18e392285
haskell-skein: update to version 1.0.9.1
2014-12-13 12:06:14 +01:00
Peter Simons
af3f679e8b
haskell-shell-conduit: update to version 4.5
2014-12-13 12:06:14 +01:00
Peter Simons
58ead20922
haskell-shake: update to version 0.14.2
2014-12-13 12:06:14 +01:00
Peter Simons
27ba864630
haskell-semigroups: update to version 0.16
2014-12-13 12:06:13 +01:00
Peter Simons
3374991a85
haskell-sbv: update to version 3.3
2014-12-13 12:06:13 +01:00
Peter Simons
cb16a5f27d
haskell-rest-types: update to version 1.11.1.1
2014-12-13 12:06:13 +01:00
Peter Simons
a6ab67085c
haskell-rest-gen: update to version 0.16.1.3
2014-12-13 12:06:13 +01:00
Peter Simons
3ce152bdb5
haskell-rest-core: update to version 0.33.1.2
2014-12-13 12:06:13 +01:00
Peter Simons
894f443332
haskell-resourcet: update to version 1.1.3.1
2014-12-13 12:06:13 +01:00
Peter Simons
cc2d205da1
haskell-purescript: update to version 0.6.2
2014-12-13 12:06:12 +01:00
Peter Simons
76fa10b306
haskell-product-profunctors: update to version 0.6
2014-12-13 12:06:12 +01:00
Peter Simons
e661c144d1
haskell-present: update to version 2.2
2014-12-13 12:06:12 +01:00
Peter Simons
b075eb7f59
haskell-presburger: update to version 1.2
2014-12-13 12:06:12 +01:00
Peter Simons
a29471f74e
haskell-postgresql-simple: update to version 0.4.8.0
2014-12-13 12:06:12 +01:00
Peter Simons
4f51f719d5
haskell-pipes-http: update to version 1.0.2
2014-12-13 12:06:12 +01:00
Peter Simons
2137a60970
haskell-opaleye: update to version 0.3
2014-12-13 12:06:12 +01:00
Peter Simons
12d3cf5bd6
haskell-ofx: update to version 0.4.0.2
2014-12-13 12:06:11 +01:00
Peter Simons
6181f7f148
haskell-network-transport: update to version 0.4.1.0
2014-12-13 12:06:11 +01:00
Peter Simons
7c5c4c47d6
haskell-network-transport-tests: update to version 0.2.1.0
2014-12-13 12:06:11 +01:00
Peter Simons
5279b67f96
haskell-network-transport-tcp: update to version 0.4.1
2014-12-13 12:06:11 +01:00
Peter Simons
d93c2fde98
haskell-network-fancy: update to version 0.2.1
2014-12-13 12:06:11 +01:00
Peter Simons
ea9b1bfcf7
haskell-nats: update to version 1
2014-12-13 12:06:11 +01:00
Peter Simons
ef71b297a4
haskell-monoid-extras: update to version 0.3.3.5
2014-12-13 12:06:10 +01:00
Peter Simons
67fdb29004
haskell-monad-parallel: update to version 0.7.1.3
2014-12-13 12:06:10 +01:00
Peter Simons
c962edc990
haskell-monad-logger: update to version 0.3.10.1
2014-12-13 12:06:10 +01:00
Peter Simons
c6678cdb7c
haskell-markdown: update to version 0.1.13
2014-12-13 12:06:10 +01:00
Peter Simons
d5f53419e0
haskell-machines: update to version 0.4.1
2014-12-13 12:06:10 +01:00
Peter Simons
7edba36eed
haskell-linear: update to version 1.15.5
2014-12-13 12:06:10 +01:00
Peter Simons
bdb4c17c01
haskell-lifted-base: update to version 0.2.3.1
2014-12-13 12:06:10 +01:00
Peter Simons
00498a4b75
haskell-lens: update to version 4.6.0.1
2014-12-13 12:06:09 +01:00
Peter Simons
7ff694926e
haskell-lens-aeson: update to version 1.0.0.3
2014-12-13 12:06:09 +01:00
Peter Simons
75d4b64966
haskell-jwt: update to version 0.5.0
2014-12-13 12:06:09 +01:00
Peter Simons
7d85cabf16
haskell-io-streams: update to version 1.2.1.1
2014-12-13 12:06:09 +01:00
Peter Simons
e68c05f5fb
haskell-httpd-shed: update to version 0.4.0.3
2014-12-13 12:06:09 +01:00
Peter Simons
3c4b55207b
haskell-hspec: update to version 2.1.2
2014-12-13 12:06:09 +01:00
Peter Simons
82f8b067c2
haskell-hspec-discover: update to version 2.1.2
2014-12-13 12:06:08 +01:00
Peter Simons
3e7ad2a955
haskell-hspec-core: update to version 2.1.2
2014-12-13 12:06:08 +01:00
Peter Simons
c9d0770cf4
haskell-hmatrix: update to version 0.16.1.0
2014-12-13 12:06:08 +01:00
Peter Simons
a44d38f97f
haskell-hindent: update to version 4.0
2014-12-13 12:06:08 +01:00
Peter Simons
3b119dec1d
haskell-haskell-names: update to version 0.5.0
2014-12-13 12:06:08 +01:00
Peter Simons
0c810b01f0
haskell-hashtables: update to version 1.2.0.0
2014-12-13 12:06:08 +01:00
Peter Simons
3d7f4a5f95
haskell-half: update to version 0.2.0.1
2014-12-13 12:06:08 +01:00
Peter Simons
aa02fbce37
haskell-hakyll: update to version 4.6.1.1
2014-12-13 12:06:07 +01:00
Peter Simons
7ca598c741
haskell-gtk: update to version 0.13.3
2014-12-13 12:06:07 +01:00
Peter Simons
5dec7b5d98
haskell-gloss: update to version 1.9.2.1
2014-12-13 12:06:07 +01:00
Peter Simons
4ab7d4f134
haskell-gloss-raster: update to version 1.9.2.1
2014-12-13 12:06:07 +01:00
Peter Simons
3169c70a5e
haskell-gitlib-test: update to version 3.1.0.1
2014-12-13 12:06:07 +01:00
Peter Simons
cc400eb33c
haskell-gitlib-libgit2: update to version 3.1.0.1
2014-12-13 12:06:07 +01:00
Peter Simons
703459b3fd
haskell-ghcjs-dom: update to version 0.1.1.1
2014-12-13 12:06:06 +01:00
Peter Simons
126fa7e0a5
haskell-free: update to version 4.10.0.1
2014-12-13 12:06:06 +01:00
Peter Simons
2356665948
haskell-extra: update to version 1.0
2014-12-13 12:06:06 +01:00
Peter Simons
669e88371e
haskell-extensible-effects: update to version 1.8.1.0
2014-12-13 12:06:06 +01:00
Peter Simons
4d026fdce1
haskell-esqueleto: update to version 2.1.2.1
2014-12-13 12:06:06 +01:00
Peter Simons
b99414a66c
haskell-engine-io: update to version 1.2.3
2014-12-13 12:06:06 +01:00
Peter Simons
cfdf4a4afd
haskell-ekg: update to version 0.4.0.5
2014-12-13 12:06:06 +01:00
Peter Simons
9b3ea8a889
haskell-dual-tree: update to version 0.2.0.5
2014-12-13 12:06:05 +01:00
Peter Simons
6397015c82
haskell-distributed-static: update to version 0.3.1.0
2014-12-13 12:06:05 +01:00
Peter Simons
d32836523b
haskell-distributed-process: update to version 0.5.2
2014-12-13 12:06:05 +01:00
Peter Simons
27a2025002
haskell-diagrams-svg: update to version 1.1.0.3
2014-12-13 12:06:05 +01:00
Peter Simons
2d47bb233e
haskell-diagrams-rasterific: update to version 0.1.0.5
2014-12-13 12:06:05 +01:00
Peter Simons
a9a255279f
haskell-diagrams-postscript: update to version 1.1.0.3
2014-12-13 12:06:05 +01:00
Peter Simons
6b4854f208
haskell-diagrams-lib: update to version 1.2.0.7
2014-12-13 12:06:05 +01:00
Peter Simons
9b34b35628
haskell-diagrams-core: update to version 1.2.0.4
2014-12-13 12:06:04 +01:00
Peter Simons
a6f91ea211
haskell-diagrams-contrib: update to version 1.1.2.4
2014-12-13 12:06:04 +01:00
Peter Simons
4eca50ceb5
haskell-dbus: update to version 0.10.9
2014-12-13 12:06:04 +01:00
Peter Simons
188de38519
haskell-data-lens-light: update to version 0.1.2.1
2014-12-13 12:06:04 +01:00
Peter Simons
f8f4e2168a
haskell-cuda: update to version 0.6.5.1
2014-12-13 12:06:04 +01:00
Peter Simons
a00162df4a
haskell-crypto-pubkey: update to version 0.2.5
2014-12-13 12:06:04 +01:00
Peter Simons
373f0f3b48
haskell-conduit-extra: update to version 1.1.5
2014-12-13 12:06:03 +01:00
Peter Simons
74296f721e
haskell-clientsession: update to version 0.9.1.1
2014-12-13 12:06:03 +01:00
Peter Simons
a04f3335f8
haskell-cheapskate: update to version 0.1.0.2
2014-12-13 12:06:03 +01:00
Peter Simons
1373abcd81
haskell-cgrep: update to version 6.4.9
2014-12-13 12:06:03 +01:00
Peter Simons
fbce0516b4
haskell-bytes: update to version 0.14.1.2
2014-12-13 12:06:03 +01:00
Peter Simons
5094de7ee5
haskell-bound: update to version 1.0.4
2014-12-13 12:06:03 +01:00
Peter Simons
d6a07172ec
haskell-atto-lisp: update to version 0.2.2
2014-12-13 12:06:03 +01:00
Peter Simons
213d463e57
haskell-algebra: update to version 4.2
2014-12-13 12:06:02 +01:00
Peter Simons
53eb3f3166
haskell-aeson-pretty: update to version 0.7.2
2014-12-13 12:06:02 +01:00
Peter Simons
18794d72bf
haskell-ad: update to version 4.2.1.1
2014-12-13 12:06:02 +01:00
Peter Simons
b1147746c6
haskell-active: update to version 0.1.0.17
2014-12-13 12:06:02 +01:00
Peter Simons
028363d969
haskell-Rasterific: update to version 0.4
2014-12-13 12:06:02 +01:00
Peter Simons
1a0505143c
haskell-github-backup: update to version 1.20141204
2014-12-13 12:06:02 +01:00
Peter Simons
c55c87085d
haskell-taffybar: update to version 0.4.4
2014-12-13 12:06:02 +01:00
Peter Simons
ccd74d7497
haskell-ghc-server: drop obsolete package
2014-12-13 12:06:01 +01:00
Peter Simons
5e2f4a4a73
haskell-gloss-rendering: add version 1.9.2.1
2014-12-13 12:06:01 +01:00
Peter Simons
17589d33da
haskell-list-t: add version 0.3.0
2014-12-13 12:06:01 +01:00
Peter Simons
f514804aad
haskell-mtl-prelude: add version 1.0.1
2014-12-13 12:06:01 +01:00
Peter Simons
d9566a3b35
haskell-hlint: update to version 1.9.13
2014-12-13 12:06:01 +01:00
Michael Raskin
34b0d860d5
Try harder to use out-of-store udev rule location
2014-12-13 12:55:24 +03:00
Michael Raskin
efd51accc4
Trying to update iptables - apparently, already latest
2014-12-13 12:55:24 +03:00
Michael Raskin
fbceebd868
Merge pull request #5288 from mstarzyk/j
...
j: Fix building libj.so
2014-12-13 10:49:30 +03:00
Jaka Hudoklin
6e7d796b54
xca: not broken anymore
2014-12-13 00:56:59 +01:00
Michael Raskin
2c85888a04
Fix Firefox wrapper set-as-default functionality
2014-12-12 22:03:06 +03:00
Domen Kožar
e0e08f1465
whitespace change to fix k2pdfopt build
...
(cherry picked from commit 896036d8e5ec2ad35e74fc43da3d6305ef43b253)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 18:39:01 +01:00
Domen Kožar
e752a8cff9
gltron: mark as broken
...
(cherry picked from commit 23d01bb90c9d6ba74f507fe69439f7e1e0a3f238)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 18:39:01 +01:00
Jaka Hudoklin
13e58784bf
nixos/gitlab: fixes
...
- fix timezone data not found
- fix module, add simple test
- allow to set port
2014-12-12 18:01:31 +01:00
Thomas Hunger
59995e168c
nixos: Add gitlab and gitlab-shell
...
I had to make several adjustments to make it work with nixos:
* Replace relative config file lookups with ENV variable.
* Modify gitlab-shell to not clear then environment when running
pre-receive.
* Modify gitlab-shell to write some environment variables into
the .authorized_keys file to make sure gitlab-shell reads the
correct config file.
* Log unicorn output to syslog.
I tried various ways of adding a syslog package but the bundler would
not pick them up. Please fix in a better way if possible.
* Gitlab-runner program wrapper.
This is useful to run e.g. backups etc. with the correct
environment set up.
2014-12-12 18:01:29 +01:00
Brian McKenna
8d7f4ae2e8
Remove mimms name from description
2014-12-12 09:52:53 -07:00
Domen Kožar
b7eba773dc
hhvm: 3.2.0 -> 3.3.0, fix build
...
(cherry picked from commit 9d0d9ae9f7ea940ea63dfe019c2818edd6fc376a)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 17:09:48 +01:00
tv
86055e2f00
nixopsUnstable: Initial version 1.3pre1362_2a616f8
2014-12-12 16:30:54 +01:00
Luca Bruno
e3b84d8dfc
Some fixes to the polari irc client
2014-12-12 15:24:23 +01:00
Luca Bruno
f28eff8b82
Merge branch 'polari', PR #5264
2014-12-12 15:12:54 +01:00
Damien Cassou
bc789064d8
Package for the Polari IRC app
...
This commit includes a patch to telepathy's derivation, written by
Lethalman. This patch makes public the Telepathy's dependency to
dbus_glib. This patch will become problematic with the next pkgconfig
upgrade but this upgrade should make the patch irrelevant. See these 2
links for more information:
- https://bugs.freedesktop.org/show_bug.cgi?id=15199
- https://bugzilla.redhat.com/show_bug.cgi?id=436773
Modified by Luca Bruno:
- Moved telepathy_idle to propagatedUserEnvPkgs
- Added myself to maintainers
- Enable parallel building
2014-12-12 15:12:19 +01:00
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
Damien Cassou
f581054dc4
Add python package mutag
2014-12-12 13:35:27 +01: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
Stewart Mackenzie
1e7f7edd72
Erlang bump from 17.3 to 17.4 as 17.3 has a serious ssl bug
2014-12-12 15:13:10 +08: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
Brian McKenna
a20ffe7f0f
Add mimms, an mms (e.g. mms://) stream downloader
2014-12-11 19:27:36 -07:00