Commit graph

191870 commits

Author SHA1 Message Date
Katharina Fey 589c156869 nixos/railcar: small style changes 2019-09-04 22:46:42 +00:00
Katharina Fey 8f7da8ce0b nixos/railcar: init 2019-09-04 22:46:42 +00:00
Katharina Fey 18f7f19ce2 ociTools: init 2019-09-04 22:46:42 +00:00
Lily Ballard 43dade238f
installShellFiles: init (#65211)
This is a new package that provides a shell hook to make it easy to
declare manpages and shell completions in a manner that doesn't require
remembering where to actually install them. Basic usage looks like

  { stdenv, installShellFiles, ... }:
  stdenv.mkDerivation {
    # ...
    nativeBuildInputs = [ installShellFiles ];
    postInstall = ''
      installManPage doc/foobar.1
      installShellCompletion --bash share/completions/foobar.bash
      installShellCompletion --fish share/completions/foobar.fish
      installShellCompletion --zsh share/completions/_foobar
    '';
    # ...
  }

See source comments for more details on the functions.
2019-09-04 23:19:17 +02:00
Eelco Dolstra 37e333af9a
nix: 2.2.2 -> 2.3 2019-09-04 21:36:49 +02:00
Marek Mahut 9392493ccc
Merge pull request #68081 from dtzWill/update/stress-ng-0.10.02
stress-ng: 0.10.01 -> 0.10.02
2019-09-04 21:28:04 +02:00
Marek Mahut 89f9948082
Merge pull request #68090 from markus1189/aws-rotate-key-1-0-6
aws-rotate-key: 1.0.4 -> 1.0.6
2019-09-04 21:27:23 +02:00
Marek Mahut 4622046a2f
Merge pull request #68104 from peterhoeg/f/aucdtect
aucdtect: pname was wrong
2019-09-04 21:23:42 +02:00
Sarah Brofeldt 2245bc0618
Merge pull request #68114 from srhb/manual-fix-ceph-rl
nixos/manual: Fix build after broken Ceph release note
2019-09-04 19:54:16 +02:00
Sarah Brofeldt ef76e7df16 nixos/manual: Fix build after broken Ceph release note 2019-09-04 19:33:07 +02:00
Silvan Mosberger 7ff619f440
Merge pull request #68015 from aanderse/zookeeper
nixos/zookeeper: recursively set permissions and ownership on dataDir
2019-09-04 19:00:49 +02:00
Michael Raskin 2b3a70715f
Merge pull request #68098 from Mic92/sysdig
sysdig: 0.26.2 -> 0.26.4
2019-09-04 16:19:13 +00:00
Timo Kaufmann 0a7f8fbd29
fflas-ffpack: 2.4.0 -> 2.4.3 (#68108) 2019-09-04 18:13:00 +02:00
Eelco Dolstra 68801b40d6
Merge pull request #62042 from thefloweringash/aarch64-ami
Amazon Images for Aarch64
2019-09-04 18:00:47 +02:00
Andrew Childs 84742e2293 amazon-image.nix: upload prebuilt images 2019-09-05 00:52:21 +09:00
Andrew Childs 25bee972e9 amazon-image.nix: add hydra-build-products and improve metadata 2019-09-05 00:52:20 +09:00
Andrew Childs 9898fd0e8e nixos/release.nix: add "amazonImage" for building Amazon EC2 Images 2019-09-05 00:52:20 +09:00
Andrew Childs 027e5560bd amazon-image.nix: default to vpc formatted images
These can be imported without converison.
2019-09-05 00:52:20 +09:00
Andrew Childs 5501274b5f amazon-image.nix: add EFI support, enable by default for aarch64 2019-09-05 00:52:17 +09:00
Michael Raskin e3fbbb1d10
Merge pull request #68083 from dtzWill/update/bdf2psf-1.193
bdf2psf: 1.192 -> 1.193
2019-09-04 15:20:44 +00:00
Sarah Brofeldt 55256d644b
Merge pull request #65470 from johanot/ceph-14-upstream
ceph: 12.2.7 -> 14.2.1
2019-09-04 17:08:28 +02:00
Johan Thomsen fb22d67fa7 ceph: 13.2.4 -> 14.2.1
* remove kinetic
* release note
* add johanot as maintainer

nixos/ceph: create option for mgr_module_path
  - since the upstream default is no longer correct in v14

* fix module, default location for libexec has changed
* ceph: fix test
2019-09-04 16:17:18 +02:00
Timo Kaufmann ce37819c8b
home-manager: 2019-06-25 -> 2019-09-04 (#68100) 2019-09-04 16:01:59 +02:00
Kristoffer 85baedaca3 ceph: 12.2.7 -> 13.2.4
* maintain only one version
* ceph-client: init
* include ceph-volume python tool in output

nixos/ceph: extraConfig, fix test, wait for ceph-mgr to become active

* run ceph with disk group permission
* add extraConfig option for the global section
needed per cluster
* clear up how ceph.conf is generated
* fix ceph testcase
2019-09-04 16:01:42 +02:00
Florian Klink 432e55242e
Merge pull request #67968 from ambrop72/virtualbox-qt-fix
virtualbox: Fix #65564
2019-09-04 06:38:37 -07:00
Ambroz Bizjak b52dfd3007 virtualbox: Make sure that Qt finds plugins to make VMs run again.
Fixes #65564. When hardening is enabled, we cannot use a wrapper for
VirtualBoxVM, so patch the source code to set QT_PLUGIN_PATH as required.
2019-09-04 06:38:12 -07:00
Florian Klink af2f81f227
Merge pull request #68023 from ambrop72/phc-intel-assert-fix
phc-intel: Don't define the package if the assert would fail.
2019-09-04 06:36:10 -07:00
Peter Hoeg dfea236a48 aucdtect: pname was wrong 2019-09-04 21:21:09 +08:00
Andreas Rammhold 29e4048d0a
Merge pull request #67186 from xbreak/libyaml-cpp/no-gtest
libyamlcpp: Disable build & install of Google Test
2019-09-04 14:20:29 +02:00
Michael Weiss 875a09cbc6
html-proofer: 3.11.1 -> 3.12.0 2019-09-04 14:09:24 +02:00
Lassulus 85de89db86
Merge pull request #62743 from geistesk/weechat-otr-1.9.2
weechatScripts.weechat-otr: init at 1.9.2
2019-09-04 13:39:24 +02:00
Arseniy Seroka 3dd112c97e
Merge pull request #68013 from serokell/nixfmt
nixfmt: init at 0.3.0 from haskellPackages
2019-09-04 13:36:04 +03:00
Michael Fellinger 683a7f0f34 bundix: 2.4.2 -> 2.5.0 2019-09-04 10:31:39 +00:00
Jörg Thalheim 7d78cc8596
sysdig: 0.26.2 -> 0.26.4 2019-09-04 11:26:17 +01:00
Robert Hensing 320bcfeb24
Merge pull request #66635 from Gerschtli/docker-compose-zsh
docker-compose: add zsh completion
2019-09-04 12:20:57 +02:00
Robin Gloster 29fedc99d2
Merge pull request #68043 from dtzWill/update/i3-4.17.1
i3: pname, 4.17 -> 4.17.1
2019-09-04 12:19:50 +02:00
Aaron Andersen 5f13b929db
Merge pull request #68058 from dtzWill/update/mkvtoolnix-37
mkvtoolnix: 36.0.0 -> 37.0.0
2019-09-04 06:14:42 -04:00
Aaron Andersen 7f80b516f6
Merge pull request #68057 from dtzWill/update/httpie-1.0.3
httpie: 1.0.2 -> 1.0.3, fetchPypi, pname
2019-09-04 06:13:38 -04:00
Aaron Andersen 8b9001d759
Merge pull request #68066 from dtzWill/update/speedtest-cli-2.1.2
speedtest-cli: 2.1.1 -> 2.1.2
2019-09-04 06:00:35 -04:00
Peter Hoeg 5eef8c231a
Merge pull request #68094 from peterhoeg/f/darkhttp
nixos/darkhttpd: fix package reference
2019-09-04 17:08:14 +08:00
Peter Simons 54e694de81 mlt: build with ffmpeg version 4.x rather than 2.x
The new ffmpeg version is (a) supported and (b) required by some
applications that use libmlt, e.g. shotcut. There appears to be
no downside to this upgrade.
2019-09-04 11:02:35 +02:00
Marek Mahut 1d8a3973f4
Merge pull request #67988 from mmahut/trezor-agent
pythonPackages.trezor_agent: adding buildInputs required for GPG
2019-09-04 10:46:14 +02:00
Peter Hoeg afa6c910a9
Merge pull request #67603 from peterhoeg/u/sayonara
sayonara: 1.1.1 -> 1.5.1
2019-09-04 15:41:08 +08:00
Peter Hoeg ac9b16dfa8
Merge pull request #67605 from peterhoeg/p/strawberry
strawberry: init at 0.6.3
2019-09-04 15:39:33 +08:00
Markus Hauck 3b32921a05 aws-rotate-key: 1.0.4 -> 1.0.6 2019-09-04 09:37:25 +02:00
Peter Hoeg 5a12e12b49 strawberry: init at 0.6.3 2019-09-04 14:39:53 +08:00
Peter Hoeg db9c11d084 taglib: fix ogg file corruption 2019-09-04 14:39:53 +08:00
Peter Hoeg aba7db77e9 sayonara: 1.1.1 -> 1.5.1 2019-09-04 14:36:29 +08:00
Will Dietz 6df37c9aab evtest: 1.33 -> 1.34 2019-09-04 08:00:26 +02:00
Michael Raskin de0fc44144
Merge pull request #68059 from dtzWill/update/links-2.20
links: 2.19 -> 2.20
2019-09-04 04:57:11 +00:00