Commit graph

197419 commits

Author SHA1 Message Date
Maximilian Bosch 2dfc67517a
nixos/borgbackup: add option to allow removable devices
When having backup jobs that persist to a removable device like an
external HDD, the directory shouldn't be created by an activation script
as this might confuse auto-mounting tools such as udiskie(8).

In this case the job will simply fail, with the former approach
udiskie ran into some issues as the path `/run/media/ma27/backup` was
already there and owned by root.
2019-10-14 17:28:44 +02:00
Jan Tojnar 622b23cfda
almanah: 0.11.1 → 0.12.0
https://gitlab.gnome.org/GNOME/almanah/blob/0.12.0/NEWS#L1-53
2019-10-14 17:18:21 +02:00
Stig Palmquist f32701d813
perlPackages.Mojomysql: init at 1.17 2019-10-14 16:52:47 +02:00
Flakebi 61ac17f342
vimPlugins.vim-manpager: init at 2017-05-08 2019-10-14 16:19:11 +02:00
Millian Poquet 5b9cbeb75c simgrid: 3.23 -> 3.24 2019-10-14 16:08:43 +02:00
Flakebi 76b5242e7e
vimPlugins.lexima-vim: init at 2019-07-22 2019-10-14 16:07:26 +02:00
Flakebi e4e01c6bde
vimPlugins.vimfiler-vim: init at 2019-07-30 2019-10-14 16:05:25 +02:00
Renaud f7e558e0cd
Merge pull request #70824 from stigtsp/package/perl-authen-oath-init
perlPackages.AuthenOATH: init at 2.0.1
2019-10-14 16:04:08 +02:00
Flakebi c4ede4f2e4
vimPlugins: Update 2019-10-14 16:03:38 +02:00
Maximilian Bosch 2466a5bd88
documize-communitiy: 3.1.1 -> 3.1.2
https://github.com/documize/community/releases/tag/v3.3.2
2019-10-14 15:35:32 +02:00
Michael Weiss 41ce7871ac
Merge pull request #71072 from minijackson/ssh-in-sshfs-env
sshfs: add ssh program to the environment
2019-10-14 15:34:20 +02:00
Florian Klink 79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00
Marek Mahut b7b7ed9d59
Merge pull request #71121 from mmahut/jormungandr
jormungandr: 0.5.6 -> 0.6.0-rc1+1
2019-10-14 15:19:22 +02:00
Matthieu Coudron 73c64f0f38 luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
2019-10-14 21:53:23 +09:00
Vladyslav M 0c36fa1c8c hyperfine: 1.6.0 -> 1.8.0 2019-10-14 07:39:25 -05:00
Renaud 4e454b8cef
Merge pull request #70823 from stigtsp/package/perl-data-messagepack-init
perlPackages.DataMessagePack: init at 1.00
2019-10-14 14:38:53 +02:00
Renaud 581ada4270
Merge pull request #70400 from stigtsp/package/perl-device-mac-init
perlPackages.DeviceMAC: init at 1.00
2019-10-14 14:36:59 +02:00
Vladimír Čunát 0bd5120e22
knot-dns: 2.8.4 -> 2.9.0
I can't see any large incompatibilities.
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.9.0
2019-10-14 14:31:46 +02:00
Marek Mahut da4a06499d jormungandr: 0.5.6 -> 0.6.0-rc1+1 2019-10-14 14:29:03 +02:00
Renaud 385908abd1
Merge pull request #70342 from stigtsp/package/perl-crypt-pbkdf2-init
perlPackages.CryptPBKDF2: init at 0.161520
2019-10-14 14:11:27 +02:00
Frederik Rietdijk 5344414e33 pythonPackages.babelfish: uses pkg_resources 2019-10-14 14:08:26 +02:00
Florian Klink 2a254635ec
imagemagick: 6.9.9-34 -> 6.9.10-68, fixing numerous CVEs (#71099)
imagemagick: 6.9.9-34 -> 6.9.10-68, fixing numerous CVEs
2019-10-14 13:39:00 +02:00
Jörg Thalheim b731394033
testdisk: enable ntfs/extfs on non-darwin platforms
This option was accidentally flipped in b2b29d4398
also see: b2b29d4398 (r334432081)
2019-10-14 12:15:43 +01:00
Michael Weiss 2e1b91ed8e
python37Packages.goobook: Add the missing setuptools dependency
Querying resulted in the following error:

$ goobook query test
Traceback (most recent call last):
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
    from goobook.application import main
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-10-14 13:01:58 +02:00
Jörg Thalheim 14a6713aef
linux: remove deprecated kernel config options
Our oldest kernel is 4.4. That's why we can remove configurations that only
applies to kernels older than that.
2019-10-14 11:43:18 +01:00
Jörg Thalheim d633ec9787
Merge pull request #70601 from Mic92/zfs-trim
nixos/zfs: only enable trim if zfs is enabled
2019-10-14 11:04:35 +01:00
Jörg Thalheim 283ef6bc6d
Revert "fwupd: Move D-Bus conf file to share/dbus-1/system.d"
This reverts commit ad6aada7e2.

The patch does not apply to our version.
This commit was part of https://github.com/NixOS/nixpkgs/pull/68875

cc @worldofpeace
2019-10-14 11:01:45 +01:00
Jörg Thalheim 4d28337d57
testdisk: deduplicating testdisk/photorec (#69945)
testdisk: deduplicating testdisk/photorec
2019-10-14 10:53:09 +01:00
Renaud ff064b4479
Merge pull request #70335 from stigtsp/package/perl-json-validator-init
perlPackages.JSONValidator: init at 3.15
2019-10-14 11:52:35 +02:00
Jörg Thalheim bda58c465d
testdisk: pkgconfig belongs to nativeBuildInputs 2019-10-14 10:51:57 +01:00
Jörg Thalheim b2b29d4398
testdisk: inline platform specific option defaults
Makes it easier to read since one does not need to be aware
of overrides in all-packages.nix.
2019-10-14 10:48:51 +01:00
Franz Pletz da20b8a7f6
libressl: fix libdir in pkgconfig files
Fix #71107.
2019-10-14 11:32:26 +02:00
Franz Pletz a86f16d864
libressl_3_0: 3.0.0 -> 3.0.1 2019-10-14 11:32:25 +02:00
Jörg Thalheim 12880e57e1
nixos/zfs: mention trim support in the release notes 2019-10-14 10:30:59 +01:00
Jörg Thalheim 9a89467606
nixos/zfs: simplify logic for scrub/autosnapshot service
This makes them consistent with the way zfs.trim is enabled
and allow to enable them by default in future.
2019-10-14 10:30:57 +01:00
Jörg Thalheim 63746f6bcf
Merge pull request #70506 from danieldk/racer-2.1.27
rustracer: 2.1.22 -> 2.1.27
2019-10-14 10:16:40 +01:00
Renaud be5f4980f6
Merge pull request #70328 from stigtsp/package/perl-session-token-init
perlPackages.SessionToken: init at 1.503
2019-10-14 11:06:43 +02:00
Anders Riutta 1f7b1cf581 doc/python: clarify python nix tooling efforts
@garbas and @seppeljordan, are these updates correct?

I removed `offlinehacker/pypi2nix` as an unmaintained ancestor of the current repo `nix-community/pypi2nix`. It appears @garbas forked `offlinehacker/pypi2nix` to `garbas/pypi2nix` and then handed off maintainership to @seppeljordan, transferring the repo to `nix-community/pypi2nix`.
2019-10-14 09:54:01 +01:00
Renaud 0f3d1c1bc8
Merge pull request #70324 from stigtsp/package/perl-smart-comments-init
perlPackages.SmartComments: init at 1.06
2019-10-14 10:48:11 +02:00
Renaud 8fd504c4c9
Merge pull request #70821 from stigtsp/package/perl-dbix-class-inflatecolumn-serializer-init
perlPackages.DBIxClassInflateColumnSerializer: init at 0.09
2019-10-14 10:41:55 +02:00
Renaud 3665f3bf44
Merge pull request #70820 from stigtsp/package/perl-dbix-class-dynamicdefault-init
perlPackages.DBIxClassDynamicDefault: init at 0.04
2019-10-14 10:37:05 +02:00
Renaud d318b546d4
Merge pull request #70819 from stigtsp/package/perl-convert-base32-init
perlPackages.ConvertBase32: init at 0.06
2019-10-14 10:27:47 +02:00
Renaud 5334d3ac5f
Merge pull request #70654 from stigtsp/package/perl-mojo-sqlite-init
perlPackages.MojoSQLite: init at 3.002
2019-10-14 10:10:43 +02:00
Renaud b49dd0ecb4
Merge pull request #70822 from stigtsp/package/perl-mojo-jwt-init
perlPackages.MojoJWT: init at 0.08
2019-10-14 10:03:24 +02:00
Jörg Thalheim d94f92c816
python3.pkgs.tables: fix build against hdf5
In 6cbf0b4bd2 the package splitted
of header files, which broke this build as a result.

cc @ttuegel
2019-10-14 08:58:02 +01:00
Renaud 43deb3b335
Merge pull request #70818 from stigtsp/package/perl-class-init
perlPackages.CLASS: init at 1.00
2019-10-14 09:50:35 +02:00
worldofpeace dd050270c7 nixos/environment: don't set GTK_DATA_PREFIX or GTK_EXE_PREFIX
We had these set so gtk2 can discover themes properly, however we failed
realize that gtk2 already has a patch that makes it search in XDG_DATA_DIRS.
I don't believe any issue is solved by setting these.
2019-10-13 19:54:09 -04:00
Graham Christensen 8aaf5de4bd
Merge pull request #70490 from Ralith/openxr-loader-fix
openxr-loader: fix missing graphics API support
2019-10-13 18:32:08 -04:00
Orivej Desh 8f5bafe599 psi-plus: 1.4.504 -> 1.4.904
libsForQt5 is needed for qtkeychain.
2019-10-13 22:08:39 +00:00
Orivej Desh 1357d10048 qca2: 2.1.3 -> 2.2.1 2019-10-13 21:53:29 +00:00