Commit Graph

165687 Commits

Author SHA1 Message Date
Peter Hoeg
b7053e7500
Merge pull request #53617 from r-ryantm/auto-update/kwalletcli
kwalletcli: 3.01 -> 3.02
2019-01-08 13:21:54 +08:00
R. RyanTM
f312f66b4d kwalletcli: 3.01 -> 3.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kwalletcli/versions
2019-01-07 19:12:54 -08:00
Kevin Rauscher
e39ff06b16 mopidy-iris: 3.31.7 -> 3.31.8 2019-01-07 22:11:45 -05:00
Dylan Simon
04beae0979 stdenv: allow custom stdenv to take crossOverlays 2019-01-07 20:53:10 -06:00
Jan Tojnar
76d8df7b32
hashcat: clean up with placeholder 2019-01-08 03:51:22 +01:00
Jan Tojnar
153c0bdb6a
Merge pull request #52075 from kisonecat/master
hashcash: init at 1.22
2019-01-08 03:45:24 +01:00
Jim Fowler
6b8c09bffc more idiomatic nix 2019-01-07 21:06:09 -05:00
R. RyanTM
381e1ff252 moe: 1.9 -> 1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moe/versions
2019-01-07 19:29:01 -05:00
worldofpeace
f0fbc76d3e pythonPackages.xdis: enable tests 2019-01-07 17:59:25 -05:00
R. RyanTM
0ca68bddcf python37Packages.xdis: 3.8.8 -> 3.8.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xdis/versions
2019-01-07 17:59:25 -05:00
Matthew Bauer
04373fd3cc
Merge pull request #52594 from matthewbauer/fix-51025
make-disk-image: use filterSource instead of cleanSource
2019-01-07 16:29:58 -06:00
Matthew Bauer
f05d8f31ec make-disk-image: use filterSource instead of cleanSource
cleanSource does not appear to work correctly in this case. The path
does not get coerced to a string, resulting in a dangling symlink
produced in channel.nix.  Not sure why, but this
seems to fix it.

Fixes #51025.

/cc @elvishjericco
2019-01-07 16:28:50 -06:00
R. RyanTM
59667421a1 pgcli: 2.0.1 -> 2.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgcli/versions
2019-01-07 17:21:12 -05:00
R. RyanTM
40d29cb4bd polar-bookshelf: 1.5.1 -> 1.7.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/polar-bookshelf/versions
2019-01-07 17:19:11 -05:00
Matthew Bauer
3cfdf8eb23
Merge pull request #53539 from matthewbauer/darwin-fixes4
Fixes for recent darwin changes
2019-01-07 15:44:21 -06:00
markuskowa
cecec1f744
Merge pull request #53051 from betaboon/patch-2
soapysdr: fix modules-directory for extraPackages
2019-01-07 22:06:04 +01:00
Robin Gloster
f11b1aceaa
Merge pull request #52750 from flokli/gitlab-11.6.0
gitlab: 11.5.5 -> 11.6.3
2019-01-07 20:47:41 +00:00
Robin Gloster
8fac37db00
gitlab: 11.6.0 -> 11.6.3 2019-01-07 20:08:15 +01:00
Joachim F
3705b32dc0
Merge pull request #53527 from buffet/update-contributors
maintainer-list: countingsort -> buffet
2019-01-07 18:54:59 +00:00
Joachim Fasting
865f7a14b4
Revert "Revert "linux-hardened: Disable GCC_PLUGIN_RANDSTRUCT""
This reverts commit c68e8b05f005381ac1caf51bb28282b70242b77b.

RANDSTRUCT currently fails to work with out-of-tree modules, as
evinced by
c68e8b05f0 (commitcomment-31850284)
and https://github.com/NixOS/nixpkgs/issues/53522.

Specifically, loading out-of-tree modules results in modsym version
mismatches, as in
   spl: version magic '4.20.0 SMP mod_unload modversions RANDSTRUCT_PLUGIN
from the issue above.

A working hypothesis is that the randstruct seed is not carried over when
building out-of-tree modules but more investigation is needed here.

Closes https://github.com/NixOS/nixpkgs/issues/53522
2019-01-07 19:50:12 +01:00
Joachim Fasting
a4f51746f8
Revert "openafs: fix build against linux_hardened"
This reverts commit 4bb0a719cf8f6b89ec89cd902a511a7e043d9a0d.

Can be reveted once randstruct actually works
2019-01-07 19:50:06 +01:00
Matthew Bauer
d2e74263ac
Merge pull request #53072 from furrycatherder/fuse-overlayfs
fuse-overlayfs: init at 0.2
2019-01-07 12:41:21 -06:00
Matthew Bauer
de30f4e61d
Merge pull request #51570 from eonpatapon/cassandra-logging
cassandra: add option to configure logging
2019-01-07 12:41:07 -06:00
WilliButz
75b4b5fc99 prometheus-dnsmasq-exporter: unstable-2018-05-05 -> 0.1.0 2019-01-07 17:34:46 +00:00
Bjørn Forsman
651ee38dea jnetmap: init at 0.5.4 2019-01-07 16:57:33 +01:00
Michael Weiss
e1d9854816
scons: 3.0.1 -> 3.0.2
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
R. RyanTM
bd7eec5d9c pynac: 0.7.22 -> 0.7.23 (#53559)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pynac/versions
2019-01-07 14:52:18 +01:00
Robin Gloster
16413c05cd
Merge pull request #53554 from rnhmjoj/searx
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
Tim Steinbach
97aba92bcd
linux: 4.20-rc7 -> 5.0-rc1 2019-01-07 07:57:38 -05:00
Vladimír Čunát
220aa6713b
knot-dns: 2.7.4 -> 2.7.5
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.5
2019-01-07 13:47:14 +01:00
Bas van Dijk
6ac10cd764
Merge pull request #53399 from LumiGuide/feat-wordpress-copy-plugins
apache-httpd/wordpress: copy plugins and themes instead of symlinking
2019-01-07 13:41:29 +01:00
Tim Steinbach
289fe57eea
urxvt: Allow switching out package 2019-01-07 07:35:20 -05:00
Orivej Desh (NixOS)
fa17392fd8
Merge pull request #53376 from r-ryantm/auto-update/clickhouse
clickhouse: 18.14.18 -> 18.16.1
2019-01-07 11:25:08 +00:00
Bas van Dijk
8ad610b040
Merge pull request #53523 from jacereda/futhark-darwin
Fix futhark build on Darwin
2019-01-07 12:13:13 +01:00
betaboon
bb5c86d404 soapysdr: fix modules-directory for extraPackages 2019-01-07 12:10:55 +01:00
rnhmjoj
985bc6ca5a
searx: 0.14.0 -> 0.15.0 2019-01-07 11:10:38 +01:00
rnhmjoj
bb9edd458e
python.pkgs.plone-testing: fix build 2019-01-07 11:09:56 +01:00
Peter Simons
6c54f9ea5a git-annex: patch to fix build with ghc 8.6.x 2019-01-07 10:57:22 +01:00
Peter Simons
10b9cc5b06 pandoc: drop obsolete override 2019-01-07 10:57:21 +01:00
Peter Simons
056227a877 haskell-yaya: break infinite recursion 2019-01-07 10:57:21 +01:00
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
adcf4aa5241f8dc37195d9bcbce27a80b913a512 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
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