Peter Simons
4976bc2fe2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
7f0cb0143c
.
2019-01-07 10:57:16 +01:00
Matthew Bauer
7b207060f1
Merge pull request #52965 from danbst/squashfs-zstd
...
squashfs: 4.4dev -> 4.4dev-20180612
2019-01-06 22:37:37 -06:00
Matthew Bauer
ed6148726b
darwin: fix more *_cmds derivation
...
Doh
2019-01-06 22:34:19 -06:00
Matthew Bauer
d02bb3c197
darwin.make-bootstrap-tools: remove dsymutil
...
This hopefully is not needed for the bootstrap tools. Needs more testing.
2019-01-06 22:15:43 -06:00
Matthew Bauer
2bbec30c2e
darwin.diskdev_cmds: fix build with dsymutil
...
xcbuild doesn’t handle dsymutil correctly. fuser.pl does not contain
debug symbols, but xcbuild doesn’t handle this like xcodebuild does.
So, just disable the debug information. We probably should do this in
more places using xcbuild, but it requires some arbitrary patching.
2019-01-06 22:13:11 -06:00
Matthew Bauer
09ff7707ae
llvm3.{8,9}: use old CMAKE_INSTALL_NAME_DIR value
...
adcf4aa524
broke these two. The old way
seems to work and might still avoid the original lldb issues.
2019-01-06 22:11:38 -06:00
Matthew Bauer
751c03e8fd
Merge pull request #47665 from erikarvstedt/initrd-improvements
...
Minor initrd improvements
2019-01-06 21:48:26 -06:00
R. RyanTM
67b8195774
qtbitcointrader: 1.40.30 -> 1.40.40
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtbitcointrader/versions
2019-01-06 19:10:46 -08:00
Mario Rodas
23da4c67c8
clair: init at 2.0.7
2019-01-06 19:40:13 -05:00
worldofpeace
8e05911ccb
otter-browser: add homepage
2019-01-06 19:36:31 -05:00
Will Dietz
16cef9de77
otter-browser: 0.9.99.3 -> 1.0.01
2019-01-06 19:36:31 -05:00
R. RyanTM
ed630cbe2b
toot: 0.19.0 -> 0.20.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/toot/versions
2019-01-06 19:13:48 -05:00
R. RyanTM
96ea9e8917
sshguard: 2.3.0 -> 2.3.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/sshguard/versions
2019-01-06 19:06:16 -05:00
R. RyanTM
b5b80afa5b
trilium: 0.26.1 -> 0.27.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/trilium/versions
2019-01-06 19:03:07 -05:00
Jack Kelly
721486626a
edbrowse: Fix compilation against newer libcurl
2019-01-06 18:57:23 -05:00
R. RyanTM
1c1fd0935b
simpleitk: 1.1.0 -> 1.2.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/simpleitk/versions
2019-01-06 15:12:50 -08:00
buffet
445c73afed
maintainer-list: countingsort -> buffet
2019-01-07 00:10:46 +01:00
Jorge Acereda
2118e66fc3
futhark: fix darwin build
2019-01-06 22:56:50 +01:00
Jorge Acereda
a339eec2f5
futhark: remove obsolete non-hackage package
2019-01-06 22:56:29 +01:00
Michael Raskin
535a6db25f
Merge pull request #53503 from r-ryantm/auto-update/wavemon
...
wavemon: 0.8.2 -> 0.9.0
2019-01-06 20:51:33 +00:00
Roman Volosatovs
b4ed953bb2
neovim: 0.3.2 -> 0.3.3
2019-01-06 21:49:31 +01:00
Joachim F
6d5cc1beb4
Merge pull request #53477 from andrew-d/andrew/uriparser-0.9.1
...
uriparser: 0.9.0 -> 0.9.1
2019-01-06 19:45:44 +00:00
Michael Weiss
a684ae6e53
scons: Remove version 3.0.0
2019-01-06 20:31:16 +01:00
Michael Weiss
d376ffe767
scons: Add version 3.0.2
...
"SCons release 3.0.2 now available from the download page at
SourceForge. This release should be used instead of 3.0.1. This release
fixes several issues. This release supports Python versions 2.7.* as
well as 3.5+." [0]
Details can be found in the changelog [1].
I'll update the default after running additional tests.
[0]: https://scons.org/scons-302-is-available.html
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.2/src/CHANGES.txt
2019-01-06 20:31:16 +01:00
Timo Kaufmann
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
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 Kireev
5b201a8e98
ksh: init at 93v
2019-01-06 15:37:53 +00: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 McHenry
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 Rodas
b3d8aa2677
1password: 0.5.4 -> 0.5.5
2019-01-06 13:17:41 +01:00
markuskowa
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
pukkamustard
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 Seroka
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