Commit Graph

66299 Commits

Author SHA1 Message Date
Nikolay Amiantov
fc51e4f7dc Merge pull request #12339 from abbradar/df-new
Dwarf Fortress updates
2016-01-26 03:07:54 +03:00
Nikolay Amiantov
82a0dde83c dwarf-fortress: remove short md5 sums 2016-01-26 03:06:57 +03:00
Nikolay Amiantov
d3b642ce9a dwarf-fortress-wrapper: add themes support
Theme can be specified either as a derivation or as a string, in which
case it will be taken by name from a pre-defined set of themes available in
nixpkgs.
2016-01-26 03:06:07 +03:00
Nikolay Amiantov
7fe01a7279 phoebus-theme: update for 0.42.05, make a derivation
Also specify license, see https://github.com/fricy/Phoebus/issues/5
2016-01-26 03:05:50 +03:00
Adam Russell
6c9dd96377 dwarf-fortress: add phoebus 2016-01-26 03:05:49 +03:00
Nikolay Amiantov
fdae86fb4e dwarf-therapist: 31.0.0 -> 36.0.0 2016-01-26 03:05:38 +03:00
Nikolay Amiantov
92cda7a6bb dwarf-fortress: 0.40.24 -> 0.42.05, split derivations
This is a massive rework of the current dwarf_fortress package.
The main reason for rework is to split game, its libraries and wrappers,
enabling builds on Hydra and general maintainability.

dfhack, dwarf-fortress-unfuck, dwarf-fortress-original and dwarf-fortress
are now all separate derivations. All were updated to the latest versions
supporting DF 0.42.04 (some things taken from development branches):

dfhack: 20150927 -> 20160118
dwarf-fortress-unfuck: 0.40.24 -> 20160118
dwarf-fortress-original: 0.40.24 -> 0.42.05

dfhack got a patch for using more system libraries.

Wrapper scripts were also redone -- now they support DF_DIR variable (for
setting another data directory) and try to save more space by means of
symlinking. They now try to be more smart, updating those directories that were
not touched by user automatically.

All the new packages now reside in dwarf-fortress-packages. dwarf_fortress was
renamed into dwarf-fortress per our conventions, old name is deprecated. Also
duplicate dfhack derivation is removed.

Also drop dwarfFortress.enableDFHack config option; it can be re-added later
but now is deemed controversial.
2016-01-26 03:03:12 +03:00
Jascha Geerds
9e56b18cde morituri: Add missing platforms attribute 2016-01-25 23:13:21 +01:00
Nikolay Amiantov
5bc8f09b65 Merge pull request #12577 from zohl/flashplayer
Standalone flashplayers
2016-01-26 00:49:02 +03:00
John Wiegley
5009b4a8cf coq_8_5: 8.5rc1 -> 8.5 2016-01-25 12:33:31 -08:00
Arseniy Seroka
e395cb0214 Merge pull request #12601 from tomberek/gateone_update
Gateone: fix cacerts dependency
2016-01-25 23:14:53 +03:00
Tobias Geerinckx-Rice
ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice
7b6454cbb9 geolite-legacy 2016-01-18 -> 2016-01-25 2016-01-25 16:37:13 +01:00
Shea Levy
495e8a6906 rt: Include version in drv 2016-01-25 10:21:09 -05:00
Nicolas Pouillard
a04e3c7615
interlock: init at 2016.01.14
Also add textsecure on which it depends:
textsecure: init at 505e129c42fc4c5cb2d105520cef7c04fa3a6b64
2016-01-25 15:13:05 +01:00
Vincent Laporte
c0691a0659 compcert: 2.5 -> 2.6 2016-01-25 11:48:47 +01:00
Vladimír Čunát
1f2b819783 binutils: extend meta.platforms to unix to fix #12606
Also refactor meta.
Maybe we could have platforms.all in there, but I leave it here.
2016-01-25 11:18:10 +01:00
Nikolay Amiantov
3622038d20 easyrsa2: init at 2.2.0 2016-01-25 12:14:01 +03:00
Tomasz Czyż
7362936cd6 quicksynergy: init at 0.9.0 (close #12325)
vcunat moved `version` into the derivation.
2016-01-25 09:30:00 +01:00
Jude Taylor
c473bea69a Merge pull request #12603 from zimbatm/ruby-fixes
Ruby fixes
2016-01-24 22:48:14 -08:00
Tobias Geerinckx-Rice
626c09bb46 scanbd: init at 1.4.4 2016-01-25 03:43:19 +01:00
Tobias Geerinckx-Rice
87df7fc745 sane-backends: propagate libjpeg library path 2016-01-25 03:43:18 +01:00
Tobias Geerinckx-Rice
c5bb4f503b libconfuse: init at 2.8 2016-01-25 02:48:27 +01:00
Tobias Geerinckx-Rice
d186a66d33 sane-backends-git -> 2016-01-25 2016-01-25 01:40:20 +01:00
zimbatm
e9eda43928 buildRubyGem: fix missing libobjc in darwin
This was preventing any ruby gem with a c extension to build.

mkmf would fail with a misleading error:

    /nix/store/dmkcai8fnv21qxiasx628nim3mq4r4wg-ruby-2.2.3-p0/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
    You have to install development tools first.
2016-01-24 23:15:40 +00:00
zimbatm
9a55295c49 buildRubyGem: fix NoMethodError
generate_stub doesn't exist and the output is not used in the code so I just
removed the line.

This was preventing the binstubs from generating properly.
2016-01-24 23:14:00 +00:00
Charles Strahan
95d892ec26 ghcjs: update and fix ghcjs/reflex libs
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
2016-01-24 17:13:45 -05:00
Thomas Bereknyei
80d38d12b4 Gateone: fix cacerts dependency 2016-01-24 16:52:06 -05:00
Arseniy Seroka
e9950f465c Merge pull request #12566 from sheganinans/master
kdbplus bump
2016-01-24 23:24:36 +03:00
Arseniy Seroka
10f7070bf0 Merge pull request #12221 from spinus/solaar
solaar: init at 0.9.2
2016-01-24 23:16:12 +03:00
Arseniy Seroka
988fcf8890 Merge pull request #12561 from Baughn/factorio
factorio: init at 0.12.20
2016-01-24 23:13:49 +03:00
Arseniy Seroka
d6d22151fa Merge pull request #12588 from dezgeg/pr-binutils-platforms
binutils: Add platforms
2016-01-24 23:12:14 +03:00
Peter Simons
afba955d21 Merge pull request #12598 from cstrahan/haskell-post-patch
haskell-packages: properly set postPatch
2016-01-24 21:06:52 +01:00
Tobias Geerinckx-Rice
76b2ffbb08 Merge pull request #12587 from timbertson/gup
gup: 0.5.1 -> 0.5.3
2016-01-24 20:48:38 +01:00
Eric Seidel
dd6d4ca8cc racket: change meta.platorms to unix 2016-01-24 11:33:34 -08:00
Frederik Rietdijk
28b460cdaa pythonPackages.CommonMark: disable tests 2016-01-24 19:51:17 +01:00
Frederik Rietdijk
33c3e2e404 pythonPackages.xarray: fix test runner 2016-01-24 19:51:17 +01:00
Frederik Rietdijk
63353f9270 pythonPackages.cloudpickle: disable tests 2016-01-24 19:51:17 +01:00
Frederik Rietdijk
6f32d2a805 pythonPackages.tinycss: fix tests 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
b194f07fda pythonPackages.dask: fix test runner, disable tests 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
08d43cd52e pythonPackages.cloudpickle: init at 0.1.1 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
3f82220c38 pythonPackages.umalqurra: no tests included 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
6d478b3faf pythonPackages.seaborn: fix test runner, disable tests 2016-01-24 19:51:15 +01:00
Frederik Rietdijk
64e4bdf109 pythonPackages.le: disable tests 2016-01-24 19:51:15 +01:00
Frederik Rietdijk
e72f0f2a6c pythonPackages.joblib: 0.9.0b4 -> 0.9.4 2016-01-24 19:51:15 +01:00
Domen Kožar
31e465b584 dill: disable tests 2016-01-24 19:51:15 +01:00
Frederik Rietdijk
707f512c7d fix eval 2016-01-24 19:51:14 +01:00
Frederik Rietdijk
af6d9c876c pythonPackages.tinycss: fix test runner 2016-01-24 19:51:14 +01:00
Frederik Rietdijk
916f770ad4 pythonPackages.testfixtures: fix test runner, disable tests 2016-01-24 19:51:14 +01:00
Frederik Rietdijk
c0a54c4594 pythonPackages.uncertainties: disable tests 2016-01-24 19:51:14 +01:00
Domen Kožar
7bc2f2413d blessings,nose_progressive: bump and fix for py3k 2016-01-24 19:51:14 +01:00
Domen Kožar
e572aff12d futures_2_2: override futures 2016-01-24 19:51:13 +01:00
Domen Kožar
5a738e4542 pygraphviz: force rebuild 2016-01-24 19:51:13 +01:00
Domen Kožar
50767cd994 pygeoip: disable tests 2016-01-24 19:51:13 +01:00
Domen Kožar
8dda9916e2 sqlparse: disable tests on py3k 2016-01-24 19:51:13 +01:00
Domen Kožar
d483ad069f pymysql: disable tests 2016-01-24 19:51:12 +01:00
Frederik Rietdijk
44f8a047f1 pythonPackages.mysql: disable tests 2016-01-24 19:51:12 +01:00
Frederik Rietdijk
feec7427e5 pythonPackages.pycups: disable tests 2016-01-24 19:51:12 +01:00
Domen Kožar
fcd91c453c ndg_httpsclient: disable tests 2016-01-24 19:51:12 +01:00
Frederik Rietdijk
3479b2f985 pythonPackages.typogrify: disable tests 2016-01-24 19:51:11 +01:00
Tobias Geerinckx-Rice
d39f16fee6 pythonPackages.pelican: fix tests with Pygments 2.1
Broken in 38c83e2916.
I'll open an upstream PR with this patch as well.
2016-01-24 19:43:54 +01:00
Charles Strahan
4fd985b9ae haskell-packages: properly set postPatch
The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
2016-01-24 13:32:56 -05:00
Charles Strahan
700e4aebdc ghcjs: fix the build 2016-01-24 13:28:24 -05:00
Al Zohali
d9066cd36f flashplayer-standalone: init at 11.2.202.559 2016-01-24 19:29:02 +03:00
Aaron Schif
9aac99ccb0 homesick: init at 1.1.3 (close #12465) 2016-01-24 17:22:13 +01:00
Frederik Rietdijk
a98b8f3f11 pythonPackages.pygments_2_0: init at 2.0.2 2016-01-24 17:08:11 +01:00
Frederik Rietdijk
2b3f17f4e8 pythonPackages.dateutil_1_5: disable for python 3.x 2016-01-24 17:06:03 +01:00
Domen Kožar
215c5e4f78 django_1_9: don't run tests 2016-01-24 16:56:26 +01:00
Domen Kožar
6985596af8 filebrowser_safe: fix tests 2016-01-24 16:51:19 +01:00
Frederik Rietdijk
2c1c746497 pythonPackages.botocore: fix test runner, disable testing 2016-01-24 16:49:26 +01:00
Frederik Rietdijk
ced3914cdc pythonPackages.awscli: disable testing 2016-01-24 16:49:10 +01:00
Domen Kožar
5a5e0757c5 azure-common: disable on PyPy 2016-01-24 16:47:10 +01:00
Domen Kožar
6dbec4451c tlsh: 3.4.1 -> 3.4.5, disable tests 2016-01-24 16:45:33 +01:00
Domen Kožar
cc960f658c pythonPackages.deform_bootstrap: fix build 2016-01-24 16:40:58 +01:00
Domen Kožar
62d914d8a2 pythonPackages.jedi: 0.8.1 -> 0.9.0, disable tests 2016-01-24 16:15:48 +01:00
Frederik Rietdijk
09cd68dfb2 pythonPackages.cairocffi: 0.7.1 -> 0.7.2, mark as broken
Fixed the test runner.
Apparently a library could not be opened.
2016-01-24 16:12:09 +01:00
Domen Kožar
e0606c55dc pythonPackages.nose-progressive: 1.3 -> 1.5.1 2016-01-24 16:04:49 +01:00
Domen Kožar
9e988d4f70 pythonPackages.Logbook: 0.4.2 -> 0.11.3, enable tests 2016-01-24 16:00:59 +01:00
Domen Kožar
4d1405091d pythonPackages.shapely: run tests from 2016-01-24 16:00:59 +01:00
Frederik Rietdijk
baaa62e1a9 python.qtconsole: explain why tests disabled 2016-01-24 15:53:36 +01:00
Frederik Rietdijk
32582d2873 pythonPackages.pycparser: disable python 3.5 2016-01-24 15:52:40 +01:00
Frederik Rietdijk
e09ad08442 pythonPackages.qtconsole: disable tests 2016-01-24 15:38:55 +01:00
Frederik Rietdijk
fb4560ceda pythonPackage.cffi_0_8: exit at 0.8.6 2016-01-24 15:35:54 +01:00
Domen Kožar
ba82374e3f fix eval 2016-01-24 15:33:35 +01:00
Domen Kožar
ac160ab42f fabric -> Fabric 2016-01-24 15:32:46 +01:00
Domen Kožar
8ebd757d8b nixopsUnstable: nixops 2016-01-24 15:28:49 +01:00
Frederik Rietdijk
9226f8783e pythonPackages.pyopengl: disable tests 2016-01-24 15:18:39 +01:00
Frederik Rietdijk
df24802268 pythonPackages.ply: 3.7 -> 3.8 2016-01-24 15:13:41 +01:00
Frederik Rietdijk
2902ad92f7 pythonPackages.jmespath: fix test runner 2016-01-24 15:07:01 +01:00
Frederik Rietdijk
3d565008e8 pythonPackages.readme: fix test runner, disable tests 2016-01-24 14:54:50 +01:00
Frederik Rietdijk
7d0ed7978e pythonPackages.reportlab: disable for PyPy 2016-01-24 14:47:41 +01:00
Frederik Rietdijk
dbe8f25561 pythonPackages.slixmpp: add missing dependency 2016-01-24 14:47:25 +01:00
obadz
3a9983b45d couchdb: add platform, remove maintainer that was added accidentally, fixes #12502 2016-01-24 14:39:47 +01:00
Frederik Rietdijk
4104f09fab pythonPackages.qtconsole: add nose 2016-01-24 14:34:17 +01:00
Frederik Rietdijk
3da674148b pythonPackages.Fabric: fix dependency on fudge<1 2016-01-24 14:34:17 +01:00
Frederik Rietdijk
d893d1c8eb pythonPackages.fudge_9: init at 0.9.6
needed for Fabric
2016-01-24 14:34:17 +01:00
Frederik Rietdijk
446a99b9d5 pythonPackages.ipyparallel: disable tests 2016-01-24 14:34:17 +01:00
Frederik Rietdijk
85a3f52e10 pythonPackages.futures: 3.0.3 -> 3.0.4 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
e6e5655926 pythonPackages.aiodns: 0.3.2 -> 1.0.0 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
b69ff580e2 pythonPackages.poezio: add test runner 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
9890ee7bc1 pythonPackages.pycares: 0.7.0 -> 1.0.0 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
8f1ab60ad2 pythonPackages.slixmpp: 1.0.post5 -> 1.1 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
d919387356 pythonPackages.cmd2: disable tests 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
4afc8dba84 pythonPackages.mrbob: 0.1.1 -> 0.1.2 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
9558ab1ba9 pythonPackages.reportlab: fix test runner 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
63804899ec pythonPackages.GitPython: disable tests 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
2144c41530 pythonPackages.pypdf2: mark broken 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
6a1390aff3 pythonPackages.wrapt: disable tests 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
430ddcd65f pythonPackages.PyStemmer: fix test runner 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
4bd7239f50 pythonPackages.pygments: disable tests 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
3bb7c30cca pythonPackages.ldappool: disable python 3.x 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
e09c4b3a9d pythonPackages.nosejs: fix test runner 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
1a25a73299 pythonPackages.nose-cover3: disable tests 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
ca1e2f05b7 pythonPackages.nbformat: add nose 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
992c5d95f0 pythonPackages.nbconvert: add test runner, disable tests 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
f9035f473e pythonPackages.pygraphviz: fix url 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
0a9e7a5fe8 pythonPackages.jupyter_core: add test runner, disable tests 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
7598a25130 pythonPackages.notebook: fix test runner, disable tests 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
f10234eeb8 pythonPackages.jupyter_client: add test runner, disable tests 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
4e1ed2fea0 pythonPackages.ipywidgets: fix something 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
7e6e897fce pythonPackages.fusepy: disable tests 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
07d5eae59d pythonPackages.nose-parameterized: fix test runner 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
f586ff981a pythonPackages.fudge: 0.9.6 -> 1.1.0 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
5a6c570b4e pythonPackages.Fabric: 1.10.0 -> 1.10.2 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
55d3637361 pythonPackages.keepalive: 0.4.1 -> 0.5 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
2a46ead803 pythonPackages.bsddb3: disable Python 3.x 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
ab870b756e pythonPackages.cytoolz: disable PyPy 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
8879d1dc04 pythonPackages.Babel: 2.1.1 -> 2.2.0 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
8dceb18ae2 pythonPackages.snowballstemmer: 1.2.0 -> 1.2.1 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
18355061b0 pythonPackages.setuptools_scm: 1.7.0 -> 1.10.1 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
5ce5577cd1 pythonPackages.alabaster: 0.7.3 -> 0.7.7 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
b1152099cd pythonPackages.astroid: fix missing dependency 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
268439eb36 pythonPackages.fastimport: fix testrunner, disable python 3 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
2e5ec8d35c pythonPackages.eventlib: Disable python 3 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
b23586919c pythonPackages.iniparse: disable tests 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
07e721e18b pythonPackages.thrift: 0.9.2 -> 0.9.3 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
0ea690d4e1 pythonPackages.audioread: 1.2.1 -> 2.1.1 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
f46faccbf0 pythonPackages.funcy: 1.4 -> 1.6 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
7beace29af pythonPackages.funcparserlib: fix test runner, disable python 3.x 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
9441311e93 pythonPackages.pylint: 1.4.1 -> 1.5.4 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
1a8c7c9030 pythonPackages.pytest_28: init at 2.8.6 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
bb9f1e7e3b pythonPackages.astroid: 1.3.4 -> 1.4.4 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
61e7978c46 pythonPackages.lazy-object-proxy: init at 1.2.1 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
a57a8fae39 pythonPackages.tidylib: fix test runner, disable tests 2016-01-24 14:34:05 +01:00
Frederik Rietdijk
3b2e3355db pythonPackages.traits: disable tests
Broken test suite.
2016-01-24 14:34:05 +01:00
Frederik Rietdijk
8c48312066 pythonPackages.traitlets: fix test runner 2016-01-24 14:34:05 +01:00
Frederik Rietdijk
945872dc19 pythonPackages.fasteners: fix test runner 2016-01-24 14:34:05 +01:00
Frederik Rietdijk
c882af9cf3 pythonPackages.pystache: fix test runner 2016-01-24 14:34:04 +01:00
Frederik Rietdijk
7051a66805 pythonPackages.fs: 0.5.0 -> 0.5.4 2016-01-24 14:34:04 +01:00
Frederik Rietdijk
f1c24d4866 pythonPackages.willow: 0.2.1 -> 0.2.2, disable tests
Test data is not included.
2016-01-24 14:34:04 +01:00
Frederik Rietdijk
a086b364da pythonPackages.qrcode: disable for python 3.x 2016-01-24 14:34:04 +01:00
Frederik Rietdijk
18ae7a182b pythonPackages.pexpect: disable tests 2016-01-24 14:34:03 +01:00
Frederik Rietdijk
a161800865 pythonPackages.cytoolz: fix test runner, disable tests for 3.5 2016-01-24 14:34:03 +01:00
Frederik Rietdijk
541fe51a51 pythonPackages.bottleneck: fix test runner 2016-01-24 14:34:03 +01:00
Frederik Rietdijk
7c2af9fe4f pythonPackages.cython: disable tests
Fixed invocation of test suite. Disabled tests due to compiler errors
and testing taking a very long time.
2016-01-24 14:34:03 +01:00
Frederik Rietdijk
8e8f1b14d0 pythonPackages.mock: invoke correct test runner 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
3633eea4d0 pythonPackages.xlrd: 0.9.3 -> 0.9.4 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
05b7ad6612 pythonPackages.py: Disable tests due to circular dependency
Since we weren't invoking the correct test runner (py.test) the tests
weren't actually ran. Nevertheless, we won't be possible to run them
because of a circular dependency so let's disable them.
2016-01-24 14:34:02 +01:00
Frederik Rietdijk
30623449cf pythonPackages.click: run correct test runner 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
cb69ea969b pythonPackages.six: use correct test runner 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
e0d0f8dbd2 pythonPackages.setuptools and bootstrapped-pip: 18.2 -> 19.4
Update to latest setuptools. Latest setuptools will always try to run tests.
This can cause some very vague errors. We now need to fix all packages where we do not
invoke the correct test runner.
2016-01-24 14:34:01 +01:00
Frederik Rietdijk
5c565856be pythonPackages.pathpy: 7.6 -> 8.1.2 2016-01-24 14:34:01 +01:00
Frederik Rietdijk
91c5fc3aa9 pythonPackages.ledger-autosync: add missing buildInput nose 2016-01-24 14:34:01 +01:00
Frederik Rietdijk
46ef50e7ca pythonPackages.dateparser: 0.3.1 -> 0.3.2-pre-2016-01-21 2016-01-24 14:34:01 +01:00
Frederik Rietdijk
ec5ca4c55d pythonPackages.umalqurra: init at 0.2
This package has no license specified, so I use public domain here.
2016-01-24 14:34:00 +01:00
Frederik Rietdijk
a94703dbb2 pythonPackages.shortuuid: 0.4.2 -> 0.4.3 2016-01-24 14:34:00 +01:00
Frederik Rietdijk
2c866e479a pythonPackages: move LC_ALL="en_US.UTF-8"; out of phases 2016-01-24 14:34:00 +01:00
Frederik Rietdijk
f2dd69a736 pythonPackages.pep8: 1.5.7 -> 1.7.0
Now supports Python 3.5.
2016-01-24 14:34:00 +01:00
Frederik Rietdijk
0ae31562d4 pythonPackages.flake8: 2.5.0 -> 2.5.1 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
a2805e5f33 pythonPackages.shapely: 1.3.1 -> 1.5.13 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
4f31a4b993 pythonPackages.rsa: 3.1.4 -> 3.3 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
9cbfa6640a pythonPackages.pyzmq: 14.5 -> 15.2 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
3f928e4702 pythonPackages.pytz: 2015.4 -> 2015.7 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
cebb7a13f2 pythonPackages.terminado: 0.5 -> 0.6 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
901d2c3074 pythonPackages.tqdm: 3.1.4 -> 3.7.1 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
6b1065e98b pythonPackages.psutil: 2.1.1 -> 3.4.2 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
9776260475 pythonPackages.pygraphviz: 1.3 -> 1.3.1 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
d0856b3771 pythonPackages.oauth2: 1.5.211 -> 1.9.0.post1 2016-01-24 14:33:57 +01:00
Frederik Rietdijk
d216359528 pythonPackages.carbon: 0.9.12 -> 0.9.15
No tests included in tarball.
2016-01-24 14:33:57 +01:00
Frederik Rietdijk
2ea4d056b6 pythonPackages.doctest-ignore-unicode: init at 0.1.2 2016-01-24 14:33:57 +01:00
Frederik Rietdijk
6c8ebec7db pythonPackages.scripttest: Disable tests
Tests are not included. Nose is also not required.
2016-01-24 14:33:57 +01:00
Frederik Rietdijk
1ae037ee28 pythonPackages.line_profiler: disable for pypy 2016-01-24 14:33:56 +01:00
Frederik Rietdijk
8535503556 pythonPackages.twisted: 11.1 -> 15.5 2016-01-24 14:33:56 +01:00
Frederik Rietdijk
4df253790a pythonPackages.python_statsd: remove myself from maintainers
No idea how I became maintainer of this package.
2016-01-24 14:33:56 +01:00
Frederik Rietdijk
891bec3f77 pythonPackages.ipython_gen_utils: fix test runner 2016-01-24 14:33:56 +01:00
Frederik Rietdijk
4d3f714217 pythonPackages.ipython_genutils: add maintainer 2016-01-24 14:33:55 +01:00
Frederik Rietdijk
694c2c149a pythonPackages.traitlets: 4.0.0 -> 4.1.0 2016-01-24 14:33:55 +01:00
Frederik Rietdijk
bb16c26538 pythonPackages.xarray: 0.6.1 -> 0.7.0
Note that xray has been renamed to xarray.
2016-01-24 14:33:55 +01:00
Frederik Rietdijk
569acd33e5 pythonPackages.isodate: 0.5.0 -> 0.5.4 2016-01-24 14:33:55 +01:00
Frederik Rietdijk
84155c4fdb pythonPackages.recommonmark: 0.2.0 -> 0.4.0 2016-01-24 14:33:54 +01:00
Frederik Rietdijk
881dbe42d5 pythonPackages.qtconsole: 4.1.0 -> 4.1.1 2016-01-24 14:33:54 +01:00
Frederik Rietdijk
494e6be6bb pythonPackages.numba: 0.22.1 -> 0.23.1
Update numba.
Even when executing the correct file, the tests still fail; cannot
import an extension module.
2016-01-24 14:33:54 +01:00
Frederik Rietdijk
bfb414d5c6 pythonPackages.nose: 1.3.4 -> 1.3.7 2016-01-24 14:33:54 +01:00
Frederik Rietdijk
4d9bdce5c4 pythonPackages.iso8601: 0.1.10 -> 0.1.11 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
2b708d43f0 pythonPackages.ipython: 4.0.0 -> 4.0.3 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
390d6016fe pythonPackages.ipykernel: 4.2.0 -> 4.2.2 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
9302637819 pythonPackages.jupyter_console: 4.0.3 -> 4.1.0 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
7df3009522 pythonPackages.dask: 0.7.5 -> 0.7.6 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
4537bbf8b9 pythonPackages.CommonMark: 0.5.4 -> 0.6.3 2016-01-24 14:33:52 +01:00
Edward Tjörnhammar
e8cc9204a8 Merge pull request #12568 from gebner/idea-openjdk8
idea: fix problems with openjdk8
2016-01-24 10:29:54 +01:00
Tuomas Tynkkynen
f62dbc0121 binutils: Add platforms
There are some variants of binutils in all-packages.nix that aren't
getting built by Hydra currently.
2016-01-24 08:47:46 +02:00
Tim Cuthbertson
b82d5ef857 gup: 0.5.1 -> 0.5.3 2016-01-24 16:34:07 +11:00
Franz Pletz
c485ba1c66 batman-adv: 2015.2 -> 2016.0 2016-01-24 05:20:18 +01:00
Dan Peebles
ef1f64106f kernel: add back the patch I just removed by accident 2016-01-24 04:12:17 +00:00
Dan Peebles
78956c77c0 linux: 4.3.3 -> 4.34 (and update grsecurity patches, too) 2016-01-24 03:53:46 +00:00
Patrick Mahoney
9790094f23 libgdiplus: build on darwin 2016-01-23 21:49:50 -06:00
Tobias Geerinckx-Rice
aca5edb8f9 borg: build and install documentation 2016-01-24 04:12:11 +01:00
Tobias Geerinckx-Rice
10229032a9 borg: 0.29.0 -> 0.30.0
Compatibility notes:

- you may need to use -v (or --info) more often to actually see
  output emitted at INFO log level (because it is suppressed at
  the default WARNING log level). See the general section in the
  usage docs.
- for borg create, you need --list (additionally to -v) to see
  the long file list (was needed so you can have e.g. --stats
  alone without the long list)
- see link below about BORG_DELETE_I_KNOW_WHAT_I_AM_DOING
  (was: BORG_CHECK_I_KNOW_WHAT_I_AM_DOING)

More: https://github.com/borgbackup/borg/blob/0.30.0/docs/changes.rst
2016-01-24 04:10:57 +01:00
Tomasz Czyż
2bdd64d6dc solaar: init at 0.9.2 2016-01-24 02:26:19 +00:00
Nathaniel Baxter
e800e5bb11 teamspeak client: bump 3.0.18.1 -> 3.0.18.2 2016-01-24 13:11:27 +11:00
Tobias Geerinckx-Rice
32d40f0f98 Remove no longer (or never) referenced patches
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Franz Pletz
5fa5eae086 Merge pull request #12580 from benley/nginx-statsd
nginx: add statsd to the available modules
2016-01-24 01:23:20 +01:00
Benjamin Staffin
9bad9c8bf3 nginx: add statsd to the available modules 2016-01-23 17:25:49 -05:00
Robert Helgesson
6190c57226 perl-MooseXTypesCommon: 0.001008 -> 0.001013
Also add some meta data and myself as maintainer.
2016-01-23 22:22:13 +01:00
Robert Helgesson
d8b8344b0e perl-MooseXTypes: 0.45 -> 0.46
Also fix license field and add myself as maintainer.
2016-01-23 22:22:13 +01:00
Robert Helgesson
f53ecf051d perl-SubExporterForMethods: 0.100051 -> 0.100052 2016-01-23 22:22:13 +01:00
Robert Helgesson
f79c8df3e8 perl-CGI: 4.21 -> 4.25
Also add license information and myself as maintainer.
2016-01-23 22:22:13 +01:00
Robert Helgesson
daa188107d perl-if: 0.0601 -> 0.0606
Also, move the package into an attribute called "if" with the old "if_"
attribute referencing the new one.
2016-01-23 22:22:13 +01:00
Philipp Volguine
af2b47646c Merge remote-tracking branch 'philhub/master' 2016-01-23 21:19:34 +00:00
Philipp Volguine
7c4830f3b7 Version bump of e1000e driver (2.5.4 -> 3.3.1) 2016-01-23 21:17:56 +00:00
Domen Kožar
c445ec36cb add ipmiview: supermicro ikvm and remote control 2016-01-23 22:14:51 +01:00
Aistis Raulinaitis
d0b7d528e8 kdb 3.2 -> 3.3 2016-01-23 12:48:17 -08:00
davidak
0ed01e0425 rarcrack: init at 0.2 2016-01-23 21:39:22 +01:00
Austin Seipp
d787c2258b nixpkgs: systemd - add some more dependencies
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-23 17:48:41 +00:00
Dan Peebles
8f9aea9ccc grsecurity: fix kernel config and uncomment grsecurity kernels 2016-01-23 16:58:44 +00:00
Tomas Vestelind
2eab353a4a license lgpg21 -> lgpl21 2016-01-23 17:36:57 +01:00
Cillian de Róiste
85f9d04319 mixxx: tidy up, remove obsolete patch, co-adopt 2016-01-23 15:47:41 +01:00
Cillian de Róiste
63485280dd mixxx: 1.11.0 -> 2.0.0 2016-01-23 15:47:41 +01:00
Dan Peebles
bffc446394 paxtest: init at 0.9.14 2016-01-23 14:36:08 +00:00
Dan Peebles
33cf0792b1 grsecurity-testing: update patches and associated kernel version 2016-01-23 14:29:34 +00:00
Svein Ove Aas
ef582b2805 factorio: init at 0.12.20 2016-01-23 13:15:18 +00:00
Nikolay Amiantov
f18317885a fhs-userenv: don't use bash login mode
Login mode can cause hidden problems, e.g. #12406. Generally we don't want
to read user's .bash_profile when we don't start an interactive shell inside
a chroot.
2016-01-23 15:55:53 +03:00
Gabriel Ebner
a8d6ad8690 idea: use openjdk8 again 2016-01-23 13:39:15 +01:00
Gabriel Ebner
b47d2f8029 openjdk8: do not symlink icc profiles 2016-01-23 13:22:48 +01:00
Nikolay Amiantov
29785c5b7a Merge pull request #12309 from zohl/chromiumos-kernel
Add ChromiumOS kernels
2016-01-23 13:13:59 +03:00
Damien Cassou
9a5fcab124 Merge pull request #12563 from mbakke/heimdall-git
heimdall: 1.4.1 -> 1.4.2pre
2016-01-23 10:30:05 +01:00
Nikolay Amiantov
bf208745ab Merge pull request #12290 from abbradar/dovecot-updates
Rework dovecot module, add and update plugins, default Dovecot to 2.2
2016-01-23 12:02:23 +03:00
Nikolay Amiantov
34769a3d72 Merge pull request #12508 from heydojo/ati-drivers-backport
ati-drivers: Restore opengl & direct rendering
2016-01-23 12:00:19 +03:00
Marius Bakke
c1eec00179 heimdall: 1.4.1 -> 1.4.2pre 2016-01-23 04:08:28 +00:00
Nikolay Amiantov
2d64202895 Merge pull request #12529 from bendlas/update-wine
wine[-stable,tricks]: version updates
2016-01-23 06:43:06 +03:00
Tomas Vestelind
5284416c14 vassal: new package 2016-01-23 02:42:51 +01:00
Eric Seidel
2e62f785d4 racket: fix on darwin 2016-01-22 17:38:11 -08:00
Peter Simons
ecc48af0ce hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: a28e076b47
  - Hackage: c63083af59
  - LTS Haskell: cf055c2754
  - Stackage Nightly: 8f10b44c12
2016-01-22 22:23:00 +01:00
Thomas Tuegel
aeda2a129f emacs-isearch-plus: 20160115.1122 -> 20160118.1030 2016-01-22 15:18:12 -06:00
Thomas Tuegel
c5393b7b24 melpaStablePackages.graphene: mark broken 2016-01-22 15:14:05 -06:00
Thomas Tuegel
ee81df1a92 melpaPackages.graphene: mark broken 2016-01-22 15:13:41 -06:00
Arseniy Seroka
8df0951f59 vimPlugins: update 2016-01-22 2016-01-22 23:02:39 +03:00
Arseniy Seroka
0f152180b0 Merge pull request #12553 from rvl/xcftools
xcftools: init at 1.0.7
2016-01-22 22:47:59 +03:00
Rodney Lorrimar
a8aecdcc20 xcftools: init at 1.0.7 2016-01-22 19:45:48 +00:00
Arseniy Seroka
e80f54d3a2 Merge pull request #12554 from rvl/iplayer
get_iplayer fixes
2016-01-22 22:39:58 +03:00
Pascal Wittmann
de1aba33e8 progress: 0.9 -> 0.12.1 2016-01-22 19:38:21 +01:00
Franz Pletz
eb51c475a0 Merge pull request #12546 from romildo/update-awesome
awesome: 3.5.6 -> 3.5.7
2016-01-22 19:08:54 +01:00
Rodney Lorrimar
546679f2e3 get_iplayer: 2.86 -> 2.94 2016-01-22 18:05:27 +00:00
Rodney Lorrimar
bde97e0417 get_iplayer: remove irrelevant warning 2016-01-22 18:04:52 +00:00
José Romildo Malaquias
d9a407a8c4 awesome: 3.5.6 -> 3.5.7 2016-01-22 15:42:52 -02:00
Graham Christensen
4a6602c3cd awscli: Install less to fix help docs
Without less, we get:

```
2016-01-22 10:31:59,098 - MainThread - awscli.help - DEBUG - Running command: ['groff', '-man', '-T', 'ascii']
2016-01-22 10:31:59,109 - MainThread - awscli.help - DEBUG - Running command: ['less', '-R']
2016-01-22 10:31:59,111 - MainThread - awscli.clidriver - DEBUG - Exception caught in main()
Traceback (most recent call last):
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/clidriver.py", line 183, in main
    return command_table[parsed_args.command](remaining, parsed_args)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 245, in __call__
    self.renderer.render(self.doc.getvalue())
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 81, in render
    self._send_output_to_pager(converted_content)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 86, in _send_output_to_pager
    p = self._popen(cmdline, stdin=PIPE)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 90, in _popen
    return Popen(*args, **kwargs)
  File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
2016-01-22 10:31:59,112 - MainThread - awscli.clidriver - DEBUG - Exiting with rc 255

[Errno 2] No such file or directory
```

Import less along with groff

Fixes #12549.
2016-01-22 18:31:49 +01:00
Franz Pletz
cc3f5b40a3 mopidy: 1.1.1 -> 1.1.2 2016-01-22 18:31:28 +01:00
Franz Pletz
85675ebcaf Merge pull request #12512 from vandenoever/odpdown
Odpdown
2016-01-22 18:09:39 +01:00
Jos van den Oever
6e586a32fd odpdown: init at 0.4.1 2016-01-22 17:59:48 +01:00
Arseniy Seroka
801225a34e Merge pull request #12536 from vbgl/ncmpcpp-72
ncmpcpp: 0.7 -> 0.7.2
2016-01-22 19:48:13 +03:00
Franz Pletz
0d13b93047 Merge pull request #12496 from exi/id3lib-patch
add id3lib easytag patch for proper unicode handling.
2016-01-22 17:34:48 +01:00
Franz Pletz
400499aeb4 Merge pull request #12482 from rycee/bump/svtplay-dl
svtplay-dl: 0.20.2015.11.29 -> 0.30.2016.01.10
2016-01-22 17:32:56 +01:00
Peter Simons
e6d42dfe04 Merge pull request #12459 from avnik/fix-var-lib-postfix-permissions
Make /var/lib/postfix world-readable
2016-01-22 17:25:07 +01:00
Frederik Rietdijk
b076c78005 Merge pull request #12485 from mogorman/sopel_6.2.1
sopel: 6.1.1 -> 6.2.1
2016-01-22 17:17:44 +01:00
Matthew O'Gorman
984409db68
sopel: 6.1.1 -> 6.2.1
test commit
2016-01-22 11:11:40 -05:00
Lluís Batlle i Rossell
77f8f35d57 goPackages: comment on kagome about no parallel build 2016-01-22 14:51:24 +01:00
Lluís Batlle i Rossell
4d68077528 goPackages: adding restic
I make it use its supplied dependencies. Easier.
2016-01-22 14:50:16 +01:00
Jascha Geerds
dc7ad0df8b Merge pull request #12545 from gebner/qutebrowser-0.5.1
qutebrowser: 0.5.0 -> 0.5.1
2016-01-22 14:40:02 +01:00
Jascha Geerds
73a22693ea numix-icon-theme-circle: 20151014 -> 20160121 2016-01-22 14:37:34 +01:00
Jascha Geerds
98a9bf6759 numix-icon-theme: 20151023 -> 20160120 2016-01-22 14:37:34 +01:00
Domen Kožar
b47f60bf26 Merge pull request #12543 from ftrvxmtrx/master
fldigi: 3.22.02 -> 3.23.07
2016-01-22 14:31:44 +01:00
Jascha Geerds
323c4f43c3 gnome3.pomodoro: 3.18-624945d -> 3.18-4844fad 2016-01-22 14:29:28 +01:00
Gabriel Ebner
889a05ea5b qutebrowser: 0.5.0 -> 0.5.1 2016-01-22 14:19:23 +01:00
Jascha Geerds
15ff41f516 gnome3.evolution: 3.18.3 -> 3.18.4 2016-01-22 14:11:44 +01:00
Jascha Geerds
843bc26c4d gnome3.gedit: 3.18.2 -> 3.18.3 2016-01-22 14:11:44 +01:00
Jascha Geerds
23b3276ba9 gnome3.evolution_data_server: 3.18.3 -> 3.18.4 2016-01-22 14:11:44 +01:00
Jascha Geerds
4e8a898492 gnome3.gnome-bluetooth: 3.18.1 -> 3.18.2 2016-01-22 14:11:44 +01:00
Jascha Geerds
6fe1909a1d gnome3.gnome-dictionary: 3.18.0 -> 3.18.1 2016-01-22 14:11:44 +01:00
Siarhei Zirukin
23e18ab88e fldigi: 3.22.02 -> 3.23.07 2016-01-22 14:03:39 +01:00
Vladimír Čunát
0957359568 Merge branch 'staging' 2016-01-22 13:48:35 +01:00
Domen Kožar
542bf5bf41 elm: recurseIntroAtrs and use GHC 7.10.3 2016-01-22 13:39:18 +01:00
aszlig
24ae34c0d7
nixpart0: Fix race condition in formatting devices
This adds a backport of rhinstaller/blivet#39 to the pinned blivet
version 0.17, it's addressing the following upstream bug:

https://bugzilla.redhat.com/show_bug.cgi?id=1196397

It has been reported at aszlig/nixpart#7 and tested by @manveru (the
issue reporter), thanks a lot.

Thanks also to @domenkozar for finding the upstream issue.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Michael Fellinger <m.fellinger@gmail.com>
Fixes: aszlig/nixpart#7
2016-01-22 13:30:43 +01:00
aszlig
8c4256e651
lvm2: 2.02.132 -> 2.02.140
Upstream changelog can be found at:

https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89

I have tested this with:

nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-22 13:30:43 +01:00
Moritz Ulrich
856256f8c5 direwolf: Fix src.
Project moved to Github.
2016-01-22 13:23:28 +01:00
Thomas Tuegel
52c0b3f33c Merge pull request #12471 from FRidh/konversation
kde5.konversation: init at 1.6
2016-01-22 06:21:24 -06:00
obadz
c6ff65ca5a citrix-receiver: 13.2.1 -> 13.3.0 2016-01-22 12:21:07 +00:00
Domen Kožar
255a49cb7b sdlmame: mark as broken due to URL cc @lovek323 2016-01-22 13:11:28 +01:00
Domen Kožar
fb2675c5cf scim -> sc-im 2016-01-22 13:07:51 +01:00
Frederik Rietdijk
721a091fb1 kde5.konversation: init at 1.6
Currently we have `kde4.konversation` which is version 1.5 of
Konversation.
This adds `kde5.konversation` which is version 1.6 and builds
against the latest KDE Frameworks 5.
2016-01-22 11:23:24 +01:00
Frederik Rietdijk
b7fbb5362a Merge pull request #11772 from matklad/master
yakuake: 2.9.8 -> 2.9.9
2016-01-22 10:48:18 +01:00
Maciek Starzyk
421989fb5a obnam: 1.18.2 -> 1.19 2016-01-22 10:01:32 +01:00
Vincent Laporte
23fa59f08b ncmpcpp: 0.7 -> 0.7.2 2016-01-22 09:57:03 +01:00
Robert Helgesson
bf00cf7457 eclipse-plugin-cdt: 8.7.0 -> 8.8.0 2016-01-22 09:56:26 +01:00
Robert Helgesson
799296d9e7 eclipse-plugin-jdt: 4.5 -> 4.5.1 2016-01-22 09:56:26 +01:00
Robert Helgesson
887bed2853 eclipse-platform: 4.5 -> 4.5.1 2016-01-22 09:56:26 +01:00
Robert Helgesson
40890b2b95 eclipseWithPlugins: lazier evaluation
Unfortunately the `readFile`/`writeText` functions forces realisation of
the eclipse package at evaluation time. By creating the configuration
file inside the build command we avoid realisation until installation.
2016-01-22 09:36:08 +01:00
zimbatm
c38fae0a2c packer: 0.7.5 -> 0.8.6 2016-01-21 23:17:54 +00:00
Herwig Hochleitner
9e2bb09ea0 wine[-stable,tricks]: version updates
wine-unstable, wine-staging: 1.9.0    -> 1.9.1
winetricks:                  20151116 -> 20160109
2016-01-21 23:57:52 +01:00
Domen Kožar
b39c51a362 Merge pull request #12323 from kragniz/rkt-v0.15.0
rkt: 0.14.0 -> 0.15.0
2016-01-21 22:27:33 +01:00
Arseniy Seroka
48ea0c5e45 Merge pull request #12494 from simonvandel/qbittorrent-3.3.2
qbittorrent: 3.3.1 -> 3.3.3
2016-01-21 23:47:24 +03:00
Luca Bruno
4ac19877d7 Merge pull request #12522 from mbakke/bluez-5.37
bluez5: 5.36 -> 5.37
2016-01-21 21:21:27 +01:00
Tobias Geerinckx-Rice
3b64fec18d eid-mw: 4.1.12 -> 4.1.13 2016-01-21 20:32:12 +01:00
Domen Kožar
c21f9365b8 release.nix: remove troubling glib-tested, add python 2016-01-21 20:07:17 +01:00
Simon Vandel Sillesen
71ab92a396 qbittorrent: 3.3.1 -> 3.3.3 2016-01-21 19:15:04 +01:00
Michael Raskin
767f7c8901 libreoffice: libgltf src: fix subDir with missing slash in the end 2016-01-21 18:21:53 +01:00
Lluís Batlle i Rossell
23b76d3100 gozim: fix gozimhttpd with rice
Otherwise it does not run.
2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
99077ff648 go packages: add gozim and dependencies. 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
5133f63257 go packages: adding bleve 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
7880317da2 go packages: add kagome 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
082f2e6938 go builder: respect enableParallelBuilding
It was parallelizing for $NIX_BUILD_CORES regardless of
enableParallelBuilding.
2016-01-21 17:11:28 +01:00
Lluís Batlle i Rossell
6349f50bde Add gtreap gopackage. 2016-01-21 17:11:28 +01:00
Michael Raskin
e32172612a Improve LibreOffice src list generation 2016-01-21 17:16:56 +01:00
Arseniy Seroka
f63db297d6 Merge pull request #12519 from gebner/metis-20160102
metis-prover: 2.3.20160101 -> 2.3.20160102
2016-01-21 18:39:57 +03:00
aszlig
c92d7481a5
multipath_tools: Rename to multipath-tools
See http://nixos.org/nixpkgs/manual/#sec-package-naming

I've added an alias for multipath_tools to make sure that we don't break
existing configurations referencing the old name.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:38 +01:00
aszlig
05fed13de3
multipath_tools: Cleanup and update to v0.5.0
Previously, version 0.4.9 was a tarbomb and in version 0.5.0 this
fortunately isn't the case anymore so we don't need to set sourceRoot by
ourselves.

I've also moved the definition of makeFlagsArray to the attribute
makeFlags, because we can use $(var) to substitute shell variables
within make.

The references to /lib/udev/scsi_id no longer exist in version 0.5.0 and
it seems that libudev is used directly.

Nevertheless, there are still references to FHS paths such as /var/run,
/etc/multipath.conf and /etc/multipath but these are only relevant at
runtime and can be configured to point to a different path elsewhere.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:13 +01:00
Tobias Geerinckx-Rice
4d5293d8c3 gparted: 0.24.0 -> 0.25.0
Key changes include:
- Add progress bar during additional ext2/3/4 and ntfs operations
- Enhance SWRaid member detection and file system clearing
- Always use blkid file system detection before libparted

See the Release Notes for more details:
https://sourceforge.net/projects/gparted/files/gparted/gparted-0.25.0/gparted-0.25.0-README.md/view
2016-01-21 16:10:36 +01:00
Tobias Geerinckx-Rice
1bd1aea84e Merge pull request #12113 from bnikolic/wcslib
wcslib: init at 4.25
2016-01-21 15:59:08 +01:00
Marius Bakke
889ebe6b28 bluez5: 5.36 -> 5.37 2016-01-21 14:39:52 +00:00
Ricardo M. Correia
194168b722 z3: 4.4.0 -> 4.4.1 2016-01-21 13:27:12 +01:00
Luca Bruno
439b56d5f0 Merge pull request #12506 from gilligan/update-nodejs-v5
nodejs: 5.1.1 -> 5.4.1
2016-01-21 12:48:39 +01:00
Vladimír Čunát
3317eef084 Merge #12414: qutebrowser: fix various things 2016-01-21 11:56:50 +01:00
Vladimír Čunát
97f4fa5196 gnome3*.epiphany: fix https when not running gnome-3
This (only) fixes the probem of not finding glib_networking,
not any certificate problems. Discussion: #12518.
2016-01-21 11:43:16 +01:00
Gabriel Ebner
d714963d1b metis-prover: 2.3.20160101 -> 2.3.20160102 2016-01-21 11:26:10 +01:00
Nikolay Amiantov
ec15cea84f dovecot_antispam: init at 20130429 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
c956bc774b dovecot_pigeonhole: 0.4.3 -> 0.4.10 2016-01-21 12:53:21 +03:00
Nikolay Amiantov
cf1883f106 dovecot: default to 2.2 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
57234b97df dovecot22: specify sysconfdir to use system-wide config 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
cc0e255ab9 dovecot22: add options for building auth modules 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
97e3c42523 dovecot22: move modules dir to /etc 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
2e5b76ecc6 dovecot22: 2.2.19 -> 2.2.21 2016-01-21 12:50:03 +03:00
Domen Kožar
91dd974d7c Merge pull request #12517 from kragniz/weechat-1.4
weechat: 1.3 -> 1.4
2016-01-21 10:37:58 +01:00
Tobias Pflug
a265c8a05d nodejs: 5.1.1 -> 5.4.1 2016-01-21 10:31:18 +01:00
Edward Tjörnhammar
3eb35b290d idea.idea-{community,ultimate}: 15.0.2 -> 15.0.3 2016-01-21 10:06:52 +01:00
Frederik Rietdijk
33eccdc776 Merge pull request #12510 from vandenoever/lpod
lpod-python: 1.1.5 -> 1.1.7
2016-01-21 09:26:56 +01:00
Louis Taylor
fb30e5fccd weechat: 1.3 -> 1.4 2016-01-21 07:20:39 +00:00
Robin Gloster
abdd8a81eb Merge pull request #12513 from nckx/master
Update & fix Sphinx [PR for Travis testing]
2016-01-21 05:30:02 +01:00
Tobias Geerinckx-Rice
d561179789 pythonPackages.sphinx_1_2: disable checks
They would require keeping a pygments_2_0_2 branch around, just for
this outdated package. Doesn't seem worth it.
2016-01-21 04:11:59 +01:00
Tobias Geerinckx-Rice
9f6ca0fe15 pythonPackages.sphinx: fix tests with Pygments 2.1
Close #12511.
2016-01-21 04:11:57 +01:00
Tobias Geerinckx-Rice
67c487f243 pythonPackages.sphinx: 1.3.1 -> 1.3.4
Mainly bugfixes. Far too many to summarise here:
http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-4-released-jan-12-2016
2016-01-21 04:11:05 +01:00
aszlig
39a07cabe8
gpgme: Use fixed path for GnuPG binaries
By default, GPGME tries to search in $PATH for the gpg and gpgconf
binaries. This has the downside, that the library won't work by its own
and needs to have GnuPG in systemPackages or the user environment.

I've stumbled on this while working on one of the dependencies of
nixos-assimilate and nixpart (volume_key), where the testing environment
didn't come with GnuPG in $PATH and thus the tests have failed.

After testing this with a few programs using GPGME, I haven't found any
weird behavior in conjunction with the GnuPG agent.

However one possible implication could be that if the GnuPG used in
$PATH (and the config files in the user's home directory) should be
vastly incompatible, it could lead to failures.

In practice however, the GnuPG1/2 versions pretty much seem to stay
compatible within their major releases so it shouldn't pose a problem.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 01:39:18 +01:00
Jos van den Oever
9ecc06dca5 lpod-python: 1.1.5 -> 1.1.7 2016-01-20 23:56:02 +01:00
Vladimír Čunát
313faf07ba brotli: init at 0.3.0 2016-01-20 22:50:26 +01:00
Bojan Nikolic
6271300819 wcslib: init at 5.12 2016-01-20 21:35:58 +00:00
Vladimír Čunát
34fe26d7c2 grsecurity: disable stuff depending on 4.2 kernel
... to avoid evaluation problems (4.2 was unmaintained and removed).
2016-01-20 21:22:59 +01:00
Tony White
722c616b8f ati-drivers: Restore opengl & direct rendering
- Removed a collision in the nix store
- Removed dependency on qt
- Fixed opengl and direct rendering by correcting some link paths
- Some code refactored in builder.sh
- Comments added/modified

This pull request fixes #11740 and I recommend that it be considered
as a hotfix for the stable channel due to the fact that opengl
and direct rendering are broken there too.
2016-01-20 19:51:52 +00:00
Arseniy Seroka
f01183ad9e Merge pull request #12499 from wandernauta/clion-1.2.4
idea.clion: 1.0.4 -> 1.2.4
2016-01-20 22:37:39 +03:00
Arseniy Seroka
cd6fc0ded2 Merge pull request #12503 from kamilchm/nim-update
nim: 0.11.2 -> 0.13.0
2016-01-20 22:37:31 +03:00
Vladimír Čunát
4824f73cb3 linux-4.2: remove as it's no longer maintained upstream
grsecurity still holds a reference to it,
but I prefer it to fail than to use a version
that is most likely not secure anymore.
2016-01-20 20:15:07 +01:00
Thomas Tuegel
32c30411cf emacsWithPackages: link packages into single load-path
This should provide a small speed improvement by avoiding having to set
hundreds of load-paths.
2016-01-20 12:53:11 -06:00
Thomas Tuegel
2b1024646b emacsWithPackages: defer loading package.el
Also stops duplicating load paths.
2016-01-20 12:43:21 -06:00
Thomas Tuegel
97e1258ded emacsWithPackages: use local variables correctly 2016-01-20 12:43:00 -06:00
Matthijs Steen
7f58e162bc guake: init at 0.8.3 (close #11027)
There's a catch noted at the top of the expression.
(vcunat moved it there from the commit message)
2016-01-20 19:33:48 +01:00
Kamil Chmielewski
c46625f98e nim: 0.11.2 -> 0.13.0 2016-01-20 17:48:45 +01:00
Pascal Wittmann
e6cc519856 Merge pull request #12497 from philandstuff/bump-ct-xjson-cluster-fix
certificate-transparency: 2015-11-27 -> 2016-01-14
2016-01-20 16:24:29 +01:00
Rok Garbas
b19d702b65 oraclejdk: 8u65, 8u66 -> 8u71, 8u72, fixes #12498 2016-01-20 16:10:36 +01:00
Pascal Wittmann
0c816a56f6 Merge pull request #12237 from Denommus/python-eve
python-eve framework
2016-01-20 15:28:37 +01:00
Damien Cassou
3a0b3fa6e8 Merge pull request #12428 from DamienCassou/eclipse-modular
Modularize Eclipse
2016-01-20 14:55:58 +01:00
Nikolay Amiantov
dd09d2357c postfix: fix etc/etc path 2016-01-20 16:42:07 +03:00
Peter Simons
23c5fbf7cb Use latest version of async when compiling with GHC 8.0.x. 2016-01-20 14:33:37 +01:00
Peter Simons
18916022e4 haskell-hspec: update overrides for LTS 4.2 2016-01-20 14:33:37 +01:00
Peter Simons
203579fb25 Add LTS Haskell 4.2. 2016-01-20 14:33:37 +01:00
Peter Simons
4e75d74aaf hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 4f74881496
  - Hackage: b70bc194ef
  - LTS Haskell: cf055c2754
  - Stackage Nightly: 3184791ff4
2016-01-20 14:33:18 +01:00
Wander Nauta
5e8e964794 idea.clion: 1.0.4 -> 1.2.4 2016-01-20 13:56:09 +01:00
Alexander V. Nikolaev
39bd9be5a9 postfix: use built-in set-permission tool to setup queue
Make top level /var/lib/postfix as root:root 0755

After generating custom configs in /var/lib/postfix/conf,
`postfix set-permissions` called, to perform all required tricks
related to queue handling (postfix use file mode bits to keep
some internal statuses, so `chmod -R` not recommended by authors,
see comments in $out/libexec/postfix/post-install for details)

Also post-install script was patched, to skip permission check/update
for files inside $out, as well as symlinks following to $NIX_STORE.

Config file `main.cf` extended with all default directory locations,
to prevent post-install script from guessing and overwrite them.

And finally all actions in activation script snippets performed
by postmap/postalias/postfix tools from current build, not random one
from paths.
2016-01-20 14:52:59 +02:00
Philip Potter
a11c1f8e39 certificate-transparency: 2015-11-27 -> 2016-01-14
Bump to latest master.  Among other things, this pulls in
google/certificate-transparency#1088 which fixes a problem with running
xjson-server in clustering mode.
2016-01-20 12:27:25 +00:00
Robin Gloster
da53f27a17 Merge pull request #12206 from mayflower/mopidy/https
mopidy: Fix fetching songs over HTTPS
2016-01-20 13:08:57 +01:00
Reno Reckling
b5c2587698 add id3lib easytag patch for proper unicode handling.
This patch is directly taken from easytag. id3lib is not maintained any longer
and the last release is 13 years old.
This patch fixes some unicode issues.
2016-01-20 13:08:28 +01:00
Reno Reckling
2f6ef9aa6a python-setproctitle: init at 1.1.9 2016-01-20 13:01:04 +01:00
Vladimír Čunát
9763e6bf89 zeroad: fix 0ad.desktop after #12421 2016-01-20 11:28:13 +01:00
Nathan Zadoks
23f5e3c90f linux: patch CVE-2016-0728 (close #12492)
The PoC provided successfully escalates privileges from a local user to
root. The vulnerability affects any Linux Kernel version 3.8 and higher.
http://perception-point.io/2016/01/14/analysis-and-exploitation-of-a-linux-kernel-vulnerability-cve-2016-0728/
2016-01-20 09:31:53 +01:00
Tobias Geerinckx-Rice
f1f2b87fdd snapper: various tweaks and fixes
Fix numerous configuration files referring to ‘/usr’ and ‘/lib’.

Some paths were still ending up in ‘/nix/store/.../nix/store/...’,
despite some well-intended hacks meant to avoid that. Replace them
with other hacks. It's all very fragile and ugly, so snapper should
feel right at home.

Oh, and `snapper create-config ~` still won't actually *do*
anything, because D-Bus (#12452). Use `--no-dbus` and add files
to ‘/etc’ as long as it complains.

Only fair that I help maintain this mess.
2016-01-20 09:21:44 +01:00
Tobias Geerinckx-Rice
72cd96a0e1 libpsl: list 2016-01-09 -> 2016-01-15 2016-01-20 09:21:44 +01:00
Vladimír Čunát
535b112038 imagemagick: add a more "reliable" mirror to fix #12493 2016-01-20 09:11:23 +01:00
Rok Garbas
95db340fd0 ib-tws, ib-controller: init at 9542 and 2.14.0, fixes #8142 2016-01-20 04:42:30 +01:00
Rok Garbas
4f40a45426 oraclejdk8: 8u65 -> 8u72 2016-01-20 04:42:30 +01:00
Dan Peebles
48513dfb22 nodejs: remove unreferenced patchfile 2016-01-19 22:29:02 -05:00
Dan Peebles
5cb1e43fd6 nodejs-5: fix on darwin
Turns out the darwin-flavored patches aren't needed anymore.

Fixes #12305
2016-01-19 22:28:42 -05:00
Wei-Ming Yang
9d9cb9f087 softether: move package in SERVERS section, fixes #11576 2016-01-20 03:47:52 +01:00
Rok Garbas
dd9bad4aa4 rubygems: 2.4.1 -> 2.4.8, fixes #8492 2016-01-20 03:36:36 +01:00
Rok Garbas
36fc03edb6 fetchgit: import impure GIT_PROXY_COMMAND and SOCKS_SERVER, fixes #8605
These environment variables allow using fetchgit with git:// URLs using
the SOCKS proxy technique described in 'Using Git with a SOCKS proxy':

  http://www.patthoyts.tk/blog/using-git-with-socks-proxy.html

Briefly, GIT_PROXY_COMMAND is set to a script which invokes connect[1],
which reads SOCKS_PROXY, which might be pointing to a local instance of
'ssh -D'.

[1] pkgs/tools/networking/connect
2016-01-20 02:18:22 +01:00
Guillaume Maudoux
f8ff4691ed linux-mptcp: init at 0.90 (kernel 3.18.20), fixes #11149 2016-01-20 02:11:09 +01:00
Tobias Geerinckx-Rice
8da914cad4 minissdpd: 1.5 -> 1.5.20160119 2016-01-20 02:00:15 +01:00
Tuomas Tynkkynen
69ba6c1d30 mmc-utils: init at 2015-11-18, fixes #12489 2016-01-20 01:50:34 +01:00
Rok Garbas
077f7ceaab pythonPackages.turses: disabled pypy and py3k builds 2016-01-20 00:28:41 +01:00
Rok Garbas
f75a122d24 pythonPackages: turses 0.2.23->0.3.1, tweepy 2.3.0->3.5.0, closes #12286 2016-01-20 00:20:36 +01:00
Eric Seidel
322a691377 emacs-packages: update diminish 0.44 -> 0.45 2016-01-19 14:16:35 -08:00
Arseniy Seroka
d1158d3b83 Merge pull request #12486 from LnL7/vim-youcompleteme-unix
vimPlugins.youcompleteme: enable on unix
2016-01-20 00:48:06 +03:00
Daiderd Jordan
465e965e38 vimPlugins.youcompleteme: enable on unix 2016-01-19 22:41:31 +01:00
Peter Simons
82b464820e Merge pull request #12473 from gleber/update-erlang-hex-packages
Erlang: update tooling and hex packages
2016-01-19 22:18:32 +01:00
Tobias Geerinckx-Rice
8871de95f5 fuze: remove dead package
Last maintained in 2013. Building fails due to vanished sources.
Upstream has the following to say:

  “As of February 11th 2015, Fuze will no longer support a native
   Linux-based client. This means that any customers attempting to
   install or use our previous Linux client will be unable to do
   so. There are currently no plans to create an updated version
   of the Linux client for Fuze. For Linux based customers that
   still wish to use Fuze, we recommend that you try our browser
   client.” -- https://support.fuze.com/hc/en-us/articles/201527877-Does-Fuze-Support-Linux-

Never marked as broken, but has been so for quite some time.
2016-01-19 21:36:23 +01:00
Tobias Geerinckx-Rice
94a47eeea1 debian_devscripts: 2.15.8 -> 2.15.10
Changes: http://metadata.ftp-master.debian.org/changelogs/main/d/devscripts/
2016-01-19 21:36:23 +01:00
Tobias Geerinckx-Rice
38c83e2916 pythonPackages.pygments: 2.0.2 -> 2.1
- Added lexers, styles, formatters.
- New "filename" option for HTML formatter (PR#527).
- Improved performance of the HTML formatter for long lines (PR#504).
- Updated autopygmentize script (PR#445).
- Fixed style inheritance for non-standard token types in HTML
  output.
- Added support for async/await to Python 3 lexer.
- Rewrote linenos option for TerminalFormatter (it's better, but
  slightly different output than before) (#1147).
- Javascript lexer now supports most of ES6 (#1100).
- Cocoa builtins updated for iOS 8.1 (PR#433).
- Combined BashSessionLexer and ShellSessionLexer, new version
  should support the prompt styles of either.
- Added option to pygmentize to show a full traceback on exceptions.
- Fixed incomplete output on Windows and Python 3 (e.g. when using
  iPython Notebook) (#1153).
- Allowed more traceback styles in Python console lexer (PR#253).
- Added decorators to TypeScript (PR#509).
- Fix highlighting of certain IRC logs formats (#1076).

More: https://bitbucket.org/birkenfeld/pygments-main/src/tip/CHANGES
2016-01-19 21:36:23 +01:00
Eelco Dolstra
ac0c49970b make-tarball.nix: Allow passing in a different Nix
Used by the Nix tests (9fff492561).
2016-01-19 21:28:53 +01:00
Robert Helgesson
b364428b4b perl-Software-License: 0.103010 -> 0.103011 2016-01-19 20:25:24 +01:00
Robert Helgesson
553ab970bd svtplay-dl: 0.20.2015.11.29 -> 0.30.2016.01.10 2016-01-19 20:20:19 +01:00
Joe Hermaszewski
319acb0af5 openimageio: 1.4.16 -> 1.6.9 2016-01-19 19:01:22 +00:00
Vladimír Čunát
a7ca9c2105 Revert "glib: fix compilation on SmartOS/Illumos (close #12477)"
This reverts commit 3f9ff30f6d.
Let's go without changing hash instead: e67717bc8d
2016-01-19 17:39:35 +01:00
Danny Wilson
e67717bc8d glib: fix compilation on SmartOS/Illumos (close #12479)
Recent illumos includes a linux-incompatible `inotify.h` header, which configure detects: compilation fails.
Also, a newer `dtrace` on SmartOS fails creating the probes ELF linkable object (with `dtrace -G`). Disable for now.

Remove old configure option `--disable-modular-tests`.
2016-01-19 17:38:44 +01:00
Ricardo M. Correia
d51204e8de zfs: 0.6.5.3 -> 0.6.5.4 2016-01-19 16:34:14 +01:00