Commit Graph
167639 Commits
Author SHA1 Message Date
R. RyanTM 83599e2f58 transmission-remote-gtk: 1.4.0 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/transmission-remote-gtk/versions
2019-01-06 10:32:09 -08:00
Timo KaufmannandGitHub a2ffb3fcd8 python.pkgs.r2pipe: init at 1.2.0 (#53504) 2019-01-06 19:10:47 +01:00
Orivej Desh e4e695548c clickhouse: link to libLLVM rather than to individual LLVM libs
The clickhouse program links to LLVM and to the clickhouse library, that also
links to LLVM. When the library is shared but LLVM is static, LLVM gets linked
into the program twice (once via the library and once directly), which causes
this error when running clickhouse:

     : CommandLine Error: Option 'x86-use-base-pointer' registered more than once!
     LLVM ERROR: inconsistency in registered CommandLine options

A common LLVM installation provides static component libraries and a shared
libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue.

Upstream pull request: https://github.com/yandex/ClickHouse/pull/3989
2019-01-06 16:59:47 +00:00
Falco Peijnenburg 9d2c9157d7 nixos/apache-httpd/wordpress: copy plugins and themes instead of symlinking
Symlinking works for most plugins and themes, but Avada, for instance, fails to
understand the symlink, causing its file path stripping to fail. This results in
requests that look like:

https://example.com/wp-content//nix/store/...plugin/path/some-file.js

Since hard linking directories is not allowed, copying is the next best thing.
2019-01-06 17:51:31 +01:00
Mario Rodas 154ace0538 tmuxp: 1.4.2 -> 1.5.0a1 2019-01-06 11:35:21 -05:00
Mario Rodas 560548298b pythonPackages.kaptan: 0.5.10 -> 0.5.11 2019-01-06 11:35:21 -05:00
Mario Rodas 7f76246bef pythonPackages.libtmux: enable darwin build 2019-01-06 11:35:21 -05:00
R. RyanTM dda2cdfe93 wavemon: 0.8.2 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavemon/versions
2019-01-06 08:27:18 -08:00
Artur KireevandJoachim F 5b201a8e98 ksh: init at 93v 2019-01-06 15:37:53 +00:00
Daiderd Jordan e279767d69 doc: don't overwrite makeFlagsArray in the example
Arrays like these should be appended to instead of overwritten in almost
every case to avoid loosing the existing flags.
2019-01-06 15:40:11 +01:00
Vladimír Čunát 9ee8cf5177 linuxPackages.nvidia_x11*: unmaintain
I now no longer use an nvidia card commonly, so it would be harder for
me to test at least a bit.  And I'm overcommited anyway.
Hopefully someone else can be found.
2019-01-06 14:59:03 +01:00
Vladimír Čunát 711db1b0cd postfix: fix linking error after #51770; issue #53001 2019-01-06 14:53:24 +01:00
Vladimír Čunát b4f33e6d33 Merge #53499: feh: include prove for tests 2019-01-06 14:53:23 +01:00
Peter Simons 747531a46e gsound: fix evaluation error 2019-01-06 14:35:14 +01:00
Peter Simons 13c58d89dd gcr: fix evaluation error 2019-01-06 14:35:14 +01:00
Edmund Wu ca531efae8 feh: include prove for tests 2019-01-06 08:30:57 -05:00
Vladimír Čunát c6b8312f21 bird2: fixup build after 7bb24a65e
I didn't look whether bird2 cross-compiles, but the patch wouldn't apply.
2019-01-06 14:26:03 +01:00
Joachim Fasting 4bb0a719cf openafs: fix build against linux_hardened
See https://hydra.nixos.org/build/86750041
and https://hydra.nixos.org/build/86749971
2019-01-06 14:08:27 +01:00
Joachim Fasting e6538caa48 nixos/tests: re-enable hardened test
Has been okay since 62623b60d5
2019-01-06 14:08:20 +01:00
Matt McHenryandFrederik Rietdijk cf58744a16 client-ip-echo: 0.1.0.3 -> 0.1.0.4 2019-01-06 13:44:56 +01:00
Joachim Fasting 39c30a33c1 nixos/tests/hardened: test loading out-of-tree-modules 2019-01-06 13:19:28 +01:00
Mario RodasandFrederik Rietdijk b3d8aa2677 1password: 0.5.4 -> 0.5.5 2019-01-06 13:17:41 +01:00
markuskowaandGitHub f4dcb6f03e Merge pull request #53466 from lasandell/wsjtx-2.0.0
wsjtx: 1.9.1 -> 2.0.0
2019-01-06 12:58:33 +01:00
Markus Kowalewski 123b37297f libbladeRF: 2.0.2 -> 2.2.0
Add submodule from analogdevicesinc
2019-01-06 12:35:27 +01:00
pukkamustardandVincent Laporte 9211bcc7ea ocamlPackages: Use lib.makeScope 2019-01-06 11:20:08 +00:00
Vladimír Čunát 10a12194e3 Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Vladimír Čunát 981b504ecd gst_all_1.gst-plugins-ugly: link with libm explicitly 2019-01-06 12:13:19 +01:00
Vladimír Čunát 68c3097b96 rtkit: link with librt explicitly 2019-01-06 12:12:49 +01:00
Arseniy SerokaandGitHub 5489e49ebb Merge pull request #53488 from kirelagin/lighttpd-darwin
lighttpd: Unbreak on darwin, enable tests
2019-01-06 13:34:46 +03:00
Kirill Elagin a162a562bd lighttpd: Enable tests
They seem to pass now, so why not.
2019-01-06 13:12:20 +03:00
Kirill Elagin bd141e9af1 lighttpd: Hide attr dependency behind an option
* Unbreak darwin
* It was unused anyway, as it is disabled by default
* Now there is an feature-argument to enable it
2019-01-06 13:12:19 +03:00
Kirill Elagin d94cbd4188 lighttpd: Disable WebDAV by default
* It is disabled by default in lighttpd itself
* Darwin doesn’t seem to have a function in libuiid that it needs
2019-01-06 13:12:14 +03:00
Timo Kaufmann c52c4a00a2 doc: add neovim-qt configuration 2019-01-06 10:56:28 +01:00
Timo Kaufmann ee9bc405b9 neovim-qt: wrap in separate derivation
This makes it possible to swap out the (wrapped) neovim without
recompiling neovim-qt. In particular, the user can use `neovim.override`
to configure their neovim and then use that same configuration for
neovim-qt, without having to give up binary caching.
2019-01-06 10:56:27 +01:00
(cdep)illabout 7314d885a1 Add test that shows that the aliases are able to override options. 2019-01-06 18:10:03 +09:00
Will Dietz 7200eff868 powertop: 2.9 -> 2.10
musl patch still needed :)
2019-01-06 02:58:57 -06:00
Frederik Rietdijk 528664e3bb Merge staging into staging-next 2019-01-06 09:53:08 +01:00
Frederik RietdijkandGitHub be1c03ddaf Merge staging-next into master 2019-01-06 09:52:37 +01:00
(cdep)illabout f24e2d0721 Pull out defaultPriority to a top-level definition. 2019-01-06 17:48:37 +09:00
Frederik Rietdijk a4250d1478 Merge staging-next into staging 2019-01-06 09:48:31 +01:00
Frederik Rietdijk e5381cdece Merge master into staging-next 2019-01-06 09:36:23 +01:00
Andrew Dunham 83ba7beb1a uriparser: 0.9.0 -> 0.9.1 2019-01-05 23:23:54 -05:00
Orivej Desh 7d864c6bd6 clickhouse: build with llvmPackages_latest
This will simplify updates since the upstream tracks the latest llvm.
2019-01-06 02:46:58 +00:00
Jörg ThalheimandGitHub 9d8ccfe00f Merge pull request #51398 from risicle/ris-afl-qemu-fix
afl-qemu: update to qemu 2.10.0, as specified by afl 2.52b
2019-01-06 01:50:55 +01:00
Dmitry KalinkinandGitHub 0308087b74 Merge pull request #53468 from asymmetric/anki-2.1.8
anki: 2.1.7 -> 2.1.8
2019-01-05 19:15:12 -05:00
Dmitry Kalinkin d2cfddd3b5 anki: fix build on darwin
Runtime doesn't work:

ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

This is probably because qtwebengine is broken on darwin, but doesn't
fail the build (#40149)
2019-01-05 19:13:10 -05:00
Ryan MulliganandGitHub d62e013359 Merge pull request #53158 from ryantm/haskell-binary-orphans
haskellPackages.binary-orphans: dontCheck
2019-01-05 16:03:35 -08:00
markuskowaandGitHub bdbf3f964f Merge pull request #53377 from marsam/update-bfs
bfs: 1.2.4 -> 1.3.1
2019-01-06 00:42:17 +01:00
Lorenzo Manacorda 90c68f650d anki: 2.1.7 -> 2.1.8 2019-01-06 00:09:10 +01:00
Francesco Gazzettaandworldofpeace e7551acb7b pythonPackages.staticjinja: init at 0.3.4 2019-01-05 17:09:20 -05:00