Commit Graph

180718 Commits

Author SHA1 Message Date
Franz Pletz
5fa8cd257a
Merge pull request #51206 from krebs/xmonad-config
xmonad service: add .config option
2019-05-24 18:37:55 +00:00
Florian Klink
32c25b4f1d shairport-sync: set sysconfdir to /etc/
since 2.8.5, shairport-sync uses the directory path sysconfdir to
determine where to place the configuration file shairport-sync.conf.

This led to shairport-sync complaining at startup:
> configuration file name "/nix/store/i8gb0hsb2zczdl8g1h73pbcb952585l9-shairport-sync-3.2.2/etc/shairport-sync.conf" can not be resolved.

Looking for a configuration file there doesn't make much sense, as we'd
have to include configuration in the shairport-sync derivation itself.

By setting sysconfdir to /etc/, shairport-sync will try to read its
configuration from /etc/shairport-sync.conf, which is a more sane
default.
2019-05-24 18:33:28 +00:00
R. RyanTM
f41618a7c3 syslogng: 3.20.1 -> 3.21.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/syslog-ng/versions
2019-05-24 18:30:56 +00:00
Franz Pletz
eb7c11d552
Merge pull request #58718 from Ma27/validate-ssh-configs
nixos/sshd: validate ssh configs during build
2019-05-24 18:30:04 +00:00
Ryan Mulligan
4edbd027e2
Merge pull request #62010 from r-ryantm/auto-update/uftp
uftp: 4.9.9 -> 4.9.11
2019-05-24 11:18:11 -07:00
Maximilian Bosch
00a5222499
nixos/sshd: validate ssh configs during build
With `sshd -t` config validation for SSH is possible. Until now, the
config generated by Nix was applied without any validation (which is
especially a problem for advanced config like `Match` blocks).

When deploying broken ssh config with nixops to a remote machine it gets
even harder to fix the problem due to the broken ssh that makes reverts
with nixops impossible.

This change performs the validation in a Nix build environment by
creating a store path with the config and generating a mocked host key
which seems to be needed for the validation. With a broken config, the
deployment already fails during the build of the derivation.

The original attempt was done in #56345 by adding a submodule for Match
groups to make it harder screwing that up, however that made the module
far more complex and config should be described in an easier way as
described in NixOS/rfcs#42.
2019-05-24 20:16:53 +02:00
Andreas Rammhold
2b8b71ea66
Merge pull request #62016 from r-ryantm/auto-update/wimlib
wimlib: 1.13.0 -> 1.13.1
2019-05-24 20:09:11 +02:00
Silvan Mosberger
f631167557
Merge pull request #58702 from florianjacob/fix-mysql
nixos/mysql: fix typing-induced bugs
2019-05-24 19:51:54 +02:00
R. RyanTM
1cb1a1523f wimlib: 1.13.0 -> 1.13.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/wimlib/versions
2019-05-24 10:15:34 -07:00
Silvan Mosberger
b596bec9d9
Merge pull request #61966 from vbgl/qarte-4
qarte: 3.10.0+188 -> 4.6.0
2019-05-24 18:13:15 +02:00
John Children
8698c2a7d5 buildGoModule: pre-initialize module cache (#61967)
For some Go projects a go.mod file is included but there are no listed
dependencies. When this is encountered the Go toolchain will not create
a cache folder for downloaded dependencies which causes buildGoModule to
fail.

An example of a project like this that is widely used is:
https://github.com/golang/protobuf

This commit adds a mkdir command to ensure that the directory always
exists so it can be copied and prevent the failure.
2019-05-24 09:10:35 -07:00
Peter Simons
02ea1812c8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
85d71d5231.
2019-05-24 17:45:21 +02:00
Peter Simons
c85fe3c330 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
85d71d5231.
2019-05-24 17:44:16 +02:00
Peter Simons
b93138e174 all-cabal-hashes: update to Hackage at 2019-05-24T00:09:15Z 2019-05-24 17:44:15 +02:00
Peter Simons
2ad8ac54bf hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
e029651cf8.
2019-05-24 17:44:15 +02:00
Peter Simons
bdb704e8d7 hackage2nix: update list of broken builds 2019-05-24 17:44:15 +02:00
Silvan Mosberger
3643fa4bca hackage2nix: un-break some Haskell packages
Either because they're no longer broken at all or by overriding them with a fix
2019-05-24 17:38:25 +02:00
Jack Kelly
49345f233c hackage2nix: lattices is no longer broken 2019-05-24 17:38:07 +02:00
Jack Kelly
ea3c0aa1b5 haskellPackages.hakyll: remove obsolete patch 2019-05-24 17:38:02 +02:00
Peter Simons
b644d5b159 LTS Haskell 13.22 2019-05-24 17:36:35 +02:00
R. RyanTM
c3a0f32d3e uftp: 4.9.9 -> 4.9.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uftp/versions
2019-05-24 08:31:09 -07:00
Renaud
70a494a486
Merge pull request #61798 from bobvanderlinden/aliza-1.48.10
aliza: 1.36.3 -> 1.48.10
2019-05-24 17:23:51 +02:00
Renaud
e7110adb0a
Merge pull request #61848 from r-ryantm/auto-update/libdc1394
libdc1394: 2.2.5 -> 2.2.6
2019-05-24 16:46:09 +02:00
Timo Kaufmann
4e2d061650
home-manager: 2019-04-23 -> 2019-05-24 (#62007) 2019-05-24 16:44:18 +02:00
Timo Kaufmann
1e62f167fb
vimPlugins: update (#62005) 2019-05-24 16:24:04 +02:00
Silvan Mosberger
daedc801f2
Merge pull request #61925 from dtzWill/update/xterm-345
xterm: 344 -> 345
2019-05-24 16:14:41 +02:00
Dmitry Kalinkin
643a439e86
Merge pull request #61973 from NixOS/pr/fix_libglvnd
addOpenGLRunpath: only apply to ELF files
2019-05-24 10:07:01 -04:00
Maximilian Bosch
822634681e
Merge pull request #59487 from Ma27/install-weechat-manpages
weechat: install all outputs into the final store path
2019-05-24 15:58:30 +02:00
Silvan Mosberger
2764e7e97a
Merge pull request #61922 from mnacamura/camlpdf
ocamlPackages.{camlpdf,cpdf}: fix build
2019-05-24 15:53:18 +02:00
Renaud
ae44033f4c
Merge pull request #61868 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 3.3.4 -> 4.0.0
2019-05-24 15:50:25 +02:00
Silvan Mosberger
82776c3877
Merge pull request #61924 from dtzWill/update/shadowfox-2.0.1
shadowfox: 1.7.20 -> 2.0.1
2019-05-24 15:48:05 +02:00
Silvan Mosberger
6297561e28
shadowfox: Don't install compiler binary 2019-05-24 15:46:00 +02:00
Ryan Mulligan
34e8f3b119
Merge pull request #61997 from r-ryantm/auto-update/stacks
stacks: 2.3e -> 2.4
2019-05-24 06:31:43 -07:00
Silvan Mosberger
2440863b17
Merge pull request #61934 from lilyball/cocoapods-update-script
cocoapods: define updateScript
2019-05-24 15:24:39 +02:00
Silvan Mosberger
e93dfb26ee
Merge pull request #61938 from lostman/make-linux-headers
Expose makeLinuxHeaders function from nixos/kernel-headers
2019-05-24 15:21:53 +02:00
Renaud
7fdfbcba20
Merge pull request #61930 from marsam/update-hanazono
hanazono: 20141012 -> 20170904
2019-05-24 15:15:19 +02:00
Silvan Mosberger
9aa60e6b9b
Merge pull request #61948 from CohenCyril/bignums_equations_update
coqPackages: fix bignums and equations
2019-05-24 14:51:03 +02:00
Mario Rodas
5399a3a530
Merge pull request #61850 from r-ryantm/auto-update/libsass
libsass: 3.5.5 -> 3.6.0
2019-05-24 07:19:32 -05:00
Jörg Thalheim
1c95cad716
rustup: 1.18.2 -> 1.18.3 (#61937)
rustup: 1.18.2 -> 1.18.3
2019-05-24 13:17:34 +01:00
Jörg Thalheim
cb950a80a4
zfsUnstable: 0.8.0-rc5 -> 0.8.0 (#61969)
zfsUnstable: 0.8.0-rc5 -> 0.8.0
2019-05-24 13:16:01 +01:00
Renaud
6bbe3ebec5
Merge pull request #61928 from dtzWill/update/utf8proc-2.4.0
utf8proc: 2.3.0 -> 2.4.0
2019-05-24 14:15:22 +02:00
Mario Rodas
69a7856825
sassc: 3.5.0 -> 3.6.0 2019-05-24 07:04:13 -05:00
R. RyanTM
1abbb65931
libsass: 3.5.5 -> 3.6.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/libsass/versions
2019-05-24 07:04:01 -05:00
Florian Klink
f7640e352a
Merge pull request #61980 from andir/firefox
firefox-wrapper: stop creating new profiles when the binary path changes
2019-05-24 13:12:21 +02:00
Mario Rodas
d2dbb4f031
Merge pull request #61991 from r-ryantm/auto-update/rshell
rshell: 0.0.14 -> 0.0.25
2019-05-24 05:55:15 -05:00
R. RyanTM
f4a20199d2 stacks: 2.3e -> 2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stacks/versions
2019-05-24 03:50:06 -07:00
markuskowa
ad9f1beab2
Merge pull request #61985 from r-ryantm/auto-update/rdma-core
rdma-core: 23 -> 23.1
2019-05-24 10:35:27 +02:00
R. RyanTM
c229c046b8
rshell: 0.0.14 -> 0.0.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rshell/versions
2019-05-24 01:15:34 -07:00
R. RyanTM
6ac02de3c3 rdma-core: 23 -> 23.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/rdma-core/versions
2019-05-24 00:23:13 -07:00
edef
c89b2de425 androidenv: fix the $out/bin symlink for ndk-bundle 2019-05-24 02:32:14 +00:00