Commit Graph

160636 Commits

Author SHA1 Message Date
Jörg Thalheim
8dca420161
Merge pull request #50937 from tathougies/travis/uriparser-cross
uriparser: Enable cross-compilation
2018-11-23 09:54:04 +00:00
Ingolf Wagner
6fcc67e189 bitwig-studio1: fix dependency to libxkbcommon_7 2018-11-23 03:32:22 -05:00
Ingolf Wagner
b499f924da libxkbcommon: split version (for bitwig) 2018-11-23 03:32:22 -05:00
worldofpeace
f591dd2fdf
insomnia: 6.0.2 -> 6.2.0 (#50906)
- Switch to using autoPatchelfHook
- Add some new deps needed for this version

In particular the application won't function without `stdenv.cc.cc`
in LD_LIBRARY_PATH.
2018-11-23 02:50:02 -05:00
Maximilian Bosch
e75f922e91 nextcloud-client: 2.3.3 -> 2.5.0 (#50463)
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).

Additionally the derivation required the following changes:

* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
  anymore (furthermore their CMake structure has changed and the patch
  wouldn't apply anymore on 2.5.0).

* Moved to a new upstream repository (nextcloud/desktop), kept
  `fetchgit` to properly fetch submodules.

* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
  package) requires 1.1, furthermore the linking flags had to be fixed
  manually by passing `NIX_LDFLAGS` to the derivation.

Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.

It's still possible to enable keyring (now without recompile) like this:

```
nextcloud-client.override { withGnomeKeyring = true; }
```

To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:

```
nextcloud-client-unwrapped.overrideAttrs (old: {
   src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
Michael Raskin
24b381e235
Merge pull request #50929 from c0bw3b/pkg/sysdig
sysdig: 0.23.1 -> 0.24.1
2018-11-23 07:08:50 +00:00
Travis Athougies
3963629193 Enable uriparser cross-compilation 2018-11-22 20:00:54 -08:00
c0bw3b
c644bf3718 sysdig: 0.23.1 -> 0.24.1
* support kernels 4.14.0 to 4.19.x

* move cmake and perl into native build inputs

* licensing change:
  - userspace programs are now licensed under Apache 2.0
  - kernel module is now licensed under both MIT and GPLv2
2018-11-22 23:00:39 +01:00
Franz Pletz
bcf736b325
python: pyjwt: fix build 2018-11-22 22:27:29 +01:00
Franz Pletz
eb2d56cb27
python: pytest_37: init at 3.7.4
Needed at least by pyjwt.
2018-11-22 22:27:29 +01:00
Linus Heckemann
20b3d00621
Merge pull request #49824 from Assassinkin/libmr
pythonPackages.libmr: init at 0.1.9
2018-11-22 21:50:18 +01:00
Renaud
4f29b8ec7a
Merge pull request #50530 from jb55/bump-clightning
clightning: 0.6.1 -> 0.6.2
2018-11-22 20:23:20 +01:00
Niklas Hambüchen
f2816e47ab PULL_REQUEST_TEMPLATE: Ask for docs 2018-11-22 19:57:19 +01:00
Renaud
744c971973
clightning: split native build inputs 2018-11-22 19:16:36 +01:00
R. RyanTM
6a2963f681 keybinder3: 0.3.0 -> 0.3.2
* keybinder3: 0.3.0 -> 0.3.2 (#50718)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/keybinder3/versions

* keybinder3: refresh

Use new GitHub repo at https://github.com/kupferlauncher/keybinder
Move autoconf/automake/libtool to nativeBuildInputs
2018-11-22 17:51:31 +01:00
lewo
e3970df4dd
Merge pull request #50918 from teozkr/issue-49120
kubernetes-helm: tell Helm what version it is
2018-11-22 17:15:58 +01:00
Guillaume Bouchard
62882d8cd2 haskellSrc2nix: disallow substitutes
Fix #49818. See the bug for more details.

The work done by haskellSrc2nix is usually lightweight, but needs to
be done each time a cabal file change. This triggers unexpected
network activity for a cache query which results most of the time on a
cache miss.

By disabling substitutes we:

- avoid the, mostly useless, binary cache query
- avoid unexpected network failure when users change a cabal file and
  try to rebuild without connectivity.
2018-11-22 16:24:13 +01:00
Teo Klestrup Röijezon
77cbf0db0a kubernetes-helm: tell Helm what version it is
Helm uses its version to determine what version of Tiller (the server
component) to install. Without this patch it thinks it is `v2.11+unreleased` and
tries to download `gcr.io/kubernetes-helm/tiller:v2.11`. After the patch it
correctly downloads `gcr.io/kubernetes-helm/tiller:v2.11.0`. Fixes #49120.
2018-11-22 14:49:20 +01:00
Franz Pletz
73d7046362
linuxPackages.wireguard: fix wireguard-tools bump
See 6fb56af8b2.

cc #50833
2018-11-22 14:41:08 +01:00
Franz Pletz
28cdc4b921
squid4: 4.0.24 -> 4.4 2018-11-22 14:41:08 +01:00
Franz Pletz
ec3598087d
squid: 3.5.27 -> 3.5.28 2018-11-22 14:41:07 +01:00
Franz Pletz
20af37e300
sslh: 1.19c -> 1.20 2018-11-22 14:36:27 +01:00
Franz Pletz
8f1e30e0fd
xmr-stak: 2.5.2 -> 2.6.0 2018-11-22 14:36:27 +01:00
Franz Pletz
5778e8ae75
xmrig: 2.6.4 -> 2.8.3 2018-11-22 14:36:26 +01:00
Franz Pletz
c826315257
youtubeDL: 2018.11.07 -> 2018.11.18 2018-11-22 14:36:26 +01:00
Franz Pletz
4102113a0b
ncmpc: 0.31 -> 0.33 2018-11-22 14:36:25 +01:00
Franz Pletz
1a371818b6
kea: 1.4.0 -> 1.4.0-P1 2018-11-22 14:36:25 +01:00
Franz Pletz
3094887b25
mopidy: 2.1.0 -> 2.2.1 2018-11-22 14:36:24 +01:00
Franz Pletz
72894e94d3
mbedtls: 2.12.0 -> 2.14.0 2018-11-22 14:36:24 +01:00
Franz Pletz
10851bbbd1
mbedtls_1_3: 1.3.20 -> 1.3.22 2018-11-22 14:36:23 +01:00
Franz Pletz
058a96dc0e
jenkins: 2.138.2 -> 2.138.3 2018-11-22 14:33:46 +01:00
Gabriel Ebner
4e1323a0cf vampire: fix nondeterministic hash
Probably related to #8567
2018-11-22 14:15:55 +01:00
Martin Lu
be43661677 opera: 53.0.2907.99 -> 56.0.3051.99 2018-11-22 13:53:42 +01:00
Renaud
aa9997f189
Merge pull request #50897 from romildo/upd.nordic
nordic: init at 1.2.1
2018-11-22 13:41:53 +01:00
Bas van Dijk
d429dc3b06
Merge pull request #50879 from ElvishJerricco/bump-ghcjs-2018-11-21
Bump GHCJS 8.4
2018-11-22 13:02:52 +01:00
Stephen
b25213cdb1 terraform-providers: bump versions (#50864) 2018-11-22 12:44:07 +01:00
Renaud
fe1491489d
Merge pull request #50522 from thorstenweber83/update-slic3r
slic3r: 1.2.9 -> 1.3.0
2018-11-22 12:23:15 +01:00
Maximilian Bosch
76ad975840 pythonPackages.pytesseract: init at 0.2.5
Simple python wrapper for Tesseract, an OCR engine to detect and read
text from images.

See https://pypi.org/project/pytesseract/
2018-11-22 12:22:08 +01:00
Jörg Thalheim
6093167164
Merge pull request #50558 from oxij/pkgs/openssl-fix-cryptodev
openssl: fix `cryptodev` fallout
2018-11-22 11:04:53 +00:00
Jan Malakhovski
7c48015019 openssl: fix cryptodev fallout from d836b811cb 2018-11-22 09:45:34 +00:00
Michael Raskin
6fe39605df polymake: init at 3.2r4 2018-11-22 12:29:14 +03:00
Renaud
9467621b18
Merge pull request #50851 from s9gf4ult/mindforger
Add Mindforger-1.48
2018-11-22 09:45:07 +01:00
Michael Raskin
c5ab75a157
Merge pull request #49863 from oxij/tree/packages-metric
metrics.nix: add a metric for the current number of packages as seen by nix-env
2018-11-22 08:25:12 +00:00
Michael Raskin
7b1d2324c5
Merge pull request #50774 from oxij/pkgs/test-versioning
pkgs/test/nixos-functions: use dummy versioning
2018-11-22 08:12:28 +00:00
hyperfekt
ff55dd4c43 brave: wrap with GAppsHook (#50450)
Fixes crashing when using file chooser GUI. Also added version to name and
removed extraneous copying from source archive.
2018-11-22 03:09:09 -05:00
R. RyanTM
5aa34d934d duo-unix: 1.10.5 -> 1.11.0 (#50793)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2018-11-22 02:55:52 -05:00
Sarah Brofeldt
848526a295
Merge pull request #50860 from kalbasit/nixpkgs_add-wtf
wtf: init at 0.4.0
2018-11-22 08:49:53 +01:00
cx405
8719126517 openarena: add missing dependency - openal (#50903)
Without this change:
'''
------ Initializing Sound ------
Loading "libopenal.so.1"...
Failed to load library: "libopenal.so.1".
'''

when openal is selected. In addition, upcoming 0.19.1 openal supports 3d positioning audio via stereo (HTRF).
2018-11-22 02:43:56 -05:00
RohanHart
25e7f59516 pijul: 0.10.0 -> 0.11.0 (#50870) 2018-11-22 07:32:17 +00:00
Aleksey Uimanov
6aacd9c08e mindforger: init at 1.48.2 2018-11-22 11:47:04 +05:00