Commit graph

225431 commits

Author SHA1 Message Date
R. RyanTM 2a8fb4c39c ttygif: 1.4.0 -> 1.5.0 2020-05-10 19:58:03 +00:00
R. RyanTM 5ce6802a17
termdown: 1.16.0 -> 1.17.0 2020-05-10 19:49:47 +00:00
Ryan Mulligan df3554a419
Merge pull request #87468 from r-ryantm/auto-update/qtpbfimageplugin
qtpbfimageplugin: 2.1 -> 2.2
2020-05-10 12:46:38 -07:00
ccellado f889cf482d vips 0.8.2 2020-05-10 21:46:05 +02:00
Ryan Mulligan 84982d1664
Merge pull request #87523 from r-ryantm/auto-update/tixati
tixati: 2.72 -> 2.73
2020-05-10 12:42:46 -07:00
Bjørn Forsman 66f90b84b8 fatsort: 1.5.0.456 -> 1.6.2.605
The patch to set PREFIX needed updating to apply. Rewrite it in a way
that allows submitting upstream. That means we don't hardcode
PREFIX=$out inside the patch but allow the PREFIX to be passed to make
at build time.
2020-05-10 21:40:35 +02:00
Kim Lindberger 7451f11730
google-drive-ocamlfuse: 0.7.2 -> 0.7.21 (#86469)
ocamlPackages.ocamlfuse: 2.7.1_cvs5 -> 2.7.1_cvs6_e35e76b
2020-05-10 21:24:18 +02:00
Michael Raskin 1013153a59
Merge pull request #87525 from r-ryantm/auto-update/virt-viewer
virt-viewer: 8.0 -> 9.0
2020-05-10 19:16:53 +00:00
José Romildo Malaquias 2bb14421ec theme-obsidian2: 2.11 -> 2.12 2020-05-10 16:03:14 -03:00
Florian Klink 7c8d86f041
Merge pull request #87411 from r-ryantm/auto-update/python2.7-twilio
python27Packages.twilio: 6.35.1 -> 6.39.0
2020-05-10 21:01:40 +02:00
Mario Rodas e1335cec4b
Merge pull request #87520 from mdlayher/mdl-corerad
corerad: 0.2.3 -> 0.2.4
2020-05-10 14:00:06 -05:00
R. RyanTM 01bc332108 python27Packages.ROPGadget: 6.2 -> 6.3 2020-05-10 11:52:58 -07:00
Aaron Andersen c6cedc0bbc
Merge pull request #87513 from r-ryantm/auto-update/solr
solr: 8.5.0 -> 8.5.1
2020-05-10 14:46:35 -04:00
Florian Klink 3d92964d2a
Merge pull request #87491 from r-ryantm/auto-update/svn-all-fast-export
gitAndTools.svn-all-fast-export: 1.0.17 -> 1.0.18
2020-05-10 20:38:35 +02:00
R. RyanTM ae649e275c virt-viewer: 8.0 -> 9.0 2020-05-10 18:35:50 +00:00
R. RyanTM ab3dfc3fb5 tixati: 2.72 -> 2.73 2020-05-10 18:29:10 +00:00
Dominique Martinet d8fa2627f3 mpd: remove user/group from conf
the options should not be set as we already change user with service
file, man mpd.conf says "Do not use this option if you start MPD as an
unprivileged user"

The group option actually is not documented at all anymore and probably
no longer exists.

These options get in the way of setting up confinement for the service,
as it would otherwise be pretty straightforward to setup, but even if
mpd is not root it would check the user exists within the chroot which
is more work (need to get nss working):

  systemd.services.mpd = {
    serviceConfig.BindPaths = [
      # mpd state dir
      "/var/lib/mpd"
      # notify systemd service started up
      "/run/systemd/notify"
    ];
    serviceConfig.BindReadOnlyPaths = [
      "/path/to/music:/var/lib/mpd/music"
    ];
    # ProtectSystem is not compatible with confinement
    serviceConfig.ProtectSystem = lib.mkForce false;
    confinement = {
      enable = true;
      binSh = null;
      mode = "chroot-only";
    };
  };
2020-05-10 20:24:33 +02:00
pablo1107 7341598420 perlPackages.StringInterpolate: init at 0.32 2020-05-10 20:18:50 +02:00
pablo1107 fc3d6386db maintainers: add pablovsky 2020-05-10 20:18:50 +02:00
Gaelan 4ed7e23636 nixos/device-tree: fix package name in examples
deviceTree_rpi got renamed to device-tree_rpi a while back, so this updates the examples to reflect that.
2020-05-10 20:13:54 +02:00
Damien Cassou d531e72397
nix-direnv: init at 1.0.0 2020-05-10 20:09:24 +02:00
Matt Layher 3d055b1c68 corerad: 0.2.3 -> 0.2.4 2020-05-10 14:04:11 -04:00
R. RyanTM 99847a4e9d python27Packages.pymupdf: 1.16.16 -> 1.16.18 2020-05-10 19:44:37 +02:00
Dominique Martinet 4c81174f4c
nixos/confinement: add conflict for ProtectSystem service option
Systemd ProtectSystem is incompatible with the chroot we make
for confinement. The options is redundant with what we do anyway
so warn if it had been set and advise to disable it.

Merges: https://github.com/NixOS/nixpkgs/pull/87420
2020-05-10 19:25:41 +02:00
Luke Granger-Brown 5da1393030 deluge: add glib so its hook works.
At the moment, runing `deluge` with the deluge package installed returns
"No GSettings schemas are installed on the system".

After this patch, XDG_DATA_DIRS includes the gsettings-desktop-schemas,
which means the program actually manages to launch.
2020-05-10 19:24:09 +02:00
Gabriel Ebner af238824f4 curaPlugins.octoprint: 3.5.11 -> 3.5.12 2020-05-10 19:06:01 +02:00
Gabriel Ebner bc56fe5759 cura: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner 9f23ba56f1 python3Packages.uranium: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner ddac66d6b8 python3Packages.libarcus: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner be985ba49e python3Packages.libsavitar: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner 53df8b1a27 python3Packages.trimesh: init at 3.6.36 2020-05-10 19:05:55 +02:00
R. RyanTM f66d997a29 sympow: 2.023.5 -> 2.023.6 2020-05-10 16:42:21 +00:00
R. RyanTM ae4d9cb9a0 stacks: 2.52 -> 2.53 2020-05-10 09:37:29 -07:00
R. RyanTM 8d66945c6e python37Packages.zeroconf: 0.24.5 -> 0.26.0 2020-05-10 09:36:32 -07:00
R. RyanTM 3eb94f3f8c seafile-shared: 7.0.6 -> 7.0.7 2020-05-10 09:35:31 -07:00
R. RyanTM 23bacaa090 remmina: 1.4.1 -> 1.4.3 2020-05-10 09:35:19 -07:00
R. RyanTM 9c15de6ea4 suricata: 5.0.2 -> 5.0.3 2020-05-10 09:35:02 -07:00
Elis Hirwing e7b5f78031
Merge pull request #87504 from stigtsp/package/oq-fix-build
oq: 1.0.2 -> 1.1.0, fix build
2020-05-10 18:34:35 +02:00
R. RyanTM 6383f231aa stress-ng: 0.11.07 -> 0.11.08 2020-05-10 09:34:13 -07:00
R. RyanTM b24960a6ea sec: 2.8.2 -> 2.8.3 2020-05-10 09:33:34 -07:00
R. RyanTM bd8488b774 python27Packages.treq: 18.6.0 -> 20.4.1 2020-05-10 09:30:17 -07:00
R. RyanTM b558ad1ba7 python27Packages.pyvmomi: 6.7.1.2018.12 -> 7.0 2020-05-10 09:26:40 -07:00
R. RyanTM f82006b9af solr: 8.5.0 -> 8.5.1 2020-05-10 16:21:51 +00:00
Stig Palmquist 83738b69f8
oq: 1.0.2 -> 1.1.0 2020-05-10 17:05:51 +02:00
R. RyanTM add53f7660 squashfs-tools-ng: 0.9 -> 0.9.1 2020-05-10 17:04:43 +02:00
Ryan Mulligan 91031a8407
Merge pull request #83736 from r-ryantm/auto-update/libsignal-protocol-c
libsignal-protocol-c: 2.3.2 -> 2.3.3
2020-05-10 07:58:14 -07:00
Stig Palmquist 6dbe177f29
oq: fix build 2020-05-10 16:54:34 +02:00
R. RyanTM 92d970c766
snakemake: 5.15.0 -> 5.16.0 (#87496) 2020-05-10 10:09:53 -04:00
Richard Marko a6ac6d00f9 nixos/raspberrypi-builder: fix cross using buildPackages 2020-05-10 16:03:31 +02:00
Richard Marko 03ae0c0fe2 nixos/uboot-builder: fix cross using buildPackages 2020-05-10 16:03:31 +02:00