Commit Graph

148110 Commits

Author SHA1 Message Date
Pascal Wittmann
4979fef9e7
opencollada: add license
see issue #43716
2018-08-02 12:06:44 +02:00
volth
66939ec363 xfce4-13: backport panel plugins from xfce4-12 2018-08-02 09:17:25 +00:00
Carlos D
c431713f99 tinyproxy: init at 1.8.4 2018-08-02 18:36:57 +10:00
volth
cd794f4216 xfce4-13.xfce4-session: init at 4.13.0 (#44336) 2018-08-02 10:35:21 +02:00
xeji
9e52696649
Merge pull request #44325 from markuskowa/molcas
openmolcas: init at 20180529
2018-08-02 10:32:04 +02:00
Tobias Happ
219970b494 cargo-update: init at 1.5.2 (#40575) 2018-08-02 10:28:57 +02:00
Serge Bazanski
742a50dafd trellis: init 2018.08.01 (#44328)
* trellis: init 2018.08.01

* trellis: move boost to buildInputs

* trellis: remove leftover debug clause
2018-08-02 10:18:47 +02:00
Markus Kowalewski
484473b184
openmolcas: init at 20180529 2018-08-02 10:18:17 +02:00
Markus Kowalewski
b908b7d68d
globalarrays: init at 5.7 2018-08-02 10:18:08 +02:00
Christopher Birkbeck
af4448ef4d README.md: Add link to the new discourse forum (#44334) 2018-08-02 10:01:30 +02:00
Bignaux Ronan
38e582c91d photon: init at 1.0.7 (#44269) 2018-08-02 09:49:54 +02:00
Vladyslav M
36765069a5 libtorrentRasterbar: 1.1.7 -> 1.1.9 (#44335) 2018-08-02 09:36:33 +02:00
Anders Lundstedt
891fb1d5e0 Plex: 1.13.0 -> 1.13.4 (#44327) 2018-08-02 09:17:31 +02:00
volth
726d59b795 xfce4-13.xfce4-clipman-plugin: init at 1.4.2 (#44319) 2018-08-02 09:13:42 +02:00
volth
68fdf47135 xfce4-13.xfce4-xkb-plugin: init at 0.8.1 (#44320) 2018-08-02 09:12:42 +02:00
Peter Hoeg
cdfefaa42b xca: 2.0.1 -> 2.1.0 2018-08-02 13:43:44 +08:00
Cray Elliott
737fdd7348 ffmpeg_4, ffmpeg-full: 4.0.1 -> 4.0.2 2018-08-01 21:20:14 -07:00
aszlig
6f5a86b189
tests/containers-imperative: Disable useSandbox
Since 4f6df27aee0a3f620d65280c7b6644d5cce094ae, nix.useSandbox defaults
to true which causes the Nix build within the containers-imperative test
to fail while trying to hardlink files into the chroot:

link("/nix/store/foo", "/nix/store/bar.drv.chroot/nix/store/foo")
   = -1 EPERM (Operation not permitted)

The reason this happens is that the hosts store is mounted using 9p and
an overlayfs is mounted on top, so even if we would disable the tmpfs
for the upper directory the hardlink would still cross filesystem
boundaries, which then fails with the above error code.

I haven't yet seen any other test which fails in a similar way, which
might be because building within VM tests is not very common and the
installer tests build in a separate store, so they're not affected.

Signed-off-by: aszlig <aszlig@nix.build>
Issue: https://github.com/NixOS/nix/issues/2324
Cc: @aristidb, @edolstra, @chaoflow, @kampfschlaefer
2018-08-02 06:00:32 +02:00
Cray Elliott
00ab5c5b6a mariadb: 10.2.16 -> 10.3.8 2018-08-01 20:57:08 -07:00
Cray Elliott
3c21535b5c pypy: 5.10 -> 6.0 2018-08-01 20:49:53 -07:00
Cray Elliott
eca1f53a52 reposurgeon: 3.28 -> 3.44
also switch from cython to pypy as cyreposurgeon was dropped upstream in
favor of using pypy
2018-08-01 20:49:53 -07:00
Cray Elliott
169d5698a9 monotone: fix build against pcre 8.42 2018-08-01 20:49:53 -07:00
Matthew Bauer
eb1afe452a
Merge pull request #44332 from jerith666/restic-s3-default
restic: add missing default for s3CredentialsFile
2018-08-01 22:56:12 -04:00
Matt McHenry
016922f88b restic: add missing default for s3CredentialsFile 2018-08-01 22:53:14 -04:00
Spencer Janssen
cbaac40623 unixODBCDrivers.msodbcsql17: init at 17.2.0.1 (#44140)
* unixODBCDrivers.msodbcsql17: init at 17.2.0.1

* unixODBCDrivers.msodbcsql17: use autoPatchelfHook

* unixODBCDrivers.msodbcsql17: use getLib
2018-08-01 22:46:53 -04:00
Edmund Wu
6f62bf31c1
opencollada: include pcre.h (KhronosGroup/OpenCOLLADA#570) 2018-08-01 22:02:41 -04:00
Matthew Bauer
8fe1620513
Merge pull request #43080 from mnacamura/cdda
cataclysm-dda{,-git}: move common attributes to common.nix
2018-08-01 21:45:26 -04:00
Matthew Bauer
7ee610fd6c
Merge pull request #43604 from udono/update_tryton_4_8
Minor upstream update Tryton 4 8
2018-08-01 21:29:40 -04:00
Moritz Angermann
acaa6c92fb coreutils: unix-only
Windows is not supported & we currently define "all" to be "unix" + "windows".
2018-08-01 21:18:41 -04:00
aszlig
29e89248bf
beets: Fix building plugins with Python 3
Since the switch to using python3Packages in commit
72934aa94e322eb3d5be277d667466643f78e706, the plugins no longer build
because they end up with a mix of Python 2 and Python 3 packages.

The reason for this is that the Beets package itself uses callPackage to
reference the plugins, however the overrides are not applied there and
thus the plugins end up getting pythonPackages from the top-level which
is Python 2 and beets with Python 3 dependencies.

Unfortunately this is not the only reason for the builds to fail,
because both plugins did not actually support Python 3.

For the copyartifacts plugin, the fix is rather easy because we only
need to advance to two more recent commits from upstream, which already
contain fixes for Python 3.

The alternatives plugin on the other hand is not maintained anymore, but
there is a fork at https://github.com/wisp3rwind/beets-alternatives
which has a bunch of fixes. In 2e4aded366914d625a2f31208e8ac8548cb43a7e
I already backported one of these fixes to the version from
https://github.com/geigerzaehler/beets-alternatives, but for Python 3
support it's a bit more complicated than just one little fix.

So instead of adding another series of patches which replicate the code
base of the fork and become a maintenance burden, I opted to directly
switch to the fork and remove the patch on our side.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @domenkozar, @pjones, @Profpatsch
2018-08-02 01:41:36 +02:00
Jörg Thalheim
90e0428d5d
Merge pull request #44248 from LnL7/doc-darwin-installcheck
doc: add darwin installCheckTarget example
2018-08-01 23:39:13 +01:00
Jörg Thalheim
422065c194 pwndbg: 2018-04-06 -> 2018.07.29 2018-08-01 23:35:08 +01:00
Jan Tojnar
0a12371dfb
https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1 2018-08-02 00:32:51 +02:00
Serge Bazanski
7826a3155a icestorm: 2018.05.03 -> 2018.08.01 (#44321) 2018-08-01 23:20:38 +02:00
volth
ee23bd7046 xfce4-13.xfce4-whiskermenu-plugin: init at 2.2.0 (#44317) 2018-08-01 22:48:21 +02:00
volth
b129cd165a xfce4-13.xfce4-cpufreq-plugin: init at 1.2.0 (#44316) 2018-08-01 22:47:15 +02:00
volth
63c295caef xfce4-13.xfce4-netload-plugin: init at 1.3.1 (#44315) 2018-08-01 22:46:08 +02:00
volth
781428a849 xfce4-13.xfce4-pulseaudio-plugin: init at 0.4.1 (#44314) 2018-08-01 22:45:32 +02:00
Franz Pletz
9820531cb5
freeradius module: add to modules-list.nix
This was somehow never added and was thus never available. It works.
2018-08-01 22:24:47 +02:00
Franz Pletz
b5477ab37b
freeradius: add rest module and multiple outputs 2018-08-01 22:24:47 +02:00
Will Dietz
b0003a1680 proselint: 0.9.0 -> 0.10.0 (#44313) 2018-08-01 22:15:54 +02:00
Jamey Sharp
f2434d1208 gnome-builder: fix whitespace 2018-08-01 13:12:54 -07:00
Justin Bedő
51fc0ef8d2 somatic-sniper: init 1.0.5.0 (#43403) 2018-08-01 22:11:13 +02:00
Uli Baum
3835786896 gitter: fix eval
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Maximilian Bosch
cd5e01edd9 ocserv: init at 0.12.1 (#42871)
`ocserv` is a VPN server which follows the openconnect protocol
(https://github.com/openconnect/protocol). The packaging is slightly
inspired by the AUR version
(https://aur.archlinux.org/packages/ocserv/).

This patch initializes the package written in C, the man pages and a
module for a simple systemd unit to run the VPN server. The package
supports the following authentication methods for the server:

* `plain` (mostly username/password)
* `pam`

The third method (`radius`) is currently not supported since `nixpkgs`
misses a packaged client.

The module can be used like this:

``` nix
{
  services.ocserv = {
    enable = true;
    config = ''
      ...
    '';
  };
}
```

The option `services.ocserv.config` is required on purpose to
ensure that nobody just enables the service and experiences unexpected
side-effects on the system. For a full reference, please refer to the
man pages, the online docs or the example value.

The docs recommend to simply use `nobody` as user, so no extra user has
been added to the internal user list. Instead a configuration like
this can be used:

```
run-as-user = nobody
run-as-group = nogroup
```

/cc @tenten8401
Fixes #42594
2018-08-01 21:39:09 +02:00
Jaka Hudoklin
e4ca48c224 confluent: init at 4.1.1-2.11 (#43137) 2018-08-01 21:35:42 +02:00
Yuri Aisaka
9caf7ec5a4 pybind11: init at 2.2.2 (#35027)
* pybind11: init at 2.2.2

* fix license

* remove test dependencies
2018-08-01 21:14:51 +02:00
Daiderd Jordan
61a1b20d23
doc: add darwin installCheckTarget example 2018-08-01 20:58:45 +02:00
Ivan Malison
e090fb2967 gitter: init at 4.1.0 (#43505) 2018-08-01 20:51:17 +02:00
Jan Tojnar
62e665e1ec
nixos/gnome3: warn against sessionPath 2018-08-01 20:36:25 +02:00