aszlig
bd2aeb4883
beets-alternatives: Disable test suite for now
...
Regression introduced by 94351197cd
.
Running the tests results in the following traceback:
...
File ".../unittest/loader.py", line 91, in loadTestsFromName
module = __import__('.'.join(parts_copy))
File ".../test/regrtest.py", line 184, in <module>
for module in sys.modules.itervalues():
RuntimeError: dictionary changed size during iteration
The reason for this is that the test directory itself is called "test"
and the package including regrtest.py is also called "test", so the
loader tries to load tests from its own implementation.
We could fix this by changing PYTHONPATH and/or making the test
directory a proper package, but we'd still have failing tests because
beets itself is required to run the tests.
However for now I'm just removing the unit_tests kwarg in setup.py so
that we have the same behaviour as before the initially mentioned
commit.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-02 02:36:28 +02:00
Michael Raskin
cc44675dfc
Merge pull request #28855 from danielfullmer/john-compile-fix
...
john: workaroud for build failure
2017-09-01 21:55:28 +02:00
Jörg Thalheim
82c493d37c
Merge pull request #28860 from dtzWill/fix/clang_34_hardening
...
clang 3.4: Disable hardening bits (#28543 )
2017-09-01 19:36:24 +01:00
Jörg Thalheim
38311727f5
Merge pull request #28862 from veprbl/doc_fix
...
small documentation fixes
2017-09-01 19:35:47 +01:00
Joachim F
189797c795
Merge pull request #28840 from romildo/upd.uget
...
uget: 2.0.8 -> 2.0.10
2017-09-01 18:20:00 +00:00
Jörg Thalheim
e4bc14f6b7
python2Packages.jedi: fix tests
2017-09-01 19:06:49 +01:00
Dmitry Kalinkin
b6a1e439e1
documentation: use modern Firefox version in example
2017-09-01 14:03:28 -04:00
Jörg Thalheim
4a6295e6fb
turses: fix build
2017-09-01 18:56:04 +01:00
Dmitry Kalinkin
26068822d8
documentation: fix some spelling
2017-09-01 13:38:07 -04:00
Jörg Thalheim
8f932af263
python.pkgs.requests-oauthlib: fix source hash
...
Was accidentally broken during merge.
2017-09-01 18:22:52 +01:00
Will Dietz
cc45a96aea
clang_34: Disable hardening bits ( #28543 )
2017-09-01 12:08:25 -05:00
aszlig
799435b7ca
nixos/deluge: Fix deluge package attribute
...
Regression introduced by fa5e343242
.
The deluge package no longer resides in pythonPackages but now is a
top-level package.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @grantwwu, @fpletz
2017-09-01 18:07:12 +02:00
wisut hantanong
86587ea95b
nodePackages.live-server : init at 1.2.0
...
fixes #28813
2017-09-01 16:47:11 +01:00
aszlig
7f99876f50
conky: Don't enable nvidiaSupport by default
...
This has been introduced in 6a6fb6d31c
.
Relying on non-free software by default is probably a bad idea. Apart
from the fact that (sane) people usually don't want to have it sitting
on their system even people who don't care will have to set
"allowUnfree" to true in order to install conky.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @canndrew, @Mic92
2017-09-01 17:35:17 +02:00
Jörg Thalheim
6443915b07
Merge pull request #28853 from disassembler/espeak
...
Espeak gcc6 build fixes
2017-09-01 16:14:43 +01:00
Daniel Fullmer
28b1170f49
john: workaroud for build failure
2017-09-01 11:05:01 -04:00
zimbatm
101ccc0629
terraform: providers list ( #28818 )
...
* terraform: move plugin index
* terraform: introduce update script for plugins
* terraform: update provider list
2017-09-01 15:49:24 +01:00
Samuel Leathers
b2fd2a8100
espeakedit: fix build with gcc6
2017-09-01 10:47:04 -04:00
Samuel Leathers
6c1364712a
espeak-classic: fix build with gcc6
2017-09-01 10:46:48 -04:00
Peter Simons
88bb678bab
Merge pull request #28827 from mpickering/ghc-head-updates
...
ghcHEAD updates
2017-09-01 16:26:08 +02:00
romildo
1f48ad8699
uget: 2.0.8 -> 2.0.10
...
- Update to version 2.0.10
- Use wrapGAppsHook to wrap binaries
- Use gstreamer-1.0
- Add dependence on libappindicator
2017-09-01 11:22:28 -03:00
Matthew Pickering
d1ce5b69c0
ghcHEAD: Add new boot packages to configuration file
2017-09-01 13:49:56 +00:00
Matthew Pickering
d13f7c54e3
Use older version of jailbreak-cabal with ghcHEAD
...
See https://github.com/peti/jailbreak-cabal/issues/13
2017-09-01 13:49:56 +00:00
Jörg Thalheim
b2e7e231ec
Merge pull request #28825 from disassembler/crrcsim
...
crrcsim: build with gcc6
2017-09-01 14:13:21 +01:00
Jörg Thalheim
e316930b77
Merge pull request #28824 from mguentner/pybitmessage
...
pybitmessage: 0.4.4 -> 0.6.2
2017-09-01 14:12:19 +01:00
Samuel Leathers
6bc775cdf6
crrcsim: build with gcc6
2017-09-01 08:56:30 -04:00
Maximilian Güntner
e9203772f2
pybitmessage: replace find_library() calls with paths
...
fixes requested changes in #26616
2017-09-01 14:51:48 +02:00
shak-mar
e3d7c4ca19
pybitmessage: 0.4.4 -> 0.6.2
...
squashed hashes:
3ee20b2de7
b9a3a3b6a2
(details -> #26616 )
2017-09-01 14:49:56 +02:00
Jörg Thalheim
4ae12f099d
Merge pull request #28823 from disassembler/crda
...
crda: fix build with gcc6
2017-09-01 13:48:54 +01:00
Jörg Thalheim
c02ed7d9e7
Merge pull request #28821 from rvolosatovs/update/mopidy-iris
...
mopidy-iris: 3.2.0 -> 3.3.3
2017-09-01 13:45:48 +01:00
Samuel Leathers
e92f5b54fb
crda: fix build with gcc6
2017-09-01 08:37:50 -04:00
Roman Volosatovs
94649061c8
mopidy-iris: 3.2.0 -> 3.3.3
2017-09-01 14:22:31 +02:00
Gabriel Ebner
52eb0e0fbd
gnome3.dconf-editor: include gsettings_desktop_schemas
2017-09-01 13:07:39 +02:00
Vladimír Čunát
017561209e
chromium: try to hack around Hydra problems
...
Discussion: https://github.com/NixOS/nixpkgs/commit/e8f1ddcbd1d
2017-09-01 12:24:47 +02:00
Jörg Thalheim
7b6251b4dc
Merge pull request #28814 from loskutov/grml-zsh-unix
...
grml-zsh-config: generalize support to unix systems
2017-09-01 10:44:08 +01:00
Jörg Thalheim
84f52d20f1
Merge pull request #28807 from rardiol/openmw
...
openmw: 0.41 -> 0.42
2017-09-01 10:22:06 +01:00
Ignat Loskutov
9280937cd4
grml-zsh-config: generalize support to unix systems
2017-09-01 11:38:38 +03:00
Jörg Thalheim
d52eaf878c
python.pkgs.pytest-django: fix patch hash
2017-09-01 08:56:08 +01:00
Florian Jacob
786e9711f5
nixos/piwik: fix nginx submodule's ssl defaults
...
previous mkDefault did not work as expected,
as it did not overwrite the original submodule's defaults when the user
did not specify any custom options at all.
2017-09-01 08:13:34 +02:00
Jan Tojnar
3b9f0c6a46
gnome3 tests: fix by providing more memory
...
/cc #28053 .
2017-09-01 07:51:05 +02:00
Jörg Thalheim
dc8c7ada9a
Merge pull request #28808 from disassembler/bossa
...
bossa: fix build with gcc6
2017-09-01 06:49:10 +01:00
Jörg Thalheim
4c99d55bed
Merge pull request #28809 from eqyiel/fix-lftp
...
lftp: fix build on darwin
2017-09-01 06:47:08 +01:00
Jörg Thalheim
4d5aedd555
Merge pull request #28811 from disassembler/caneda
...
caneda: fix build with gcc6
2017-09-01 06:34:49 +01:00
Ruben Maher
d908b6a1b7
lftp: fix build on darwin
...
Add `gettext` (which provides `-lintl`) and disable `format` hardening in order
to fix build.
2017-09-01 12:58:32 +09:30
Samuel Leathers
04b8a85739
caneda: fix build with gcc6
2017-08-31 22:59:37 -04:00
Samuel Leathers
39154ab86f
bossa: fix build with gcc6
2017-08-31 22:44:56 -04:00
Ricardo Ardissone
a2794ee5f6
openmw: 0.41 -> 0.42
2017-08-31 22:18:27 -03:00
Jörg Thalheim
86e6e8016d
nodePackages.multi-file-swagger: init at 2.2.0
...
fixes #28737
2017-08-31 22:00:15 +01:00
Jörg Thalheim
4acdb408c0
Merge pull request #28801 from veprbl/sherpa_2_2_4
...
sherpa: 2.2.1 -> 2.2.4
2017-08-31 21:07:54 +01:00
Vladimír Čunát
69dd4f321f
Merge #28802 : rethinkdb: fix build with gcc6
2017-08-31 22:04:04 +02:00