Commit Graph
167702 Commits
Author SHA1 Message Date
Enno Lohmeier 034e4a0f56 fava: 1.7 -> 1.9 2019-01-15 10:06:33 +01:00
Gabriel Ebner 49db581e8c elan: 0.7.1 -> 0.7.2 2019-01-15 10:05:45 +01:00
Austin Seipp 564653f91d ocamlPackages.zarith: use buildOcaml instead of mkDerivation
This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as part of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

(Note: this was reverted in b44d5136e8, but the change is
exactly equivalent -- I wasn't sure what impact zarith might actually
have without checking OfBorg, which I wanted to do first.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 01:28:11 -06:00
Austin Seipp b44d5136e8 Revert "ocamlPackages.zarith: use buildOcaml instead of mkDerivation"
This reverts commit 9d5a7af4e5.
2019-01-15 00:35:11 -06:00
Austin Seipp 9d5a7af4e5 ocamlPackages.zarith: use buildOcaml instead of mkDerivation
This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as party of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Austin Seipp ee3949d720 nextpnr: use qtbase-5.11 instead of 5.12
This fixes a bizarre regression in the NextPNR GUI that causes the
background of the OpenGL floorplanning window to become 'transparent' on
certain platforms, greatly limiting its utility. However, QT 5.11 seems
to work just fine here.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Mario Rodas 7412dc5fae pythonPackages.black: fix build
* Add aiohttp to dependencies, because `blackd` requires it.
* Fix darwin build.
2019-01-14 21:26:23 -05:00
Will Dietz bd8bf8e6ac zotero: 5.0.35.1 -> 5.0.60
Needs glib to run now, add.
2019-01-14 19:29:57 -06:00
Robert SchützandGitHub 05fda1f94d Merge pull request #53865 from jethrokuan/fix/calibre
calibre: cssutils -> css-parser
2019-01-15 00:48:52 +01:00
Will DietzandRobert Schütz be445a9074 pythonPackages.munkres: 1.0.6 -> 1.0.12 (#53971)
* re-enable tests
* fetch from github, no sdist on pypi
2019-01-15 00:24:12 +01:00
Jörg ThalheimandGitHub 04f6a6b758 Merge pull request #53196 from ptman/master
weechat-matrix-bridge: 2018-05-29 -> 2018-11-19
2019-01-14 23:20:18 +00:00
Will DietzandRobert Schütz be034bab3b pythonPackages.pytestrunner: fix homepage (#53970) 2019-01-15 00:17:09 +01:00
Robert SchützandGitHub 77c6ca2c1a Merge pull request #52647 from PsyanticY/pipreqs-2
pipreqs: init at 0.4.9 | pythonPackage.yarg: init at 0.1.9
2019-01-15 00:10:40 +01:00
nagato.painandRobert Schütz 709c6c46b9 pipreqs: init at 0.4.9 2019-01-15 00:06:49 +01:00
nagato.painandRobert Schütz 14840a99b1 pythonPackages.yarg: init at 0.1.9 2019-01-15 00:05:26 +01:00
Will Dietz dd6aae6209 aminal: 0.8.5 -> 0.8.6
https://github.com/liamg/aminal/releases/tag/v0.8.6
2019-01-14 16:51:38 -06:00
Will Dietz 357db3250a pkgconf: 1.5.4 -> 1.6.0
https://git.dereferenced.org/pkgconf/pkgconf/src/tag/pkgconf-1.6.0/NEWS
2019-01-14 16:50:45 -06:00
Roman VolosatovsandRobert Schütz 8b925a8f32 mbed-cli: init at 1.8.3 (#53954) 2019-01-14 23:47:12 +01:00
Robert SchützandGitHub 80290b95b8 Merge pull request #53947 from m-labs/for-upstream
pythonPackages.pyvcd: init at 0.1.4
2019-01-14 23:42:46 +01:00
Maximilian BoschandGitHub 95ba4fbe4d Merge pull request #53968 from avdv/nano-syntax-enabled
programs/nano: Generate nanorc if `syntaxHighlight` enabled
2019-01-14 23:41:48 +01:00
Claudio Bley 4dbf45bc5e programs/nano: Generate nanorc if syntaxHighlight enabled
* prepend a newline to the `include` directive
* generate the nanorc by default, since `cfg.syntaxHighlight` is `true`
2019-01-14 23:27:04 +01:00
Maximilian Bosch 65f08fc212 osquery: fix build
It seems as without the appropriate linker flag `-lcrypto` the
`libcrypto.sh` can't be found by `ld` which broke one of the linker
processes during compilation.

See also https://hydra.nixos.org/build/87208819
2019-01-14 23:03:50 +01:00
Timo KaufmannandGitHub c74b019ab2 python.pkgs.cypari2: fix build (#53966)
Broken by a typo in f665828fa3 causing the
sitePackages path to be wrong.
2019-01-14 22:50:27 +01:00
Johannes FrankenauandVladyslav M 7788e5d536 darktable: 2.4.4 -> 2.6.0 2019-01-14 22:41:16 +02:00
Linus Heckemann 783f2c84e8 nixos/zfs: autoscrub only after boot is complete
Fixes #53583
2019-01-14 21:00:20 +01:00
Michael Weiss 0dc4a9bb50 android-studio: 3.2.1.0 -> 3.3.0.20
androidStudioPackages.beta: 3.3.0.19 -> 3.3.0.20
2019-01-14 20:42:04 +01:00
Franz PletzandGitHub d947944d70 Merge pull request #53962 from elseym/sonarr
sonarr service: add more options to module
2019-01-14 19:33:58 +00:00
Franz PletzandGitHub e60121566b Merge pull request #53961 from elseym/nzbget
nzbget service: fix preStart script and add more options to module
2019-01-14 19:31:49 +00:00
elseym 44e1aabd02 nzbget service: fix preStart script and add more options to module 2019-01-14 20:30:44 +01:00
elseym 31ad79f432 sonarr service: add more options to module 2019-01-14 20:30:10 +01:00
Michael Weiss 0da3f68519 tdesktopPackages.preview: 1.5.4 -> 1.5.7 2019-01-14 20:29:35 +01:00
Nicolas B. PierronandGitHub a3beabf327 Merge pull request #53397 from cdepillabout/aliasoptionmodule-set-priority
lib/modules: Add function to create option alias that respects priority
2019-01-14 20:28:28 +01:00
Jan Tojnar e0fad4b9c5 pulseeffects: 4.4.5 → 4.4.6 2019-01-14 19:46:57 +01:00
Milan Svoboda 3f634dd88c DMD to provide libphobos2.so.x.y 2019-01-14 18:24:11 +01:00
Ryan MulliganandGitHub bbf5f02584 Merge pull request #53519 from r-ryantm/auto-update/twa
twa: 1.6.2 -> 1.7.0
2019-01-14 09:20:48 -08:00
Sebastien Bourdeauducq 31cd0f8060 pythonPackages.pyvcd: init at 0.1.4 2019-01-15 00:30:04 +08:00
Sebastien Bourdeauducq 8c468623b4 add myself to maintainers list 2019-01-15 00:22:38 +08:00
Pierre-Étienne MeunierandVladyslav M 90ed386897 Adding webpack-cli to the node packages 2019-01-14 17:28:26 +02:00
worldofpeaceandGitHub b22a0829f0 Merge pull request #53727 from marsam/update-shadowsocks-libev
shadowsocks-libev: 3.2.0 -> 3.2.3
2019-01-14 10:19:02 -05:00
worldofpeaceandGitHub 9956234c67 Merge pull request #53507 from marsam/update-pytest-rerunfailures
pythonPackages.pytest-rerunfailures: 4.2 -> 5.0
2019-01-14 10:16:50 -05:00
Maximilian Bosch f90bd42c89 nixos/gitea: add git to the service path
Otherwise commands like `git push` will fail if the machine doesn't have
git installed.
2019-01-14 16:04:02 +01:00
Maximilian Bosch ad3a50e25b nixos/gitea: add option to disable registration
Although this can be added to `extraOptions` I figured that it makes
sense to add an option to explicitly promote this feature in our
documentation since most of the self-hosted gitea instances won't be
intended for common use I guess.

Also added a notice that this should be added after the initial deploy
as you have to register yourself using that feature unless the install
wizard is used.
2019-01-14 16:04:02 +01:00
Jan Tojnar 01dbf4368d libcloudproviders: 0.2.5 → 0.3.0 2019-01-14 15:50:32 +01:00
Tim Steinbach 429166fea2 linux: 5.0-rc1 -> 5.0-rc2 2019-01-14 09:24:39 -05:00
Brenton Horne 6be5e679b1 marvin: init at 19.1.0
Also adding myself (fusion809) as a maintainer.
The marvin Nix file in this commit is largely thanks to @msteen.
2019-01-15 00:23:38 +10:00
Robert Schütz 49d9837739 python.pkgs.CommonMark_54: remove 2019-01-14 14:57:46 +01:00
Robert Schütz 421b3e4bf6 python.pkgs.recommonmark: 0.4.0 -> 0.5.0 2019-01-14 14:56:29 +01:00
worldofpeace 6ce1348158 mate.python-caja: 1.20.1 -> 1.20.2 2019-01-14 08:48:25 -05:00
worldofpeace 4e6b97784f mate.pluma: 1.21.1 -> 1.20.4 2019-01-14 08:48:10 -05:00
worldofpeace bdf5b3dd1b mate.mozo: 1.20.1 -> 1.20.2 2019-01-14 08:47:54 -05:00