Mateusz Kowalczyk
a54b012fe9
youtube-dl: update to 2014.08.02.1
2014-08-02 18:57:54 +02:00
aszlig
6aabd17d51
i3: Don't override patchPhase.
...
Makes easier to provide a patches attribute through packageOverrides.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-02 17:25:16 +02:00
Cillian de Róiste
d4fb2e83db
kde4_next.kde_wacomtablet: update from 2.0 to 2.0.2, potentially fixes CVE-2012-4514, CVE-2012-4514
2014-08-02 11:33:06 +02:00
Cillian de Róiste
c5788e6fd4
xf86_input_wacom: update from 0.23.0 to 0.25.0
2014-08-02 11:32:00 +02:00
Cillian de Róiste
2702cedb53
yoshimi: update from 1.2.0 to 1.2.2
2014-08-02 11:31:30 +02:00
Cillian de Róiste
e29021d502
qtractor: update from 0.6.1 to 0.6.2
2014-08-02 11:30:57 +02:00
Cillian de Róiste
b67c978540
samplv1: update from 0.4.2 to 0.5.0
2014-08-02 11:30:46 +02:00
Cillian de Róiste
49f26425f9
synthv1: update from 0.4.2 to 0.5.0
2014-08-02 11:30:33 +02:00
Cillian de Róiste
664a4cb18f
drumkv1: update from 0.4.2 to 0.5.0
2014-08-02 11:29:23 +02:00
Vladimír Čunát
4d6503e5b5
blender: fix parallel builds
...
(cherry picked from commits f63fb3fda0
+ 5fa61a2904
)
2014-08-02 11:17:25 +02:00
System administrator
a1e392267d
fix download url
2014-08-02 09:20:49 +02:00
Vladimír Čunát
6295a3ca36
Merge recent master into x-updates
...
Hydra: ?compare=1142825
Conflicts (easy):
pkgs/applications/audio/lmms/default.nix
pkgs/desktops/e18/enlightenment.nix
pkgs/games/exult/default.nix
pkgs/os-specific/linux/alsa-plugins/default.nix
2014-08-02 05:08:07 +02:00
Vladimír Čunát
91b53aaebc
xorg.libXext: minor update
2014-08-02 04:43:19 +02:00
Vladimír Čunát
9fcd3c2825
libdrm: update
2014-08-02 04:43:11 +02:00
Vladimír Čunát
3a6135a907
harfbuzz: small update
2014-08-02 04:31:51 +02:00
Vladimír Čunát
f681a7683c
poppler: maintenance update
2014-08-02 04:31:26 +02:00
Shea Levy
b0c8769c84
Add tornadokick python package
2014-08-01 15:14:38 -04:00
Sander van der Burg
b0769d8db1
Use hyperlink and click action instead of meta refresh
2014-08-01 19:26:34 +02:00
aszlig
3d34dc39ac
i3: Only enable tests for x86_64-linux.
...
Right now, tests for i686-linux fail, see:
https://hydra.nixos.org/build/13024964
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 18:41:39 +02:00
Sander van der Burg
5a918f5f5c
Add experimental link to proxy to page that does wireless distributions of IPA files
2014-08-01 18:34:18 +02:00
Rob Vermaas
64561b437d
Remove broken flag for xen, build with gcc45.
2014-08-01 17:18:27 +02:00
Lluís Batlle i Rossell
00b63f6655
Update mumble to 1.2.7.
...
(Chery picked from release-14.04)
2014-08-01 16:56:27 +02:00
Lluís Batlle i Rossell
5e35fef0eb
freecad: updating to 0.14
...
I had to update all the pyside programs, or freecad failed to build. I picked
the versions advertised in http://qt-project.org/wiki/PySideDownloads . The
rest I took for github latest releases.
2014-08-01 16:56:27 +02:00
Eelco Dolstra
688824cc60
Add a bunch of Hydra dependencies to the channel
2014-08-01 16:11:33 +02:00
Pascal Wittmann
0baac649aa
Merge pull request #3188 from vbgl/merlin
...
Adds merlin
2014-08-01 13:39:27 +02:00
aszlig
32d7c4c435
i3: Remove CarpAlways from buildInputs.
...
Oops, it was a leftover from debugging.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 11:19:06 +02:00
Pascal Wittmann
bb153cfe72
calibre: update from 1.46.0 to 1.47.0
2014-08-01 11:17:00 +02:00
Vladimír Čunát
c92a8584ee
fix eval after cf6bb72c6
2014-08-01 10:04:08 +02:00
Vincent Laporte
81f258e7bf
merlin: some cleaning of the derivation
2014-08-01 09:42:37 +02:00
aszlig
fb1f257189
i3: Don't run test cases in parallel.
...
Unfortunately, running them in parallel sometimes lead to tests not even
starting up. Probably lock contention is the issue here, but haven't
investigated further so I'm deactivating parallel testing.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 08:04:09 +02:00
aszlig
57781346d7
Merge branch 'i3-tests'.
...
The reason I went through this whole journey of gathering dependencies
and debugging just in order to get i3 tests working was because I wanted
to supply test cases to a small patch I wrote for the upstream project.
This adds/updates quite a few Perl packages and a X dummy helper, which
are all needed in order to successfully run the test suite.
2014-08-01 05:51:57 +02:00
aszlig
31e77f5096
i3: Abort build if test suite is failing.
...
The exit code of the i3 test runner is always 0, regardless of whether
tests were failing or not, so let's quickly grep for a "not ok" in the
test logfile and if it occurs, the whole build is failing now.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
2c1d04a563
i3: Enable running test suite by default.
...
Finally, after going through the journey of debugging and gathering
dependencies, we now have tests for i3, hooray!
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
feeb5bae23
Add new package xdummy, a dummy X server.
...
This is actually a small script which just starts an X server without
any real display. Right now only needed for running the test suite of
the i3 window manager within the Nix chroot, but might be useful for
running other tests needing a DISPLAY.
Usage is just like a regular X server, so in order to start an instance
for display :666, you just run it like this:
xdummy :666
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
b02d72f754
perl-packages: Add new package Inline-C, v0.62.
...
This is needed for running the test suite of the i3 window manager.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
bae7da07d8
perl-packages: Add MouseXNativeTraits to X11-XCB.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
dff91a009d
perl-packages: Add new package MouseXNativeTraits.
...
This is actually needed by X11-XCB, but I only found out after hours of
digging through Perl code from the stone age.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:14 +02:00
aszlig
8851638ea7
perl-packages: Add new package CarpAlways, v0.13.
...
This has been proven to be VERY handy for providing useful stacktraces
in Perl. Just invoke it using:
perl -MCarp::Always yourshinyscript.pl
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig
4a412e9561
perl-packages: Update Any-Moose to version 0.24.
...
This has required to update a few dependencies, including Mouse (to
version 2.3.0).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig
d49f152513
perl-packages: Update Inline to version 0.64.
...
Also tested whether all references (InlineJava, Autodia) are built
successfully.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig
cf6bb72c6a
perl-packages: Add X11-XCB and dependencies.
...
This is another requirement for running the i3 test suite.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
aszlig
6ab0a8d0a8
perl-packages: Add AnyEvent::I3, version 0.15.
...
This is needed in order to run the i3 test suite.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-01 05:49:13 +02:00
Austin Seipp
181cdb7cc8
Merge pull request #3412 from Ericson2314/rust-master
...
Add alternative rustc package for master tip
2014-07-31 21:51:21 -05:00
John Ericson
8f763d0539
rustc: rename rust to rustc, but keep rust attr name for backwards compat
2014-08-01 04:39:37 +02:00
Austin Seipp
14e477b4c4
Merge pull request #3395 from mixis/master
...
ATS2 version [0.0.7] --> [0.1.0]
2014-07-31 21:29:01 -05:00
John Ericson
641ccec337
rust: Refer to 0.11.nix directly in all-packages
...
rather than use default.nix indirection
2014-08-01 04:28:54 +02:00
Austin Seipp
dfbeec5f50
Merge pull request #3409 from FlashKorten/scummvm_1.7
...
scummvm: version bump to 1.7
2014-07-31 21:28:46 -05:00
Austin Seipp
06d1d2d4df
Merge pull request #3417 from madjar/master
...
Ansible: updated to 1.6.10
2014-07-31 21:28:31 -05:00
Austin Seipp
5b9be82617
Merge pull request #3415 from bodil/master
...
thunderbird-bin: Update to version 31.0.
2014-07-31 21:28:20 -05:00
Justin Bedo
befd1289ac
Updated texlive to latest release
2014-08-01 10:19:00 +10:00
Blaz Bratanic
1ecfba4391
Fixed download path
2014-08-01 22:41:33 +02:00
John Ericson
584114b697
rust: Add an alternative package for the master tip
...
based off of pull request #3084
2014-07-31 20:42:20 +02:00
John Wiegley
511f41387d
haskell-haddock: use buildTools, not extraBuildInputs
...
Fixes #2815
2014-07-31 12:48:54 -05:00
Mateusz Kowalczyk
ed51045f13
haskell-bencoding: 0.4.3.0
2014-07-31 19:12:43 +02:00
Sander van der Burg
30a941aa88
Change location of libmatthew-java to fedora's mirror. Original one is unreachable
2014-07-31 17:58:03 +02:00
Bjørn Forsman
a03ec2692b
lttng: fix evaluation error
...
I'm giving up on the lttngModules backward compatibility attribute :-)
2014-07-31 17:08:23 +02:00
Bjørn Forsman
fdba7f35fe
lttng-modules: fix bad attribute reference
...
Fixup error introduced in commit
410f2a9dab
("lttng: align attribute name
with package name"). lttng-modules is not a top-level attribute.
2014-07-31 17:04:45 +02:00
Vladimír Čunát
dac1791fb5
thunderbird: major update 17.* -> 31.0
...
- To fix build problems, I refactored the build process
according to Mozilla recommendations.
- 31.0 should become the next ESR branch (31 released today).
CC @nbp @edolstra
(cherry picked from commit adc2edd5cf
)
2014-07-31 16:30:04 +02:00
Vladimír Čunát
ddcc163711
libav: maintenance updates of all three branches
...
(cherry picked from commit c61c7e7313
)
2014-07-31 16:30:04 +02:00
Vladimír Čunát
ace3d4685d
xfce4-appfinder: update 4.9.4 -> 4.10.1
...
(cherry picked from commit 8aa892489e
)
2014-07-31 16:30:04 +02:00
Vladimír Čunát
bc8abb2242
libxfce4util: minor update 4.10.0 -> 4.10.1
...
(cherry picked from commit 5c72dac548
)
2014-07-31 16:30:04 +02:00
Vladimír Čunát
880fb28ecd
xfce4-power-manager: update to 1.3.0, supporting upower-0.99
...
(cherry picked from commit 2027dcc4f9
)
2014-07-31 16:30:04 +02:00
Bjørn Forsman
410f2a9dab
lttng: align attribute name with package name
...
lttngModules => lttng-modules
lttngTools => lttng-tools
lttngUst => lttng-ust
But keep the old attributes around for backward compatibility.
2014-07-31 16:00:04 +02:00
Peter Simons
ae6d32ffd3
haskell-cabal2nix: update to version 1.67
2014-07-31 15:48:30 +02:00
Peter Simons
14ad244d92
haskell-snaplet-redis: update to version 0.1.3.3
2014-07-31 15:48:28 +02:00
Peter Simons
d4a863bdeb
haskell-optparse-applicative: update to version 0.9.1.1
2014-07-31 15:48:26 +02:00
Peter Simons
6d40d5e564
haskell-hackage-db: update to version 1.8
2014-07-31 15:48:24 +02:00
Peter Simons
84cf3f3de7
Agda: drop obsolete version 2.3.2.2
2014-07-31 13:58:36 +02:00
Peter Simons
bb4d15a115
haskell-yesod-form: update to version 1.3.14
2014-07-31 13:57:46 +02:00
Peter Simons
9e4a54f4a6
haskell-yesod-core: update to version 1.2.19
2014-07-31 13:57:46 +02:00
Peter Simons
a2b1580716
haskell-semigroupoids: update to version 4.2
2014-07-31 13:57:46 +02:00
Peter Simons
a37b5628f6
haskell-resourcet: update to version 1.1.2.3
2014-07-31 13:57:46 +02:00
Peter Simons
7fa6ba9468
haskell-profunctors: update to version 4.2.0.1
2014-07-31 13:57:46 +02:00
Peter Simons
56fb2db243
haskell-pipes-network: update to version 0.6.4
2014-07-31 13:57:46 +02:00
Peter Simons
c816e89348
haskell-network-simple: update to version 0.4.0.1
2014-07-31 13:57:46 +02:00
Peter Simons
f194df999f
haskell-liblastfm: update to version 0.4.0.0
2014-07-31 13:57:46 +02:00
Peter Simons
78ad8ce046
haskell-lens: update to version 4.3.3
2014-07-31 13:57:46 +02:00
Peter Simons
ca971dfa27
haskell-fay-base: update to version 0.19.2
2014-07-31 13:57:46 +02:00
Peter Simons
2d2237ed17
haskell-GLUtil: update to version 0.8
2014-07-31 13:57:45 +02:00
Peter Simons
c9dc75d315
idris: re-generate with cabal2nix
2014-07-31 13:57:45 +02:00
Peter Simons
7387244094
haskell-vty: update to version 5.1.4
2014-07-31 13:57:45 +02:00
Peter Simons
5f2ad413b7
haskell-xml-html-conduit-lens: add version 0.3.2.0
2014-07-31 13:57:45 +02:00
Peter Simons
689b322e10
Agda: update to version 2.4.0.2
2014-07-31 13:57:45 +02:00
Peter Simons
73f1976155
haskell-cgrep: update to version 6.4.5
2014-07-31 13:57:45 +02:00
Pascal Wittmann
ba273e41c2
Merge pull request #3405 from wavewave/cadaver
...
added cadaver: a command-line WebDAV client for Unix
2014-07-31 13:57:10 +02:00
Ian-Woo Kim
676daf6529
cadaver: change to platform.unix and specify licence (gpl2)
2014-07-31 13:51:31 +02:00
Evgeny Egorochkin
ecefc22d76
tor: update from 0.2.4.22 to 0.2.4.23
2014-07-31 14:36:06 +03:00
Pascal Wittmann
3e35b46519
Merge pull request #3413 from svenkeidel/gtkpod
...
version bump gtkpod from 1.0.0 to 2.1.4
2014-07-31 13:26:37 +02:00
Domen Kožar
e07c2c2cfd
add uTox
2014-07-31 12:59:03 +02:00
Bjørn Forsman
62d0a320b3
Revert "Remove obsolete jackaudio version 1."
...
This reverts commit bdb77826d9
.
Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.
Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Georges Dubus
e698312c03
Ansible: updated to 1.6.10
2014-07-31 12:24:30 +02:00
Lluís Batlle i Rossell
10d4f1fac7
Setting retroshare 0.6 as lowPrio, it's unstable.
2014-07-31 10:13:20 +02:00
Lluís Batlle i Rossell
43ed6b8f62
Updating octave to 3.8.1
2014-07-31 10:11:18 +02:00
Bodil Stokke
5a329bbe23
thunderbird-bin: Update to version 31.0.
2014-07-31 03:08:07 +01:00
John Wiegley
7d90959d73
idris: 0.9.14 -> 0.9.14.1
2014-07-30 18:11:18 -05:00
John Wiegley
11dc22e3ee
Agda needs an older version of haskell-equivalence
2014-07-30 18:10:59 -05:00
Sven Keidel
6a7d82d000
added meta information
2014-07-31 00:49:14 +02:00
Sven Keidel
2d31046a40
gtkpod: bump to 2.1.4
2014-07-31 00:41:17 +02:00
John Ericson
a510e024b6
rust: Add hashes for i686-darwin
2014-07-31 00:12:16 +02:00
Sebastian Korten
b42aa6830b
scummvm: version bump to 1.7
2014-07-30 20:26:29 +02:00
Eelco Dolstra
e4e5502966
postgresql: Update to 9.0.18, 9.1.14, 9.2.9, 9.3.5
2014-07-30 18:13:51 +02:00
Ian-Woo Kim
ea43305368
added cadaver: a command-line WebDAV client for Unix
2014-07-30 16:55:44 +02:00
taku0
74110a7a42
source-han-sans: fixed package name
2014-07-30 16:27:20 +02:00
taku0
4ed2acc148
add source-han-sans-japanese, source-han-sans-korean, source-han-sans-simplified-chinese, source-han-sans-traditional-chinese: An open source Pan-CJK typeface
2014-07-30 16:27:20 +02:00
taku0
1cc6dc1984
firefox-bin: update to version 31.0
2014-07-30 16:16:23 +02:00
tv@shackspace.de
2f53665c08
sec: update to version 2.7.6
2014-07-30 16:11:52 +02:00
Eelco Dolstra
6a5b365689
nixUnstable: Update to 1.8pre3711_45f9a91
2014-07-30 13:18:33 +02:00
Matej Cotman
b1ba1689bd
zed: build from source, ditch the installer, upgrade node-webkit
2014-07-30 12:43:24 +02:00
Eelco Dolstra
95bbfc957f
erlang: Fix name attribute
...
Versions should not start with a letter.
2014-07-30 12:39:35 +02:00
Eelco Dolstra
b7c543136a
Move CIFS support into a separate module
2014-07-30 12:39:35 +02:00
Pascal Wittmann
cf744cb715
org: update from 8.2.7b to 8.2.7c
2014-07-30 12:14:15 +02:00
Eelco Dolstra
b9c457ba12
cacert: Update to 20140704
2014-07-30 10:14:40 +02:00
Vladimír Čunát
33e4a7f623
Merge #3400 : kernel updates
2014-07-30 09:34:05 +02:00
Vladimír Čunát
be07584397
vlc: minor update
2014-07-30 09:31:24 +02:00
John Ericson
399f8b48f9
rust: Prepare for more versions part 2:
...
- Default is now an alias for 0.11
2014-07-30 07:39:06 +02:00
John Ericson
210452979a
rust: Prepare for more versions part 1:
...
- Factor out some things that REALLY shouldn't change between versions
2014-07-30 07:39:06 +02:00
John Wiegley
b90e56a53c
Merge pull request #3357 from fignuts/df2014
...
Add dwarf fortress 2014 (unstable) version
2014-07-29 13:20:35 -05:00
John Wiegley
867d3fbf47
Merge pull request #3372 from FlorentBecker/crawl
...
Add dungeon crawl stone soup 0.14
2014-07-29 13:20:18 -05:00
William A. Kennington III
ff747dd24f
kernel: 3.15.5 -> 3.15.7
2014-07-29 13:17:11 -05:00
William A. Kennington III
2494e2bb09
kernel: 3.14.12 -> 3.14.14
2014-07-29 13:15:42 -05:00
William A. Kennington III
dd9a5aeade
kernel: 3.10.48 -> 3.10.50
2014-07-29 13:13:38 -05:00
William A. Kennington III
47d50bf684
kernel: 3.4.98 -> 3.4.100
2014-07-29 13:08:37 -05:00
Bjørn Forsman
559eaeb2d2
Revert "use wrapper to set LUA_PATH variable"
...
This reverts commit 807cd4b4d4
, as it
broke the 'awesome' package. It was also an incomplete change, only
modifying lua-5.1 and none of the other lua versions.
A better approach, if wanting lua to pick up external modules, would be
to loop over $NIX_PROFILES. $NIX_PROFILES is unset in build
environments, so it should be safe.
Conflicts:
pkgs/development/interpreters/lua-5/5.1.nix
2014-07-29 18:42:20 +02:00
Peter Simons
fc81ff49d2
LambdaHack: disable test suite to fix build
...
https://github.com/LambdaHack/LambdaHack/issues/57
2014-07-29 18:39:36 +02:00
Peter Simons
90939a0482
haskell-hlint: update to version 1.9.3
2014-07-29 18:39:36 +02:00
Peter Simons
877585bf38
haskell-yesod-auth: update to version 1.3.3
2014-07-29 18:39:35 +02:00
Peter Simons
3b07c45fb7
haskell-wai-extra: update to version 3.0.1.1
2014-07-29 18:39:35 +02:00
Peter Simons
5fd8cff160
haskell-stm-containers: update to version 0.1.3
2014-07-29 18:39:35 +02:00
Peter Simons
5738b59400
haskell-profunctors: update to version 4.2
2014-07-29 18:39:35 +02:00
Peter Simons
f900746689
haskell-filestore: update to version 0.6.0.3
2014-07-29 18:39:35 +02:00
Peter Simons
3e551e05c6
haskell-conduit-extra: update to version 1.1.3
2014-07-29 18:39:34 +02:00
Peter Simons
d711c60c3d
haskell-base-prelude: add version 0.1.3
2014-07-29 18:39:34 +02:00
Bjørn Forsman
18b27cf2e3
ardour: install a desktop file
...
I based it on the desktop file from Arch Linux.
2014-07-29 18:31:21 +02:00
aszlig
ec65a1e391
erlang: Add manpages to all release packages.
...
This puts manpages into "$out/lib/erlang/man" and also symlinks them
into "$out/share/man" with an "erl" suffix (similar to how Debian is
handling this) so those manpages are unlikely to collide with any other
manpages, like for example inet(3).
Closes #3396 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Moritz Ulrich <moritz@tarn-vedra.de>
2014-07-29 15:26:13 +02:00
Georges Dubus
938cd64a6a
spotify: Fixed sha for i686
2014-07-29 14:01:39 +02:00
Evgeny Egorochkin
f7ef36428d
libzapojit: fix broken src url
2014-07-29 13:42:45 +03:00
Rickard Nilsson
2b8b29c3dd
spotify: Update from 0.9.10.17 to 0.9.11.27 (x86_64)
2014-07-29 11:56:29 +02:00
aszlig
21a2f99dd3
python-wrapper: Fix handling of line breaks.
...
Not really critical for anything we have in <nixpkgs> I guess, but
skipping lines three times really was a workaround and we're better off
just appending the lines ending with backslash to the pattern space so
we can accumulate all the crap until the last line of crap (crap, that
is "broken lines").
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-29 06:53:17 +02:00
aszlig
ff15c31c37
python-wrapper: Fix handling __future__ imports.
...
The bazaar package is still broken even with 5f01cc7
, because __future__
imports need to be the first imports before anything else. So this time
I'm going to make the sed expression with explicit branching so we can
properly match all the occasions we want to skip and insert the line
modifying sys.argv[0] only _once_ and leave the command block after
that one substitution. So no ugly swaps between hold and pattern space.
The label which is resonsible for not escaping the command block is "r"
and we jump to it as long as we need to skip something from the start of
the file.
While at it, I'm not only skipping every line with __future__ in it but
also backslashes at the end of the line, so for example:
```python
from __future__ import shiny_feature1, \
shiny_feature2, \
shiny_feature3
```
... will now be properly skipped as well.
Tested against bazaar and nixops.
Thanks to @edolstra for reporting this.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-29 06:40:39 +02:00
Cillian de Róiste
6259669355
SimpleScreenRecorder 0.2.2 -> 0.3.0
2014-07-29 00:15:53 +02:00
Paul Colomiets
9bc1676e5a
Upgrade docker to 1.1.2 and add docker module
...
This version of module has disabled socketActivation, because until
nixos upgrade systemd to at least 214, systemd does not support
SocketGroup. So socket is created with "root" group when
socketActivation enabled. Should be fixed as soon as systemd upgraded.
Includes changes from #3015 and supersedes #3028
2014-07-28 21:45:49 +02:00
aszlig
88a8b004c6
freealut: Clean up expression and add meta.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 21:19:08 +02:00
aszlig
9edfad2717
toxic: Update to latest upstream Git master.
...
Unfortunately they've changed their build system to be makefile-only and
they don't seem to include test cases in the CLI anymore, so we needed
to adapt accordingly. Also added freealut and openal to the buildInputs,
in order to allow audio support.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 20:53:11 +02:00
aszlig
e542ff7288
libtoxcore: Enable and fix up running test suite.
...
We not only require libcheck but also needed to disable a few tests,
without providing the former, test cases were signalled as being run
successfully but weren't actually run.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 20:53:11 +02:00
aszlig
40548fce62
libtoxcore: Add libopus and libvpx to buildInputs.
...
Those are necessary to do audio/video calls, which I guess is the whole
point of the Tox project.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 20:53:10 +02:00
aszlig
2aa89519a0
libtoxcore: Update to latest Git master.
...
The GitHub repository has changed the name to "toxcore".
Also indented buildInputs/configureFlags a bit less messy.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 20:53:10 +02:00
Peter Simons
5cc55e9523
Partially revert 7a45996
some more.
...
Removing more references to the non-existent license "stdenv.lib.licenses.perl5".
Thanks to @FlashKorten for catching those.
2014-07-28 20:52:47 +02:00
Petr Rockai
559f423417
gnu: Fix (evaluation of the) call to forceSystem.
2014-07-28 20:46:32 +02:00
Peter Simons
9d56d25673
haskell-vty: update to version 5.1.3
2014-07-28 20:32:59 +02:00
Peter Simons
02bd934738
haskell-LambdaHack: update to version 0.2.14
2014-07-28 20:32:59 +02:00
Peter Simons
86dc30daa6
haskell-keter: update to version 1.3.3
2014-07-28 20:32:59 +02:00
Peter Simons
f74d211818
haskell-yesod-routes: update to version 1.2.0.7
2014-07-28 20:32:59 +02:00
Peter Simons
4886d942b9
haskell-yesod-form: update to version 1.3.13
2014-07-28 20:32:58 +02:00
Peter Simons
510a784242
haskell-yesod-core: update to version 1.2.18
2014-07-28 20:32:58 +02:00
Peter Simons
9ded0e831e
haskell-yesod-bin: update to version 1.2.12
2014-07-28 20:32:58 +02:00
Peter Simons
ad0bd2a795
haskell-yesod-auth: update to version 1.3.2
2014-07-28 20:32:58 +02:00
Peter Simons
93e75667cf
haskell-wai-logger: update to version 2.1.2
2014-07-28 20:32:58 +02:00
Peter Simons
27b7ae9b62
haskell-vector-algorithms: update to version 0.6.0.3
2014-07-28 20:32:58 +02:00
Peter Simons
df253270e4
haskell-tzdata: update to version 0.1.20140612.0
2014-07-28 20:32:55 +02:00
Peter Simons
2d604d3416
haskell-tz: update to version 0.0.0.8
2014-07-28 20:32:55 +02:00
Peter Simons
63005f734f
haskell-trifecta: update to version 1.5.1
2014-07-28 20:32:55 +02:00
Peter Simons
e3e77ec115
haskell-taggy: update to version 0.1.2
2014-07-28 20:32:55 +02:00
Peter Simons
55b8994ac7
haskell-statistics: update to version 0.13.1.1
2014-07-28 20:32:55 +02:00
Peter Simons
69a1a8a435
haskell-sparse: update to version 0.9.1
2014-07-28 20:32:55 +02:00
Peter Simons
5d7bd07003
haskell-shakespeare: update to version 2.0.1.1
2014-07-28 20:32:55 +02:00
Peter Simons
8f625b50a3
haskell-semigroups: update to version 0.15.2
2014-07-28 20:32:54 +02:00
Peter Simons
cb0e5f8e87
haskell-semigroupoids: update to version 4.0.4
2014-07-28 20:32:54 +02:00
Peter Simons
4d54be786b
haskell-repa: update to version 3.3.1.2
2014-07-28 20:32:54 +02:00
Peter Simons
f33521699c
haskell-repa-io: update to version 3.3.1.2
2014-07-28 20:32:54 +02:00
Peter Simons
a8b5bd5fe6
haskell-repa-examples: update to version 3.3.1.1
2014-07-28 20:32:54 +02:00
Peter Simons
6dfc5dc01e
haskell-repa-algorithms: update to version 3.3.1.2
2014-07-28 20:32:54 +02:00
Peter Simons
2074cd3850
haskell-profunctors: update to version 4.1
2014-07-28 20:32:54 +02:00
Peter Simons
6db5defffc
haskell-mono-traversable: update to version 0.6.1
2014-07-28 20:32:54 +02:00
Peter Simons
a80f691ea6
haskell-mongoDB: update to version 2.0.3
2014-07-28 20:32:54 +02:00
Peter Simons
39b1199265
haskell-lifted-async: update to version 0.2.0.1
2014-07-28 20:32:54 +02:00
Peter Simons
4fb51b17d3
haskell-lens: update to version 4.3.2
2014-07-28 20:32:54 +02:00
Peter Simons
8ba0c3eb04
haskell-kan-extensions: update to version 4.1
2014-07-28 20:32:54 +02:00
Peter Simons
653ed04b03
haskell-hslua: update to version 0.3.13
2014-07-28 20:32:54 +02:00
Peter Simons
9e7dd8705e
haskell-hp2any-graph: update to version 0.5.4.2
2014-07-28 20:32:53 +02:00
Peter Simons
595cfaadb7
haskell-haskell-token-utils: update to version 0.0.0.5
2014-07-28 20:32:53 +02:00
Peter Simons
cd3c2b7ed7
haskell-equivalence: update to version 0.2.5
2014-07-28 20:32:53 +02:00
Peter Simons
15deeec1bc
haskell-dns: update to version 1.4.1
2014-07-28 20:32:53 +02:00
Peter Simons
5c22263945
haskell-contravariant: update to version 1.1
2014-07-28 20:32:53 +02:00
Peter Simons
add9078981
haskell-conduit-combinators: update to version 0.2.8.2
2014-07-28 20:32:53 +02:00
Peter Simons
9fab47de52
haskell-comonad: update to version 4.2.2
2014-07-28 20:32:53 +02:00
Peter Simons
b614d0ad7b
haskell-cmdargs: update to version 0.10.9
2014-07-28 20:32:53 +02:00
Peter Simons
5fde244c07
haskell-classy-prelude: update to version 0.9.3
2014-07-28 20:32:53 +02:00
Peter Simons
71859fe4ce
haskell-classy-prelude-conduit: update to version 0.9.3
2014-07-28 20:32:53 +02:00
Peter Simons
c5bf78474b
haskell-bindings-GLFW: update to version 3.0.3.3
2014-07-28 20:32:53 +02:00
Peter Simons
4b3ad3291b
haskell-atomic-primops: update to version 0.6.0.6
2014-07-28 20:32:53 +02:00
Peter Simons
6e9bfd2d92
haskell-adjunctions: update to version 4.2
2014-07-28 20:32:53 +02:00
Peter Simons
a62a2c303d
haskell-MFlow: update to version 0.4.5.6
2014-07-28 20:32:53 +02:00
Peter Simons
8e6c0afd0f
haskell-nc-indicators: update to version 0.3
2014-07-28 20:32:52 +02:00
Peter Simons
0aa0b7680c
haskell-parsers: update to version 0.12.1
2014-07-28 20:32:52 +02:00
Peter Simons
41ff906084
haskell-easy-file: add version 0.2.0
2014-07-28 20:32:52 +02:00
Peter Simons
c526312445
haskell-free-game: update to version 1.1.78
2014-07-28 20:32:52 +02:00
Peter Simons
cadf6e1622
haskell-folds: update to version 0.6.2
2014-07-28 20:32:52 +02:00
Peter Simons
95199088ed
haskell-thyme: re-generate with cabal2nix
2014-07-28 20:32:52 +02:00
Peter Simons
bdb77826d9
Remove obsolete jackaudio version 1.
2014-07-28 20:32:52 +02:00
Peter Simons
7325894d72
haskell-hflags: re-generate with cabal2nix
2014-07-28 20:32:52 +02:00
Peter Simons
eec522e69a
haskell-nixpkgs.nix: update Cabal to version 1.20.0.2
2014-07-28 20:32:52 +02:00
Petr Rockai
bde992bbbc
pkgsi686Linux: Use 32b kernels (x86_64 kernels can't be built with 32b gcc).
2014-07-28 20:26:13 +02:00
Rickard Nilsson
ccc22bb662
New package: mopidy-moped, a web client for the mopidy music player daemon
2014-07-28 19:51:08 +02:00
Rickard Nilsson
5b3f2e9a5e
mopidy-spotify: Update from 1.1.3 to 1.2.0
2014-07-28 19:49:41 +02:00
Rickard Nilsson
f5905b5fd3
mopdiy: Update from 0.18.3 to 0.19.0
2014-07-28 19:49:10 +02:00
Michael Weiss
39c09b04c7
ATS2 version [0.0.7] --> [0.1.0]
2014-07-28 17:00:02 +02:00
aszlig
4a108847af
chromium: Update all channels to latest versions.
...
With this commit, the following new upstream versions are introduced:
stable: 35.0.1916.153 -> 36.0.1985.125
beta: 36.0.1985.84 -> 37.0.2062.44
dev: 37.0.2054.3 -> 38.0.2101.0
All builds were successfully tested on my machine, however in order to
update the beta and dev channels, a few additional modifications were
necessary:
* Don't update address_input_strings.grdp anymore because this has been
done/fixed upstream and was relevant in version 37.0.2054.3 _only_.
* No need to fix references to /usr/bin/gcc in version 38 anymore.
* Constrain patch for Angle (introduced in 4cbedd7) to version 37 only,
because it already has been applied upstream in version 38.
* Drop user namespaces patch for version 31 up until version 35,
because version 36 is already in stable.
* Don't try to build bundled Clang and/or even build using Clang.
* Remove obsolete patchPhase commands that are specific to version 35
and older.
While testing the dev version 38 I came accross a font rendering issue
which needs to be addressed ASAP (perhaps related to #3187 ), however the
browser works otherwise.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 15:58:14 +02:00
Evgeny Egorochkin
760d579652
quassel: fix wrapper for all flag values
2014-07-28 16:47:30 +03:00
Andrew Morsillo
911eb8d934
bump version to 0.40.05
2014-07-28 09:01:45 -04:00
Peter Simons
4895ace127
perl-packages.nix: partially revert 7a45996233
...
The commit referred to non-existent license "stdenv.lib.licenses.perl5".
2014-07-28 13:20:54 +02:00
Peter Simons
d0ca8c237e
Fix broken license references.
2014-07-28 11:43:20 +02:00
Peter Simons
ad934ccc22
singular: cosmetic fix for syntax highlighting
2014-07-28 11:42:49 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
50f548771e
Fix broken use of builtins.currentSystem
...
Packages should never use builtins.currentSystem.
2014-07-28 11:28:35 +02:00
Evgeny Egorochkin
30431e7160
rabbitmq-client-java: refactor the package according to the guidelines from nixpkgs manual
2014-07-28 11:37:58 +03:00
aszlig
5f01cc70d3
python-wrapper: Fix fixup for wrapped argv[0].
...
Fixes issues introduced by 24ef871e6a
.
The problem here is that "import sys; sys.argv[0] = ..." is just
appended after the first "#!", which in turn breaks things such as
encoding specifications. A second problem - although not very common -
is when there's another #! within the script.
This should take care of both cases.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 04:18:21 +02:00
Sebastian Korten
e57249ab20
at: upgrade to 3.1.14 - seems to solve problem with kernel 3.6
2014-07-27 22:57:54 +02:00
Joachim Schiele
d46c61b863
Merge pull request #3321 from qknight/snes9x-gtk
...
added snes9x-gtk with pulseaudio support
2014-07-27 21:38:25 +02:00
Joachim Schiele
de1ae606db
snes9x-gtk: added changes requested by offlinehacker
2014-07-27 21:37:52 +02:00
Cillian de Róiste
3447b018c2
Add SDL variant with pulseaudio enabled, this fixes choppy sound in Kdenlive
...
I would rather enable pulseaudio by default for SDL as it will
probably fix issues for other programs too.
2014-07-27 19:35:09 +02:00
Cillian de Róiste
d2193736db
Remove linux_3_10_tuxonice, standard hibernate now works for me
2014-07-27 18:33:30 +02:00
Charles Strahan
5668ac61e9
bud: new package
...
This adds `bud`, a TLS terminating proxy.
2014-07-27 14:23:43 +02:00
Domen Kožar
0cb54d44ca
Merge pull request #3256 from 1126/master
...
ncmpc: updated to version 0.23.
2014-07-27 14:17:56 +02:00
Domen Kožar
e3319eb73d
doc: modernize meta attributes documentation
2014-07-27 13:54:37 +02:00
Domen Kožar
c8cd4275a3
openfire: get rid of builderDefs
2014-07-27 13:54:37 +02:00
Domen Kožar
a219db3cb2
fix tarball job
2014-07-27 13:36:25 +02:00
Christian Theune
24ef871e6a
python: fix argv[0] for wrapped console_scripts.
...
Previously programs would see '.<program>-wrapped' as their program name. This is a workaround
but should be reasonably safe and reliable.
2014-07-27 13:23:15 +02:00
Cillian de Róiste
077d989ad1
Merge branch 'shotcut'
...
Add Shotcut (video editor), update Kdenlive and MLT, add frei0r and movit plugins
2014-07-27 13:03:08 +02:00
Cillian de Róiste
a9c04fa699
frei0r: fix typo
2014-07-27 12:53:57 +02:00
Cillian de Róiste
ab7349711b
Add Shotcut: A free, open source, cross-platform video editor
...
Includes a patch which has already been applied upstream:
mltframework/shotcut#31
2014-07-27 12:53:57 +02:00
Cillian de Róiste
1f9334cab3
MLT: 0.9.0 -> 0.9.2, add movit and frei0r plugins, add qt4 and qt5 variants
...
Shotcut segfaults on startup when compiled against an MLT which was
built with qt4. Kdenlive seqfaults when compiled against an MLT which
was built with qt5. Hence the need for the two variants.
Also, I'm adopting MLT as a maintainer.
2014-07-27 12:53:56 +02:00
Cillian de Róiste
2723681a59
Kdenlive: 0.9.6 -> 0.9.8, add frei0r plugins, add myself to the maintainers
2014-07-27 12:53:56 +02:00
Cillian de Róiste
0fec3f82fc
Add frei0r: Minimalist, cross-platform, shared video plugins
2014-07-27 12:53:56 +02:00
Cillian de Róiste
ae16e892bb
Add movit: High-performance, high-quality video filters for the GPU
...
NOTE: movit expected to be able to read source files from gtest, so I
also made them available.
squash
2014-07-27 12:53:39 +02:00
Cillian de Róiste
e7bb85e448
Add epoxy: A library for handling OpenGL function pointer management
2014-07-27 12:14:38 +02:00
Moritz Ulrich
e4f978d09f
bbdb3: New package.
2014-07-27 10:55:43 +02:00
Bjørn Forsman
c8c04841e1
qjackctl: version bump 0.3.10 -> 0.3.11
2014-07-26 17:16:07 +02:00
Matej Cotman
dbc829f5d4
new package: zed 0.12.0 (installer)
2014-07-26 14:41:20 +02:00
Jaka Hudoklin
cbb6948b4e
Merge pull request #3369 from matejc/fixcpufreqmodule
...
fix e18 cpufreq module: set setuid to freqset
2014-07-26 14:24:23 +02:00
Evgeny Egorochkin
a7207cf389
RabbitMQ Java client library: package
2014-07-26 14:33:53 +03:00
Evgeny Egorochkin
8024d6ee3c
RabbitMQ server: bump to 3.3.4
2014-07-26 14:33:53 +03:00
Joachim Schiele
4f83b890db
Merge pull request #3371 from qknight/qt53
...
qt-5.3: added attrPath="qt53Full" and "attrPath="qt53"; qt-5.2 still default
2014-07-26 13:10:31 +02:00
Aycan iRiCAN
33c177c5e6
Merge pull request #3378 from MP2E/hlint_1_9_2
...
update hlint to 1.9.2
2014-07-26 13:33:37 +03:00
Jaka Hudoklin
b9b5e84081
Merge pull request #3003 from offlinehacker/nixpkg/nodejs/buildNodePackage/shellHook
...
buildNodePackage: add shell hook for development
2014-07-26 08:53:52 +02:00
Jaka Hudoklin
b459a93533
Merge pull request #3364 from joelteon/mysql-ps
...
On Darwin, add /bin/ps to path during MySQL build
2014-07-26 02:34:10 +02:00
Jaka Hudoklin
b035be7b44
Merge pull request #3292 from offlinehacker/elasticsearch_plugins
...
elasticsearch: add support for plugins
2014-07-26 02:23:46 +02:00
Jaka Hudoklin
7f467aeeb2
Merge pull request #3315 from fignuts/master
...
Add SpiderOak secure backup service.
2014-07-26 02:19:51 +02:00
Jaka Hudoklin
598d0460cd
Merge pull request #3355 from ttuegel/gnuplot
...
Update gnuplot and add optional Qt dependency
2014-07-26 02:14:56 +02:00
Jaka Hudoklin
9539195227
Merge pull request #3374 from FlashKorten/vimpc
...
vimpc: initial install script
2014-07-26 01:44:08 +02:00
Jaka Hudoklin
9a80c11dd3
Merge pull request #3376 from nilcons/bloomfilter
...
Fix bloomfilter package on 32 bits
2014-07-26 01:32:33 +02:00