1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-11 07:04:28 +00:00
Commit graph

29651 commits

Author SHA1 Message Date
Renaud 554c03f315
Merge pull request #51124 from romildo/upd.vivaldi
vivaldi: 2.1.1337.47-1 -> 2.1.1337.51-1
2018-11-27 23:11:05 +01:00
markuskowa 1449d546d8
Merge pull request #51128 from magnetophon/dragonfly-reveb
dragonfly-reverb: 0.9.4 -> 1.0.0
2018-11-27 22:55:42 +01:00
Jason "Don" O'Conal 3b2741780b
Merge pull request #51108 from lovek323/jetbrains-updates
jetbrains-editors: 2018.2 -> 2018.3
2018-11-28 07:59:12 +10:30
worldofpeace a186a96276
Merge pull request #51074 from Tomahna/mopidy-iris
mopidy-iris: 3.31.1 -> 3.31.2
2018-11-27 16:23:20 -05:00
Kevin Rauscher f5b030002b mopidy-iris: 3.31.1 -> 3.31.2 2018-11-27 21:05:08 +01:00
Renaud af31c4ef4c
renoise: needs only mpg123 library
Moved in postFixup because fixup phase shrinks RPATH
2018-11-27 20:44:18 +01:00
Michael Weiss b3fb2d5c1c signal-desktop: 1.18.0 -> 1.18.1 2018-11-27 20:07:00 +01:00
Michael Weiss 1296566746 androidStudioPackages.beta: 3.3.0.16 -> 3.3.0.17 2018-11-27 19:57:33 +01:00
Michael Weiss 16f5462d84 androidStudioPackages.{dev,canary}: 3.4.0.3 -> 3.4.0.4 2018-11-27 19:57:33 +01:00
Bart Brouns de634ae902 dragonfly-reverb: 0.9.4 -> 1.0.0 2018-11-27 18:40:52 +01:00
Bart Brouns 3ee42320fe avldrums.lv2: 0.3.0 -> 0.3.1 2018-11-27 18:36:22 +01:00
José Romildo Malaquias 94c342348b vivaldi: 2.1.1337.47-1 -> 2.1.1337.51-1 2018-11-27 14:16:27 -02:00
Will Dietz 84cda85962
Merge pull request #50636 from dtzWill/update/lynx-2.8.9rel.1
lynx:  2.8.9dev.17 -> 2.8.9rel.1
2018-11-27 09:57:15 -06:00
Léo Gaspard bb5d250506
Merge branch 'pr-51098'
dolphin: enable wayland
2018-11-28 00:42:28 +09:00
Jörg Thalheim 3b44ccd991
dino: 2018-09-21 -> 2018-11-27 2018-11-27 14:50:16 +00:00
Renaud 713afc7e00
Merge pull request #50670 from r-ryantm/auto-update/open-vm-tools
open-vm-tools: 10.3.0 -> 10.3.5
2018-11-27 14:32:12 +01:00
R. RyanTM 36a0335d02 picard-tools: 2.18.14 -> 2.18.17 (#50647)
* picard-tools: 2.18.14 -> 2.18.16

Changelog: https://github.com/broadinstitute/picard/releases/tag/2.18.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/picard-tools/versions

* picard-tools: 2.18.16 -> 2.18.17

Changelog: https://github.com/broadinstitute/picard/releases/tag/2.18.17
2018-11-27 14:31:09 +01:00
Jason "Don" O'Conal 82f7281a8f jetbrains-editors: 2018.2 -> 2018.3 2018-11-27 22:27:15 +10:30
Cole Mickens 507adacaa0 dolphin: enable wayland 2018-11-26 23:45:48 -08:00
Renaud 134e0dde36
Merge pull request #51064 from NickHu/quantomatic
quantomatic: init at 0.7
2018-11-27 08:10:53 +01:00
Benjamin Staffin 551cee25b6
stern: build shell completion scripts even when cross-compiling (#51075)
Moments after merging #49668 I realized that this is not hard to do
correctly, so here it is now.
2018-11-26 20:35:48 -05:00
Nick Hu 583911a0b2 quantomatic: init at 0.7 2018-11-26 21:51:58 +00:00
Luz 021b6e86fa librepcb: 20181031 -> 0.1.0 2018-11-26 22:33:39 +01:00
Benjamin Staffin 5087dcf247
stern: Include bash & zsh completion support (#49668) 2018-11-26 14:41:04 -05:00
Florian Klink 2c2ab68672
Merge pull request #50962 from flokli/gitlab-updater
gitlab: 11.4.4 -> 11.5.0
2018-11-26 18:47:14 +01:00
Vladimír Čunát a5de78b7d7
Merge branch 'master' into staging-next 2018-11-26 10:28:00 +01:00
worldofpeace 55efeef4f6
Merge pull request #51041 from Gerschtli/update/dwm-status
dwm-status: 1.2.0 -> 1.4.0
2018-11-25 23:00:35 -05:00
Maximilian Bosch 991d4bf68c
mutt/neomutt: work around S/MIME issues with application/pgp-encrypted
The original issue can be reproduced when sending with an unpatched
`mutt` or `neomutt` an email with an attachement which as han `.asc`
extension. This will be interpreted as `application/pgp-encrypted` which
experiences special logic, in the end the attachement will contain
"Version: 1"[1][2][3]

Right now, there are the following issues in the {,neo}mutt packages:

* `mutt.override { smimeSupport = true }` fails to build since the
  Debian patch results in a 404. Debian moved their packages to
  `salsa.debian.org`.

  However we can't use a versioned URL for this as Debian only tracks
  the Mutt versions that are available in their releases. The patch
  doesn't touch Mutt's core and is therefore simple to rebase, so
  sticking to the 1.10.2 patch for now should be sufficient.

* The original issue was never fixed in NeoMutt, currently we use the
  S/MIME database from `pkgs.mime-types` which contains the issue with
  `application/pgp-encrypted` as well.

  After some discussion[4] it seems to be the best decision to use the
  `mailcap` database distributed by Fedora[5] which fixes the issue
  rather than `mime-types` v9 from 2012.

[1] https://bugs.archlinux.org/task/43319
[2] https://bugs.gentoo.org/534658
[3] https://github.com/neomutt/neomutt/blob/neomutt-20180716/sendlib.c#L490-L496
[4] https://github.com/NixOS/nixpkgs/pull/50927#issuecomment-441383260
[5] https://pagure.io/mailcap
2018-11-26 01:51:41 +01:00
Stephen ed99c2266f terragrunt: 0.17.2 -> 0.17.3 (#51035) 2018-11-25 21:35:17 +01:00
Tobias Happ 6760af490e dwm-status: 1.2.0 -> 1.4.0 2018-11-25 21:13:04 +01:00
Samuel Ruprecht 21773f1d43 cadence: fix wrong wrappings (#50610)
* cadence: fix wrong wrappings (#50610)

* cadence: split native build inputs
+ fix license : this is under GPL2+ and not MIT

* cadence: use fetchzip
Because GitHub archives are not stable over time so better
to compute the hash of the unpacked content

* cadence: limit to x64-linux
Broken on aarch64 because the Makefile pass
"-msse -mfpmath=sse" flags (x86 only)
2018-11-25 20:14:34 +01:00
c0bw3b 9762e2c3bd confuse: remove and replace with libconfuse
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Timo Kaufmann 2fbde72556
sage: add tkinter as matplotlib backend (#51032)
Fixes #50959.
2018-11-25 17:38:45 +01:00
Ryan Mulligan fe551d1d53
deskew: init at 1.25
* deskew: init at 1.25

* Update pkgs/applications/graphics/deskew/default.nix

Co-Authored-By: ryantm <ryan@ryantm.com>
2018-11-25 07:40:41 -08:00
Renaud 6a5fff3741
Merge pull request #51001 from c0bw3b/cleanup/more-https
Treewide: use more HTTPS-enabled sources
2018-11-25 16:22:34 +01:00
Timo Kaufmann a7d9d2e860
Merge pull request #51030 from timokau/sage-jupyter
sage: add jupyter notebook support
2018-11-25 16:11:08 +01:00
Timo Kaufmann 98c94d3d7d sage: add jupyter notebook support
Fixes #48544.
2018-11-25 15:54:31 +01:00
Jean Potier 233a4ed573 renoise: add mpg123 to runtime deps
* renoise: add mpg123 to runtime deps (#47435)

* renoise: split native build inputs
2018-11-25 14:38:18 +01:00
c0bw3b d7d3fa9aeb win-spice: add meta.license 2018-11-25 13:57:57 +01:00
Renaud 6c74e75228
Merge pull request #47745 from r-ryantm/auto-update/openshot-qt
openshot-qt: 2.4.2 -> 2.4.3
2018-11-25 13:33:39 +01:00
Robert Schütz 377e0e9b0f seafile-client: 6.2.5 -> 6.2.7 2018-11-25 13:23:51 +01:00
pbogdan 3128fd4064 transcribe: 8.40 -> 8.72
* transcribe: 8.40 -> 8.72 (#50337)
2018-11-25 09:48:05 +01:00
R. RyanTM 22ec5128d4 synthv1: 0.9.2 -> 0.9.3
* synthv1: 0.9.2 -> 0.9.3 (#50553)

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

* synthv1: refresh meta.homepage
2018-11-25 00:36:59 +01:00
Ryan Mulligan d4b9752212 tesseract_4: 4.00.00alpha-git-20170410 -> 4.0.0
The 4.0.0 stable release is out.

Changelog: https://github.com/tesseract-ocr/tesseract/wiki/4.0x-Changelog
2018-11-24 15:25:59 -08:00
c0bw3b b911f22730 Treewide: use https for www.spice-space.org 2018-11-25 00:01:22 +01:00
Timo Kaufmann 0c23fa9aaf
Merge pull request #50998 from timokau/sage-refactor
Sage refactor
2018-11-24 23:59:28 +01:00
c0bw3b 126f94d808 Treewide: use https for people.redhat.com 2018-11-24 23:56:37 +01:00
c0bw3b dd3e576654 Treewide: use https for src.fedoraproject.org 2018-11-24 23:53:27 +01:00
c0bw3b adea16b86c Treewide: use https for launchpad.net 2018-11-24 23:47:52 +01:00
Timo Kaufmann a0723f1285 sage: don't fix node version 2018-11-24 23:14:38 +01:00
Timo Kaufmann e28a8ed287 sage: add some flexibility to the test runner
Make it possible to run individual tests. This is very useful while
git-bisecting.
2018-11-24 23:14:38 +01:00
Timo Kaufmann 21f9123ea6 sage: remove openblas hack
The pc files have since been included into the openblas package.
2018-11-24 23:14:38 +01:00
Timo Kaufmann 3832ddedb9 sage: refactor 2018-11-24 23:14:33 +01:00
Will Dietz 5d9e08d727 mako: 1.1 -> 1.2
https://github.com/emersion/mako/releases/tag/v1.2
2018-11-24 13:58:36 -06:00
Matthew Bauer 11e2f31532
kmymoney: cleanup install check
A few things changed:

- no need for stdenv.hostPlatform == stdenv.buildPlatform conditional - this is already done in make-derivation
- put xvfb_run in installCheckInputs
2018-11-24 13:46:54 -06:00
c0bw3b 0ea604ac1d Treewide: use https for SourceForge 2018-11-24 19:58:03 +01:00
c0bw3b 88ce525e85 Treewide: use https for repo.or.cz 2018-11-24 19:56:51 +01:00
Timo Kaufmann 9b4a518465 sage: drop known-padics-failure patch
The failure was not observed for a while and is probably fixed now.
2018-11-24 19:01:57 +01:00
Timo Kaufmann ca6475b5e8 sage: drop unused patches 2018-11-24 19:01:57 +01:00
worldofpeace 6dbf15d627
Merge pull request #50834 from plapadoo/pyca-init-2.1
pyCA: init at 2.1
2018-11-24 06:21:58 -05:00
Philipp Middendorf 5f5e3a1bf2 pyCA: init at 2.1 2018-11-24 11:30:37 +01:00
Renaud f67da1b2f8
Merge pull request #50968 from dtzWill/update/nnn-0.2.1
nnn: 2.0 -> 2.1
2018-11-24 11:25:56 +01:00
Frederik Rietdijk e41154d1ab Merge master into staging-next 2018-11-24 10:43:33 +01:00
Will Dietz 24ad853f19 nnn: 2.0 -> 2.1 2018-11-23 16:57:04 -06:00
Michael Raskin 5e159d463b
Merge pull request #49228 from Ekleog/rss2email-module
rss2email module: init
2018-11-23 22:30:29 +00:00
Florian Klink 63f25471cb gitaly: 0.125.1 -> 0.129.0 2018-11-23 17:59:39 +01:00
Florian Klink 2f2dce92f2 update.py: lazy workaround for wrong meta.position on go packages 2018-11-23 17:59:39 +01:00
Florian Klink a33622e4d4 gitlab-workhorse: 7.0.0 -> 7.1.0 2018-11-23 17:59:39 +01:00
Florian Klink 293a631081 gitlab-shell: 8.3.3 -> 8.4.1 2018-11-23 17:59:38 +01:00
Florian Klink 625e66d879 gitlab: 11.4.4 -> 11.5.0, add data.json, make default.nix use it 2018-11-23 17:59:07 +01:00
Florian Klink 6d4643243c gitlab: add update.py script 2018-11-23 15:29:12 +01:00
Florian Klink 3233efb33b gitlab-workhorse: rename srcs attribute to src 2018-11-23 14:47:18 +01:00
Florian Klink 8b51e837b9 gitlab-workhorse: drop deterministic-build.patch
we already set VERSION in makeFlags below.
2018-11-23 13:22:50 +01:00
Florian Klink d768e3967f gitlab-workhorse: move to pkgs/applications/version-management/gitlab 2018-11-23 13:18:43 +01:00
Florian Klink cb79c1e60b gitaly: move to pkgs/applications/version-management/gitlab 2018-11-23 13:17:53 +01:00
Florian Klink 8e8f692e22 gitlab-shell: move to pkgs/applications/version-management/gitlab 2018-11-23 13:14:28 +01:00
Jörg Thalheim 04719a0052
Merge pull request #50919 from sjau/flexget-2.17.14
Flexget: 2.16.2 -> 2.17.4
2018-11-23 11:57:56 +00:00
Jörg Thalheim af9e846bba
Merge pull request #50940 from Tomahna/mopidy-iris
mopidy-iris: 3.29.2 -> 3.31.1
2018-11-23 11:46:15 +00:00
Vincent Demeester 9536fa2e37
runc: 1.0.0-rc5 -> 1.0.0-rc6
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-23 09:05:09 +01: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
Kevin Rauscher c7f3f3a2dd mopidy-iris: 3.29.2 -> 3.31.1 2018-11-23 07:52:53 +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
Renaud 744c971973
clightning: split native build inputs 2018-11-22 19:16:36 +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
sjau e651ea512a Flexget: 2.16.2 -> 2.17.4 2018-11-22 17:01:48 +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 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 4102113a0b
ncmpc: 0.31 -> 0.33 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
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
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
Michael Raskin 6fe39605df polymake: init at 3.2r4 2018-11-22 12:29:14 +03:00
Frederik Rietdijk c31cb577ae Merge master into staging-next 2018-11-22 09:57:08 +01:00
Renaud 9467621b18
Merge pull request #50851 from s9gf4ult/mindforger
Add Mindforger-1.48
2018-11-22 09:45:07 +01: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
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
RohanHart 25e7f59516 pijul: 0.10.0 -> 0.11.0 (#50870) 2018-11-22 07:32:17 +00:00