Will Dietz
5c217591fd
musl: pick upstream patches for name_to_handle_at support
2018-09-24 23:59:02 -05:00
Will Dietz
ed5347278f
musl: whitespace, NFC
2018-09-24 23:59:02 -05:00
John Ericson
3dbe6bee3c
Merge pull request #47300 from obsidiansystems/haskell-no-rec
...
haskellPackages: Avoid outer `rec { .. }`
2018-09-24 18:59:01 -04:00
John Ericson
5779fdb3d0
haskellPackages: Avoid outer rec { .. }
...
This is much nicer for overlays. For example, if someone binds a new
compiler / package set, its integer-simple variation will automatically
appear.
2018-09-24 18:42:04 -04:00
John Ericson
22ce614112
Merge pull request #47238 from obsidiansystems/overrideScope-order
...
lib: Deprecate `overrideScope` in lieu of `overrideScope'` taking arguments in the conventional order
2018-09-24 18:04:18 -04:00
R. RyanTM
39443c6bb7
libtins: 3.5 -> 4.0 ( #38208 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/libtins/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0 with grep in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0
- found 4.0 in filename of file in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0
- directory tree listing: https://gist.github.com/26990576c9472ca38b4d21613157856b
2018-09-24 23:58:13 +02:00
John Ericson
b9dce11712
lib: Make overrideScope'
which takes arguments in the conventional order
...
The `overrideScope` bound by `makeScope` (via special `callPackage`)
took an override in the form `super: self { … }`. But this is
dangerously close to the `self: super { … }` form used by *everything*
else, even other definitions of `overrideScope`! Since that
implementation did not even share any code either until I changed it
recently in 3cf43547f4
, this inconsistency
is almost certainly an oversight and not intentional.
Unfortunately, just as the inconstency is hard to debug if one just
assumes the conventional order, any sudden fix would break existing
overrides in the same hard-to-debug way. So instead of changing the
definition a new `overrideScope'` with the conventional order is added,
and old `overrideScope` deprecated with a warning saying to use
`overrideScope'` instead. That will hopefully get people to stop using
`overrideScope`, freeing our hand to change or remove it in the future.
2018-09-24 17:50:11 -04:00
Felipe Espinoza
60909fddf8
compactor: 0.11.0 -> 0.11.1 ( #47271 )
2018-09-24 23:24:22 +02:00
xeji
bc22265e65
Merge pull request #47296 from matthewbauer/closure-size-reductions
...
ISO/OVA closure size reductions
2018-09-24 23:21:02 +02:00
Austin Seipp
0ce90d58cc
nixos/chrony: clean up, rework to be a little closer to upstream
...
Most importantly, this sets PrivateTmp, ProtectHome, and ProtectSystem
so that Chrony flaws are mitigated, should they occur.
Moving to ProtectSystem=full however, requires moving the chrony key
files under /var/lib/chrony -- which should be fine, anyway.
This also ensures ConditionCapability=CAP_SYS_TIME is set, ensuring
that chronyd will only be launched in an environment where such a
capability can be granted.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-24 15:42:44 -05:00
Jan Malakhovski
6ebad0821f
bluez-alsa: init at 1.3.1 ( #47236 )
2018-09-24 22:42:20 +02:00
Jörg Thalheim
0fcf01958b
Merge pull request #47112 from Avaq/add/twa
...
twa: init at 1.3.1
2018-09-24 21:41:37 +01:00
baracoder
7f0865bac8
dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying build files ( #47269 )
2018-09-24 21:38:26 +01:00
Dmitry Kalinkin
8229fbb486
lhapdf: fix "lhapdf list" interactive tool ( #44905 )
...
In version 6.2.1 the "list" command now uses python bindings, which need
to be imported, so we need to set the PYTHONPATH.
2018-09-24 22:37:44 +02:00
Vladyslav M
634c37cb83
fzy: 0.9 -> 1.0 ( #47295 )
2018-09-24 22:28:12 +02:00
Dmitry Kalinkin
256af6d039
texlive/combine.nix: drop nix1 support ( #47294 )
...
Since 7d1968c0e3
('Nix minimal version: 1.11 -> 2.0') nixpkgs now require nix 2.0+
2018-09-24 22:22:10 +02:00
Elis Hirwing
a12787e61a
phpPackages.phpcbf: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Elis Hirwing
1b0500e3f1
phpPackages.phpcs: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Michael Raskin
ce411911e8
Merge pull request #47289 from 1000101/master
...
trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
2018-09-24 20:08:44 +00:00
Matthew Bauer
1427c50cea
nfs-utils: properly strip system-generators
...
nfs-utils had a dependency on gcc through
etc/systemd/system-generators/*-server-generator. It was not stripped
correctly because it’s not in an expected path. This adds it to the
strip list.
2018-09-24 15:07:26 -05:00
Matthew Bauer
2b7d6e463e
nixos: don’t enableQt4Support for installer profile
...
This is already done in
installer/cd-dvd/installation-cd-graphical-kde.nix but not in
profiles/graphical.nix. Related to #47256 .
2018-09-24 15:07:25 -05:00
Jörg Thalheim
0a8bbcbac5
Merge pull request #47273 from pacien/patch-5
...
matrix-synapse: 0.33.3.1 -> 0.33.5
2018-09-24 20:47:50 +01:00
Jörg Thalheim
725b57ba11
Merge pull request #47283 from flokli/elasticsearch-dsl-6.2.1
...
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 20:40:21 +01:00
Peter Simons
f705ee21f6
Update overrides for ghc-8.6.x.
2018-09-24 21:19:35 +02:00
Peter Simons
873476c55a
haskell-hspec-core: use latest version when building with ghc 8.6.x
2018-09-24 21:19:35 +02:00
Peter Simons
9de1461f45
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:35 +02:00
Peter Simons
21dc7a6aa5
haskell-text: update overrides for the new version
2018-09-24 21:19:35 +02:00
Peter Simons
9e963c020e
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:34 +02:00
Peter Simons
dbffdee9d2
Add a couple of overrides to fix build with GHC 8.6.1.
2018-09-24 21:19:34 +02:00
Peter Simons
89972ff45f
all-cabal-hashes: update snapshot to Hackage at 2018-09-18T11:13:20Z
2018-09-24 21:19:34 +02:00
Peter Simons
c50365ec92
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
be1e8a29d2
.
2018-09-24 21:19:29 +02:00
Peter Simons
2fc9fee6b2
hackage2nix: disable broken Hydra builds
2018-09-24 21:18:51 +02:00
Florian Klink
18c7fbd78d
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 21:08:31 +02:00
Domen Kožar
6eacc17157
nixos tests: move common configuration into separate file
...
This allows tests outside nixos to use acme setup.
2018-09-24 20:07:33 +01:00
R. RyanTM
f37b39d279
jackett: 0.10.160 -> 0.10.198
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-09-24 20:40:29 +02:00
1000101
082bf52e31
nixos/trezord: revised and updated udev rules
...
nixos/trezord: revised and updated udev rules
2018-09-24 19:55:14 +02:00
Jörg Thalheim
d123b30ed1
Merge pull request #47279 from asymmetric/asymmetric/remove-dapptools
...
Remove DappHub projects
2018-09-24 18:49:18 +01:00
Jörg Thalheim
82e739a003
Merge pull request #47221 from Mic92/vim-additional-nix-code
...
vim: remove legacy additional-nix-code
2018-09-24 18:48:17 +01:00
Maximilian Bosch
2babfb5a88
eztrace: 1.0.6 -> 1.1-7 ( #47282 )
...
See https://hydra.nixos.org/build/80721509
Addresses #45960
2018-09-24 19:34:35 +02:00
1000101
180d68ab39
trezord: 2.0.14 -> 2.0.19
2018-09-24 19:25:21 +02:00
Lorenzo Manacorda
6017c6fa5b
*: remove DappHub projects
...
DappHub maintains a separate overlay at
https://github.com/dapphub/dapptools/blob/master/overlay.nix
2018-09-24 19:24:06 +02:00
1000101
3b9d20ab8c
add myself 1000101 as maintainer
2018-09-24 19:23:30 +02:00
José Romildo Malaquias
7cd824116a
shades-of-gray-theme: init at 1.1.1 ( #47280 )
2018-09-24 19:22:56 +02:00
xeji
9163c057e7
Merge pull request #47155 from xeji/p/installer-tests
...
nixos/tests/installer: prevent race between parted and udev
2018-09-24 18:59:50 +02:00
Will Dietz
2da6f215d3
Merge pull request #47281 from dtzWill/fix/llvm7-musl-rebase
...
llvm7: update sanitizer patch to fix w/musl
2018-09-24 11:49:56 -05:00
Andrew Dunham
ba278c3b87
boost: limit concurrent jobs to the maximum supported number ( #47255 )
2018-09-24 18:21:16 +02:00
Will Dietz
5b2de5126d
llvm7: update musl patch for sanitizers
2018-09-24 11:19:05 -05:00
Will Dietz
3bd0e50a28
libpfm: don't use -Werror
2018-09-24 11:19:04 -05:00
Jörg Thalheim
e10361b30a
Merge pull request #47275 from dtzWill/fix/iputils-musl
...
iputils: upstream fixes for musl
2018-09-24 17:16:30 +01:00
Andreas Rammhold
24c58bd1cc
Merge pull request #47257 from taku0/firefox-bin-62.0.2
...
firefox, firefox-bin:: 61.0.2 -> 62.0.2, firefox-esr: 60.2.0esr -> 60.2.1esr [Moderate security fixes]
2018-09-24 17:54:26 +02:00