Commit Graph

29855 Commits

Author SHA1 Message Date
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
c1792242ef Merge staging-next into staging 2018-11-24 10:44:50 +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
2219e2578e Merge staging-next into staging 2018-11-22 10:10:40 +01: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
Aleksey Uimanov
6aacd9c08e mindforger: init at 1.48.2 2018-11-22 11:47:04 +05:00
Renaud
9613310f82
Merge pull request #50747 from coreyoconnor/add-traverso
Add traverso: init at 0.49.5
2018-11-22 07:40:42 +01:00
worldofpeace
5a0423823f
Merge pull request #50638 from scolobb/processing-hash-bump
processing3: update the hash of the reference
2018-11-21 21:56:06 -05:00
worldofpeace
2e70b40f58
Merge pull request #49376 from dpaetzel/package-netlogo
NetLogo: init 6.0.4
2018-11-21 21:37:01 -05:00
Tim Steinbach
823cd6e8ff termonad: Add wrapper 2018-11-22 01:27:46 +00:00
Jörg Thalheim
661043356a
Merge pull request #50704 from akru/master
parity: 2.0.8 -> 2.1.6; parity-beta: 2.1.3 -> 2.2.1
2018-11-22 00:53:49 +00:00
Corey O'Connor
97d85b839a traverso: init at 0.49.5 2018-11-21 16:16:55 -08:00
Wael M. Nasreddine
46a652e7e3
wtf: init at 0.4.0 2018-11-21 14:53:57 -08:00
Will Dietz
003a96c04c git: 2.19.1 -> 2.19.2
https://github.com/git/git/blob/master/Documentation/RelNotes/2.19.2.txt
2018-11-21 15:48:45 -06:00
R. RyanTM
0b3f50f844 kubetail: 1.6.4 -> 1.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubetail/versions
2018-11-21 16:45:20 +01:00
Matthew Bauer
3e6d7a2329 ao: replace with libfive
ao has been renamed to libfive. Because there’s already a libfive
package, we can just remove the old ao package. No packages appear to
depend directly on it.
2018-11-21 09:38:53 -06:00
Frederik Rietdijk
fed881e510 Merge staging-next into staging 2018-11-21 12:39:46 +01:00
Frederik Rietdijk
701375662b Merge master into staging-next 2018-11-21 12:39:20 +01:00
Frederik Rietdijk
f0b49c4d10 python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Gabriel Ebner
f505340252 iprover: 2.5 -> 2018_Jul_24_11h 2018-11-21 12:15:48 +01:00
Sarah Brofeldt
2913b8429e
Merge pull request #50663 from fuwa0529/update-aeon
altcoins.aeon: 0.12.0.0 -> 0.12.6.0
2018-11-21 10:43:07 +01:00
David Pätzel
fa623ad828 netlogo: init 6.0.4 2018-11-21 09:38:22 +01:00
Thomas Tuegel
890af817ce
Merge pull request #50786 from tadfisher/elpa-packages
elpa-packages: 2018-11-19
2018-11-20 19:22:40 -06:00
Thomas Tuegel
94c9d28bf3
Merge pull request #50787 from tadfisher/org-packages
org-packages: 2018-11-19
2018-11-20 19:22:24 -06:00
Thomas Tuegel
0cb8c8ae2d
Merge pull request #50788 from tadfisher/melpa-packages
melpa-packages: 2018-11-19
2018-11-20 19:22:09 -06:00
Thomas Tuegel
301380f180
Merge pull request #50789 from tadfisher/melpa-stable-packages
melpa-stable-packages: 2018-11-19
2018-11-20 19:21:49 -06:00
Utku Demir
461c9d783c kakoune: override 'version' env var
* kakoune: Prefix version with 'v' (#50617)

Turns out there's some tooling parsing the version number and having a
'v' prefix works better in that case.

I tested that it builds & works fine on NixOS.

See: https://github.com/ul/kak-lsp/issues/99

* Override 'version' env variable
2018-11-20 23:57:39 +01:00
Matthew Bauer
d492f53faf
Merge pull request #50527 from matthewbauer/ninja-check-phase
Add check phase to ninja setup hook
2018-11-20 16:55:12 -06:00
markuskowa
0e98312b72
Merge pull request #50734 from r-ryantm/auto-update/gromacs
gromacs: 2018.3 -> 2018.4
2018-11-20 22:14:05 +01:00
Renaud
0fcb8f299e
Merge pull request #50790 from r-ryantm/auto-update/cni-plugins
cni-plugins: 0.7.3 -> 0.7.4
2018-11-20 21:47:56 +01:00
adisbladis
57aa1be688
emacs-libvterm: unstable-2017-11-24 -> unstable-2018-11-16 2018-11-20 20:23:18 +00:00
Renaud
c5e4c0f847
Merge pull request #50614 from c0bw3b/pkg/gna-cleanup
Cleanup of dead packages after Gna.org closure
2018-11-20 21:18:49 +01:00
Renaud
ba7fa6e553
Merge pull request #50800 from r-ryantm/auto-update/drumkv1
drumkv1: 0.9.2 -> 0.9.3
2018-11-20 20:58:29 +01:00
c0bw3b
2c12a92234 pdfshuffler: remove
Gna.org forge is closed
2018-11-20 20:44:35 +01:00
c0bw3b
cc7e724b91 remember: remove
Gna.org forge is closed and upstream repo was not relocated
+ remember-mode is part of the base Emacs since 26.1
2018-11-20 20:44:34 +01:00
Michael Raskin
d3bdf3fe98
Merge pull request #50839 from taku0/flashplayer-31.0.0.153
flashplayer: 31.0.0.122 -> 31.0.0.153
2018-11-20 16:25:45 +00:00
Franz Pletz
64da5fcfac
riot-web: 0.17.3 -> 0.17.6 2018-11-20 14:26:15 +01:00
Franz Pletz
899659c99e
ipfs-cluster: 0.5.0 -> 0.7.0 2018-11-20 13:43:20 +01:00
Franz Pletz
90e56d7277
ipfs: 0.4.17 -> 0.4.18 2018-11-20 13:43:20 +01:00
Frederik Rietdijk
aabf1a93bc Merge staging-next into staging 2018-11-20 11:51:11 +01:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
zimbatm
7a9acea944
Merge pull request #50781 from zimbatm/terraform_0_12-alpha
Terraform 0.12.0-alpha2
2018-11-20 11:09:33 +01:00
zimbatm
e28d3142a5
terraform_0_12: init at 0.12.0-alpha2 2018-11-20 10:32:36 +01:00
zimbatm
b554d6208a
terraform: add a "full" passthru
providers are already compiled independently so we don't need Hydra to
follow terraform_MAJ_MIN_full to have them all compiled.

Instead of having to create two aliases per release, add a "full"
passthru for that common use-case.

Eg:

  terraform_0_11_full -> terraform_0_11.full
2018-11-20 10:32:36 +01:00
Renaud
032c4b9ff0
Merge pull request #50696 from nyanloutre/makemkv-update
makemkv: 1.14.0 -> 1.14.1
2018-11-20 10:31:40 +01:00
zimbatm
a4195b20e6
terraform: delete old versions 2018-11-20 10:13:56 +01:00
nyanloutre
05166dcce1 makemkv: using two URLs for src
This will prevent future failures due to the first URL being broken each
time a new version is released

See https://github.com/NixOS/nixpkgs/pull/50437#issuecomment-439329862
for details
2018-11-20 09:45:02 +01:00
Sarah Brofeldt
3cc1fbbc61
Merge pull request #50829 from jluttine/nano-wallet-16.3
nano-wallet: 16.2 -> 16.3
2018-11-20 09:45:01 +01:00
taku0
76c23d904f flashplayer: 31.0.0.122 -> 31.0.0.153 2018-11-20 15:13:38 +09:00
Jaakko Luttinen
2dc7417388
nano-wallet: 16.2 -> 16.3 2018-11-20 07:56:09 +02:00
Herwig Hochleitner
bac76e8a9e chromium: add jdk.jre to build dependencies for versions >= 72
thanks for finding out @volth
see 6fba9250aa
2018-11-20 01:01:51 +01:00
R. RyanTM
7c4c370078 drumkv1: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drumkv1/versions
2018-11-19 14:52:37 -08:00
Herwig Hochleitner
7c79a0d4ac chromium: 70.0.3538.102 -> 70.0.3538.110
CVE-2018-17479
2018-11-19 23:52:22 +01:00
Renaud
24967b2b0a
Merge pull request #50517 from c0bw3b/pkg/planner
planner: 20170425 -> unstable-2018-03-25
2018-11-19 23:51:07 +01:00
Matthew Bauer
285eb9a894 cmake: set CTEST_OUTPUT_ON_FAILURE globally
We should always use this.
2018-11-19 16:16:16 -06:00
Renaud
e49c389b30
Merge pull request #50697 from erosennin/trojita-l10n
trojita: build translation files
2018-11-19 22:30:00 +01:00
Renaud
3f137d8199
Merge pull request #50692 from r-ryantm/auto-update/mwic
mwic: 0.7.6 -> 0.7.7
2018-11-19 22:23:29 +01:00
Renaud
6550c0275e
Merge pull request #50703 from r-ryantm/auto-update/ltl2ba
ltl2ba: 1.2b1 -> 1.2
2018-11-19 22:21:52 +01:00
R. RyanTM
97e90a4866 cni-plugins: 0.7.3 -> 0.7.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cni-plugins/versions
2018-11-19 13:10:48 -08:00
zimbatm
d979b8bec1
terragrunt: delete old versions
These are very old and blocking cleaning old terraform releases
2018-11-19 22:10:06 +01:00
Renaud
90f81888f6
Merge pull request #50662 from r-ryantm/auto-update/padthv1
padthv1: 0.9.2 -> 0.9.3
2018-11-19 21:53:07 +01:00
Tad Fisher
5603017566 org-packages: 2018-11-19 2018-11-19 12:51:39 -08:00
Tad Fisher
030eda9395 melpa-stable-packages: 2018-11-19 2018-11-19 12:50:30 -08:00
Tad Fisher
1b490d1977 melpa-packages: 2018-11-19 2018-11-19 12:49:16 -08:00
Jan Tojnar
17b0974aa9
Merge pull request #50742 from worldofpeace/bookworm/2018-11-19
bookworm: 2018-10-21 -> unstable-2018-11-19
2018-11-19 21:17:15 +01:00
Tad Fisher
a79ba156f4 elpa-packages: 2018-11-19 2018-11-19 11:55:26 -08:00
Vladyslav M
3f3f602159
Merge pull request #50659 from samueldr/auto/dbeaver/nixpkgs-unstable/5.2.5
dbeaver: 5.2.4 -> 5.2.5
2018-11-19 21:20:47 +02:00
Vladyslav M
f54fccd5fc
Merge pull request #50760 from r-ryantm/auto-update/feh
feh: 2.28.1 -> 3.0
2018-11-19 21:13:17 +02:00
R. RyanTM
82a7f0d9ab feh: 2.28.1 -> 3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2018-11-19 09:50:45 -08:00
luzpaz
0ec2af3736
gmsh: 4.0.4 -> 4.0.5
Manually updated
2018-11-19 11:12:38 -05:00
worldofpeace
90cdb6417a bookworm: 2018-10-21 -> unstable-2018-11-19 2018-11-19 11:05:51 -05:00
R. RyanTM
08a0192340 gromacs: 2018.3 -> 2018.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gromacs/versions
2018-11-19 06:47:47 -08:00
André-Patrick Bubel
59ba6a3e2b
slic3r-prusa3d: patch lib name for newer nlopt versions
The upgrade to version 2.5.0 of nlopt broke building of slic3r-prusa3d
because the C++ version of the nlopt lib is now integrated into
`libnlopt`.
2018-11-19 14:16:27 +01:00
André-Patrick Bubel
d9a02b82d9
slic3r-prusa3d: fix sha256 for version 1.41.1
The release tag was updated a few days after the initial release.
2018-11-19 14:16:27 +01:00
Jan Tojnar
3e2378bc45
Merge pull request #50654 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.3.9 -> 4.4.0
2018-11-19 13:13:24 +01:00
Alexander Krupenkin
ef8c9637b9
parity: 2.0.8 -> 2.1.6; parity-beta: 2.1.3 -> 2.2.1 2018-11-19 13:28:53 +03:00
R. RyanTM
5648699f6c ltl2ba: 1.2b1 -> 1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ltl2ba/versions
2018-11-19 02:28:38 -08:00
nyanloutre
30bc36c64e makemkv: 1.14.0 -> 1.14.1 2018-11-19 10:44:30 +01:00
Andrey Golovizin
5aac228a19 trojita: build translation files 2018-11-19 10:34:43 +01:00
R. RyanTM
4dc0adcb59 mwic: 0.7.6 -> 0.7.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mwic/versions
2018-11-19 01:09:04 -08:00
Frederik Rietdijk
e343a85cfb Merge master into staging-next 2018-11-19 09:55:32 +01:00
R. RyanTM
b747257ca2 open-vm-tools: 10.3.0 -> 10.3.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/open-vm-tools/versions
2018-11-18 20:34:52 -08:00
fuwa
92cf923206 altcoins.aeon: 0.12.0.0 -> 0.12.6.0 2018-11-19 10:37:22 +08:00
R. RyanTM
02cd8e8260 padthv1: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/padthv1/versions
2018-11-18 18:29:20 -08:00
Samuel Dionne-Riel
47d1bcc873 dbeaver: 5.2.4 -> 5.2.5 2018-11-18 20:32:33 -05:00
Matthew Bauer
2c47a4229f treewide: remove ctest usages
These are already in the generated makefiles!
2018-11-18 19:31:02 -06:00
Matthew Bauer
955fd85829 treewide: remove "ninja test" checkPhase
This is now handled in the ninja setup hook.

(cherry picked from commit f5e099754fffc3d2b68c8ba6fc8025f3c921fddc)
2018-11-18 19:31:01 -06:00
R. RyanTM
950c515294 pulseeffects: 4.3.9 -> 4.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulseeffects/versions
2018-11-18 17:09:24 -08:00
Matthew Bauer
2c1d3a9a82 Merge remote-tracking branch 'upstream/master' into staging 2018-11-18 19:02:09 -06:00
Matthew Bauer
e2817a270b inkscape: make python & perl runtime deps
These two interpreters are needed for some runtime scripts.

Fixes #50570
2018-11-18 18:47:02 -06:00
Renaud
ee32dda03b
Merge pull request #50541 from r-ryantm/auto-update/stgit
gitAndTools.stgit: 0.18 -> 0.19
2018-11-19 00:03:05 +01:00
Sergiu Ivanov
839d063545 processing3: update the hash of the reference 2018-11-18 23:47:50 +01:00
Will Dietz
918c87906c lynx: 2.8.9dev.17 -> 2.8.9rel.1
https://lynx.invisible-island.net/current/CHANGES.html#index-v2.8.9rel.1

(includes notes for dev.18, dev.19, and pre.1 as well)
2018-11-18 16:29:04 -06:00
Renaud
e5b6438843
Merge pull request #50592 from mbode/flink_1_6_2
flink: 1.6.1 -> 1.6.2
2018-11-18 20:13:35 +01:00
c0bw3b
525e397f64 live555: broken on aarch64 2018-11-18 17:50:27 +01:00
xeji
a292829e58
Merge pull request #50491 from oxij/pkgs/tiny-fixes
trivial: random fixes
2018-11-18 16:58:55 +01:00
Joachim F
eab355a5bd
Merge pull request #50555 from oxij/pkgs/redshift-geo
redshift: introduce `withGeolocation` option
2018-11-18 15:38:45 +00:00
Michael Raskin
f52b7f5c34
Merge pull request #50580 from alyssais/libreoffice
libreoffice updates
2018-11-18 15:20:23 +00:00
Javier Candeira
2c08fe5824 xmlcopyeditor: init at 1.2.1.3
* xmlcopyeditor: init at 1.2.1.3
(#38545)
2018-11-18 16:03:38 +01:00
adisbladis
66c8169b6f
firefox-beta-bin: 64.0b5 -> 64.0b10 2018-11-18 14:57:43 +00:00
adisbladis
370fdf9328
firefox-devedition-bin: 64.0b5 -> 64.0b10 2018-11-18 14:57:42 +00:00
Michael Raskin
1e9d141b84
Merge pull request #50544 from r-ryantm/auto-update/vifm
vifm: 0.9.1 -> 0.10
2018-11-18 14:52:26 +00:00
Maximilian Bode
3124d0925e flink_1_5: 1.5.4 -> 1.5.5 2018-11-18 15:29:21 +01:00
Maximilian Bode
a1cb690407 flink: 1.6.1 -> 1.6.2 2018-11-18 15:25:45 +01:00
Ben Backhouse
fca9a06c2e inkscape: add scour as dependency 2018-11-18 13:40:54 +01:00
Jörg Thalheim
1282ba6ac4
Merge pull request #50554 from r-ryantm/auto-update/verilator
verilator: 4.004 -> 4.006
2018-11-18 12:18:45 +00:00
Alyssa Ross
cb0197cc65
libreoffice-fresh: 6.1.2.1 -> 6.1.3.2 2018-11-18 11:52:12 +00:00
Alyssa Ross
c1f30daee4
libreoffice-still: 6.0.6.2 -> 6.0.7.3 2018-11-18 11:51:46 +00:00
R. RyanTM
bc96a0392d samplv1: 0.9.2 -> 0.9.3 (#50575)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/samplv1/versions
2018-11-18 12:32:01 +01:00
R. RyanTM
3caf460533 recoll: 1.23.7 -> 1.24.3 (#50563)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/recoll/versions
2018-11-18 12:31:12 +01:00
R. RyanTM
91ab9ac365 rednotebook: 2.6.1 -> 2.8 (#50574)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rednotebook/versions
2018-11-18 11:20:25 +00:00
Renaud
b74b0ad9a0
Merge pull request #50529 from dywedir/zola
gutenberg: 0.4.2 -> zola: 0.5.0
2018-11-18 11:58:57 +01:00
Jörg Thalheim
1ac58ddec6
Merge pull request #50542 from r-ryantm/auto-update/tortoisehg
tortoisehg: 4.7.2 -> 4.8
2018-11-18 10:58:26 +00:00
Jörg Thalheim
c7366d767c
Merge pull request #50567 from r-ryantm/auto-update/riot-web
riot-web: 0.17.0 -> 0.17.3
2018-11-18 10:48:23 +00:00
Jörg Thalheim
e354db0f6f
Merge branch 'staging' into auto-update/remmina 2018-11-18 10:45:23 +00:00
R. RyanTM
f1bf0078b8 smtube: 18.9.0 -> 18.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smtube/versions
2018-11-18 02:23:05 -08:00
Jan Malakhovski
f78835e791 kodiPlugins.exodus: remove
No loner exists, I couldn't find an official replacement repo, should be
removed according to
https://github.com/NixOS/nixpkgs/pull/46196#discussion_r215762595
2018-11-18 11:19:20 +01:00
Jan Malakhovski
e220331903 kodiPlugins.yatp: init at 3.3.2 2018-11-18 11:19:20 +01:00
Jan Malakhovski
607c6e78e7 kodiPlugins.simpleplugin: init at 2.3.2 2018-11-18 11:19:20 +01:00
R. RyanTM
c79d621a11 remmina: 1.2.32 -> 1.2.32.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2018-11-18 01:52:55 -08:00
Frederik Rietdijk
0d0d7dcd06 Merge staging-next into staging 2018-11-18 10:41:34 +01:00
Frederik Rietdijk
63c6875f26 Merge master into staging-next 2018-11-18 10:32:12 +01:00
Jan Malakhovski
e426758d0e vlc: fix build without qt5 2018-11-18 09:08:06 +00:00
Jan Malakhovski
980043347d mr: fix src
The tag was moved, the diff is fine.
2018-11-18 09:08:05 +00:00
R. RyanTM
f091b32b16 riot-web: 0.17.0 -> 0.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riot-web/versions
2018-11-18 01:04:20 -08:00
R. RyanTM
ee521455da verilator: 4.004 -> 4.006
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/verilator/versions
2018-11-18 00:14:21 -08:00
Jan Malakhovski
38a32d9ccf redshift: introduce withGeolocation option
For simpler control.
2018-11-18 07:48:01 +00:00
R. RyanTM
b586640f55 urh: 2.4.0 -> 2.4.2 (#50543) 2018-11-18 07:41:03 +00:00
R. RyanTM
b07330de54 vim: 8.1.0490 -> 8.1.0535
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim/versions
2018-11-17 23:32:21 -08:00
R. RyanTM
09d790c03d vifm: 0.9.1 -> 0.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vifm/versions
2018-11-17 22:35:57 -08:00
R. RyanTM
6cf56cb8b7 tortoisehg: 4.7.2 -> 4.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
2018-11-17 22:15:30 -08:00
R. RyanTM
d910d380f6 gitAndTools.stgit: 0.18 -> 0.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stgit/versions
2018-11-17 22:08:58 -08:00
Jan Tojnar
d97702e03f
Merge pull request #50528 from jtojnar/repology-fixes
Repology fixes
2018-11-18 02:13:52 +01:00
Jan Tojnar
902ef17e05
gImageReader: remove enchant dependency 2018-11-18 02:11:26 +01:00
Jan Tojnar
12134c74ef
ario: 1.5.1 → 1.6 2018-11-18 02:11:26 +01:00
Jan Tojnar
52d10bcdc6
feedreader: 2.2 → 2.4.1 2018-11-18 02:11:25 +01:00
William Casarin
3c1d7118e6 clightning: 0.6.1 -> 0.6.2
Signed-off-by: William Casarin <jb55@jb55.com>
2018-11-17 14:55:36 -08:00
Vladyslav Mykhailichenko
a470750ab4
gutenberg: 0.4.2 -> zola: 0.5.0 2018-11-18 00:53:15 +02:00
c0bw3b
f9b6e1de30 planner: 20170425 -> unstable-2018-03-25 2018-11-17 21:19:12 +01:00
Thorsten Weber
685d11bd3d slic3r: 1.2.9 -> 1.3.0 2018-11-17 21:13:41 +01:00
Vladyslav M
5cb6cbeeeb
Merge pull request #50439 from marsam/feature/add-git-absorb
gitAndTools.git-absorb: init at 0.3.0
2018-11-17 20:35:02 +02:00
Michael Raskin
355aa4e9ca
Merge pull request #50484 from taku0/firefox-bin-63.0.3
firefox, firefox-bin: 63.0.1 -> 63.0.3
2018-11-17 16:54:35 +00:00
Andrei Lapshin
a1b8fe8c8f skrooge: 2.13.0 -> 2.16.2 (#50498)
Update to new upstream version.
Had to re-introduce QtWebkit dependency because it is used in *.ui
files.
2018-11-17 16:03:44 +01:00
Renaud
44f24a1b8c
Merge pull request #50474 from Pneumaticat/boinc-update
boinc: 7.8.0 -> 7.14.2
2018-11-17 12:03:09 +01:00
Andy Chun
6d8953ba08 polar-bookshelf: 1.0.11 -> 1.0.13 (#50238)
* polar-bookshelf: 1.0.11 -> 1.0.13

* polar-bookshelf: fix desktop file
2018-11-17 11:01:33 +01:00
Jörg Thalheim
5f7208ad99
Merge pull request #50485 from rnhmjoj/monero
monero-gui: 0.13.0.3 -> 0.13.0.4
2018-11-17 09:56:21 +00:00
Franz Pletz
617132eba7
Merge pull request #50477 from mayflower/minishift-openshift
minishift: add openshift input
2018-11-17 07:33:15 +00:00
Jörg Thalheim
d10c66c8ca
Merge pull request #50319 from fuwa0529/update-monero
monero: 0.13.0.3 -> 0.13.0.4
2018-11-17 01:23:08 +00:00
Jörg Thalheim
b8bb8638f3
Merge pull request #50003 from Mic92/node-10
nodePackages: 8_x -> 10_x
2018-11-17 00:12:52 +00:00
rnhmjoj
88a86f78a3
monero-gui: 0.13.0.3 -> 0.13.0.4 2018-11-17 01:07:08 +01:00
Patrick Hilhorst
874b017564 vscode: 1.29.0 -> 1.29.1 (#50462) 2018-11-17 00:22:43 +01:00
Franz Pletz
264346bd8c
minishift: 1.25.0 -> 1.27.0 2018-11-16 23:32:06 +01:00
Christian Albrecht
08c3c0094a
minishift: add openshift input
minishift depdends on oc to control the openshift installation.
2018-11-16 23:18:51 +01:00
Jörg Thalheim
131f2e93b6
sage: unpin nodePackage version 2018-11-16 21:24:25 +00:00
Kevin Liu
c93b16829c
boinc: 7.8.0 -> 7.14.2 2018-11-16 15:52:22 -05:00
Linus Heckemann
d1eb06cb18
Merge pull request #50434 from bcdarwin/nifty_reg
niftyreg: init at 1.3.9; niftyseg: init at 1.0.0
2018-11-16 20:13:12 +01:00
Ben Darwin
cb6d819b93 niftyseg: init at 1.0.0 2018-11-16 12:29:29 -05:00
Ben Darwin
6aa3deeb50 niftyreg: init at 1.3.9 2018-11-16 12:24:53 -05:00
Jörg Thalheim
feda77de9e
Merge pull request #50457 from romildo/upd.vivaldi
vivaldi: 2.1.1337.36-1 -> 2.1.1337.47-1
2018-11-16 15:45:24 +00:00
Jörg Thalheim
fe191176cf
Merge pull request #50454 from taku0/thunderbird-bin-60.3.1
thunderbird, thunderbird-bin: 60.3.0 -> 60.3.1
2018-11-16 15:26:36 +00:00
Andreas Rammhold
b4f2c7ba8b
Merge pull request #50373 from pbogdan/ff-no-gs
firefoxen: remove unused gstreamer dependencies
2018-11-16 16:25:23 +01:00
Renaud
4d402da500
Merge pull request #50404 from bts/fix-nixnote2-post-install
nixnote2: fix window icon and themes
2018-11-16 16:21:49 +01:00
José Romildo Malaquias
b14d1167c9 vivaldi: 2.1.1337.36-1 -> 2.1.1337.47-1 2018-11-16 12:28:38 -02:00
taku0
917309fa62 firefox: 63.0.1 -> 63.0.3 2018-11-16 23:14:14 +09:00
Jörg Thalheim
f805df3677
Merge pull request #50370 from dywedir/tiled
tiled: 1.2.0 -> 1.2.1
2018-11-16 14:13:45 +00:00
taku0
4bb9af228e common-updater, firefox: fix updater for firefox 2018-11-16 23:04:54 +09:00
Jörg Thalheim
5632aad473
Merge pull request #50449 from jfrankenau/fix-valentina-mailcap
valentina: don’t copy mailcap file into XDG MIME directory
2018-11-16 11:19:47 +00:00
Michael Weiss
754aa035f6 androidStudioPackages.{dev,canary}: 3.4.0.2 -> 3.4.0.3 2018-11-16 11:45:16 +01:00
Johannes Frankenau
16a7db04aa valentina: don’t copy mailcap file into XDG MIME directory 2018-11-16 10:55:13 +01:00
Mario Rodas
71b47005bc gitAndTools.git-absorb: init at 0.3.0 2018-11-15 19:40:22 -05:00
Jörg Thalheim
56a0533128
valauncher: remove
I no longer use/maintain this software.
see: https://github.com/Mic92/valauncher
2018-11-16 00:36:33 +00:00
Jörg Thalheim
e024989531
Merge pull request #50433 from eadwu/jetbrains/20181115
jetbrains: 20181115
2018-11-15 23:48:44 +00:00
Franz Pletz
31bd0df53d
weechatScripts.wee-slack: 2.1.1 => 2.2.0 2018-11-16 00:45:07 +01:00
Jörg Thalheim
ad71688bfa
Merge pull request #50430 from eadwu/vscode/1.29.0
vscode: 1.28.2 -> 1.29.0
2018-11-15 22:24:09 +00:00
Edmund Wu
07839a571b
jetbrains.webstorm: 2018.2.5 -> 2018.2.6 2018-11-15 17:20:38 -05:00
Edmund Wu
19fa47c150
jetbrains.pycharm-professional: 2018.2.4 -> 2018.2.5 2018-11-15 17:20:24 -05:00
Edmund Wu
1a2a2aba02
jetbrains.pycharm-community: 2018.2.4 -> 2018.2.5 2018-11-15 17:19:53 -05:00
Edmund Wu
b48f467e1b
jetbrains.idea-ultimate: 2018.2.5 -> 2018.2.6 2018-11-15 17:19:30 -05:00
Edmund Wu
c2bbfa56ed
jetbrains.idea-community: 2018.2.5 -> 2018.2.6 2018-11-15 17:18:58 -05:00
Edmund Wu
2787e2c75e
jetbrains.goland: 2018.2.3 -> 2018.2.4 2018-11-15 17:18:27 -05:00
Edmund Wu
4d20e9999b
jetbrains.datagrip: 2018.2.4 -> 2018.2.5 2018-11-15 17:18:03 -05:00
Edmund Wu
9d1b22a909
jetbrains.clion: 2018.2.5 -> 2018.2.6 2018-11-15 17:17:37 -05:00
Edmund Wu
a23e3b0505
vscode: 1.28.2 -> 1.29.0 2018-11-15 16:41:06 -05:00
Jörg Thalheim
218f12db70
Merge pull request #50324 from asymmetric/solc
solc: 0.4.25 -> 0.5.0
2018-11-15 21:26:32 +00:00
Jörg Thalheim
abb0c81190
z3: restrict to x86_64
it uses x86-only header:

include <immintrin.h>
          ^~~~~~~~~~~~~
compilation terminated.
src/sat/sat_probing.cpp
make: *** [Makefile:182: util/mpz.o] Error 1
make: *** Waiting for unfinished jobs....
src/sat/sat_parallel.cpp
builder for '/nix/store/vd2wkhic8g77izxv659ackh6hcaamic3-z3-4.8.1.drv' failed with exit code 2
cannot build derivation '/nix/store/h5imnjsf31c45l558gw66vyzb0ickc1m-solc-0.5.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/h5imnjsf31c45l558gw66vyzb0ickc1m-solc-0.5.0.drv' failed
2018-11-15 21:25:53 +00:00
Jörg Thalheim
3516b2dad2
Merge pull request #37658 from pbogdan/gnumake3-remove
gnumake3: remove
2018-11-15 21:12:52 +00:00
Jörg Thalheim
38e91173e1
Merge pull request #50414 from jfrankenau/update-reaper
reaper: 5.94 -> 5.961
2018-11-15 20:48:35 +00:00
Jörg Thalheim
e317f9f951
Merge pull request #50413 from jfrankenau/update-valentina
valentina: 0.6.0.0a -> 0.6.1
2018-11-15 19:58:37 +00:00
taku0
fa138b55a6 firefox-bin: 63.0.1 -> 63.0.3 2018-11-16 03:12:13 +09:00
Piotr Bogdan
5d0eeeee38 coq2html: switch to default make 2018-11-15 17:41:25 +00:00
Johannes Frankenau
29a0a6c6a7 reaper: 5.94 -> 5.961 2018-11-15 18:16:45 +01:00
Johannes Frankenau
30f3d474d1 valentina: 0.6.0.0a -> 0.6.1 2018-11-15 18:12:55 +01:00
Jörg Thalheim
fb7abdaea1
rambox: 0.6.1 -> 0.6.2 2018-11-15 16:21:46 +00:00
Gabriel Ebner
b1c149d47a tptp: use urls instead of url
nix-prefetch-url breaks if the url argument to fetchurl is a list.
2018-11-15 15:56:18 +01:00
Gabriel Ebner
b3844d00f6 tptp: 7.1.0 -> 7.2.0 2018-11-15 15:50:48 +01:00
Brian Schroeder
2deaa540c2 nixnote2: fix window icon and themes
This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.
2018-11-15 09:48:27 -05:00
Léo Gaspard
0483ce0eee
rss2email module: init
Also adding `system-sendmail` package for sharing the code with other
modules or packages needing it.
2018-11-15 23:44:16 +09:00
Jörg Thalheim
16ba91891d
Merge pull request #50396 from taku0/flashplayer-31.0.0.148
flashplayer: 31.0.0.122 -> 31.0.0.148 [Important security fix]
2018-11-15 14:19:43 +00:00
Oyren
04b234e995 write_stylus: fix loading libGL.so with libglvnd (#50395)
./Write: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
2018-11-15 13:55:05 +00:00
Renaud
650036f022
Merge pull request #50359 from jfrankenau/gurobi-java
gurobi: install Java library files
2018-11-15 14:13:47 +01:00
Michael Weiss
a6167c3311 signal-desktop: 1.17.3 -> 1.18.0 2018-11-15 13:55:25 +01:00
Wael M. Nasreddine
da4a004193
neovim wrapper: add withNodeJs to build wrapper with nodejs support 2018-11-14 19:54:47 -08:00
taku0
1e8694d3d7 thunderbird: 60.3.0 -> 60.3.1 2018-11-15 09:13:14 +09:00
taku0
52fc63e37b thunderbird-bin: 60.3.0 -> 60.3.1 2018-11-15 09:12:46 +09:00
Piotr Bogdan
3e7b6b5bfa firefoxen: remove unused gstreamer dependencies
Firefox and, by extension, Tor browser don't support gstreamer any more, this
removes what are effectively unused dependencies.

https://bugzilla.mozilla.org/show_bug.cgi?id=1234092 "Remove gstreamer support"
2018-11-14 22:29:48 +00:00
Andreas Rammhold
34665b1589
Merge pull request #50349 from andir/rust-cbindgen
rust-cbindgen: 0.6.3 -> 0.6.7
2018-11-14 23:02:16 +01:00
Vladyslav Mykhailichenko
bf9d378d07
tiled: 1.2.0 -> 1.2.1 2018-11-14 23:26:06 +02:00
Vladyslav M
d70cb8894a
Merge pull request #50358 from dtzWill/update/termite-14
termite: 13 -> 14
2018-11-14 22:59:48 +02:00
Silvan Mosberger
688ed6b82d
Merge pull request #49947 from volth/patch-284
far2l: fix Darwin bug
2018-11-14 21:17:45 +01:00
Andreas Rammhold
66e16843b3
firefox: apply patch for newer rust-cbindgen
rust-cbindgen did apply some breaking changes which requires the added
patch in order to compile until a firefox version with the fix gets
released. Firefox 63.0.3 is supposed to carry the required patches. This
should only be required for a short term.
2018-11-14 20:51:19 +01:00
Johannes Frankenau
b4e13e6257 gurobi: install Java library files 2018-11-14 19:38:18 +01:00
Will Dietz
75f2b4692f termite: 13 -> 14
https://github.com/thestinger/termite/releases/tag/v14
2018-11-14 12:34:17 -06:00
Jörg Thalheim
081f17f0d0
Merge pull request #50339 from peterhoeg/u/motion
motion: 4.1.1 -> 4.2
2018-11-14 17:53:50 +00:00
Jörg Thalheim
987bd62232
Merge pull request #50232 from wucke13/master
qgroundcontrol: fixes #49870
2018-11-14 17:10:05 +00:00
Jörg Thalheim
4c3e9a7d06
Merge pull request #50354 from pbogdan/miro-remove
miro: remove
2018-11-14 17:09:10 +00:00
Piotr Bogdan
b8d0810e98 miro: remove 2018-11-14 15:59:18 +00:00
Renaud
7ca9d67948
Merge pull request #50102 from r-ryantm/auto-update/gp2c
gp2c: 0.0.11 -> 0.0.11pl1
2018-11-14 16:07:49 +01:00
Timo Kaufmann
e3592a0abe
Merge pull request #50350 from kwohlfahrt/houdini
houdini: 16.5.439 -> 17.0.352
2018-11-14 15:42:43 +01:00
Kai Wohlfahrt
5732500bd2 houdini: 16.5.634 -> 17.0.352 2018-11-14 14:27:30 +00:00
wucke13
c26b42be74 qgroundcontrol: fixes #49870
The `.desktop` referenced a non existent script to run `QGroundControl`. This commits adds a `sed` command, which replaces the non existent script by the name of the `QGroundControl` binary in the relevant `.desktop` file.
2018-11-14 13:12:20 +01:00
markuskowa
f597a88542
Merge pull request #50101 from r-ryantm/auto-update/gmsh
gmsh: 4.0.2 -> 4.0.4
2018-11-14 12:46:48 +01:00
Kai Wohlfahrt
8f08a28b6c houdini: 16.5.439 -> 16.5.634 2018-11-14 11:41:06 +00:00
Markus Kowalewski
644ab709e7
gmsh: restrict platform to x86_64-linux 2018-11-14 12:33:37 +01:00
Michael Weiss
4822b084ae androidStudioPackages.beta: 3.3.0.15 -> 3.3.0.16 2018-11-14 12:16:29 +01:00
Markus Kowalewski
ced40eabfd
gmsh: use openblas instead of atlas/lapack
* openblas is properly recognized by cmake
* the cmake patch is no longer neccessary
2018-11-14 11:41:46 +01:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Herwig Hochleitner
4b5ffcb964 chromium: 70.0.3538.77 -> 70.0.3538.102 2018-11-14 02:51:13 +01:00
Matthew Bauer
2e18ba6c5a
Merge pull request #49776 from matthewbauer/atlas-remove
atlas: remove
2018-11-13 19:18:35 -06:00
Matthew Bauer
73951bc0c8
Merge pull request #50293 from matthewbauer/cleanups2
Add setup-hooks for scons and waf
2018-11-13 19:17:00 -06:00
Matthew Bauer
06c403e846 treewide: remove unstable packages
There’s nothing wrong with unstable packages when they are maintained
and frequently updated. However, when they become out-of-date, as many
do, it is usually best to just get rid of them as the stable version
is become newer than the unstable version. This removes any packages
called "unstable" that have not been updated in over 1 year. Affected
packages include:

- isyncUnstable
- sxhkd-unstable
- dosbox-unstable

Revert "treewide: remove unstable packages"

This reverts commit df01b0b37a04624cfe6f8d2ccb42b99289841b68.
2018-11-13 19:14:44 -06:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Matthew Bauer
f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Jörg Thalheim
535dbb8a59
Merge pull request #50332 from markuskowa/upd-wellio
welle-io: 1.0-rc2 -> 1.0
2018-11-13 22:59:18 +00:00
Markus Kowalewski
705f87d616
welle-io: 1.0-rc2 -> 1.0 2018-11-13 23:26:42 +01:00
Jörg Thalheim
0249f7d48a
Merge pull request #50326 from dywedir/alacritty
alacritty: 0.2.1 -> 0.2.3
2018-11-13 21:30:22 +00:00
Tobias Happ
159b3f2a0d teamspeak_server: 3.4.0 -> 3.5.0 2018-11-13 21:59:20 +01:00
Vladyslav Mykhailichenko
0a1bb6d00f
alacritty: 0.2.1 -> 0.2.3 2018-11-13 22:54:56 +02:00
markuskowa
2823b5e698
Merge pull request #46667 from costrouc/costrouc/lammps-update
lammps: update, hoomd-blue, dl_poly: init
2018-11-13 21:00:02 +01:00
fuwa
40d7e12685 monero: 0.13.0.3 -> 0.13.0.4 2018-11-14 00:46:26 +08:00
Markus J. Ankenbrand
bf05da0967 hmmer: 3.1b2 -> 3.2.1 (#50284)
This version was released in June 2018 and has many bug fixes
and improvements compared to the previous version from 2015.
See: https://cryptogenomicon.org/2018/06/07/hmmer-3-2-release/
2018-11-13 15:43:44 +01:00
Renaud
56f508833a
Merge pull request #50226 from danieldk/handbrake-1.1.2
handbrake: 1.1.0 -> 1.1.2
2018-11-13 15:38:22 +01:00
taku0
4c2d254a7f flashplayer: 31.0.0.122 -> 31.0.0.148 2018-11-13 21:13:48 +09:00
Sarah Brofeldt
cb95a3c1d1
Merge pull request #50250 from c0bw3b/pkg/notepadqq
notepadqq: 1.2.0 -> 1.4.8
2018-11-13 11:47:39 +01:00
Jörg Thalheim
1499b7c4e5
Merge pull request #49613 from vdemeester/bump-openshift
openshift: 3.10 -> 3.11
2018-11-12 23:53:30 +00:00
Samuel Dionne-Riel
c99cb8fe83
Merge pull request #47197 from tg-x/ltc-tools-0.6.4
ltc-tools: init at 0.6.4
2018-11-12 23:39:12 +00:00
Samuel Dionne-Riel
8e2a9dae82
Merge pull request #47987 from erictapen/scribus-unstable
scribusUnstable: init at 2018-10-13
2018-11-12 23:29:53 +00:00
Frederik Rietdijk
3b052406ea Merge staging-next into staging 2018-11-12 19:01:36 +01:00
Frederik Rietdijk
daf3297cb4 Merge master into staging-next 2018-11-12 18:59:08 +01:00
Vincent Demeester
37b50c08eb
openshift: use go instead of go_1_10
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-12 18:17:33 +01:00
Vincent Demeester
1ccea556a1 openshift: 3.10 -> 3.11
Using go 1.10 instead of 1.9

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-12 18:16:57 +01:00
Antoine Eiche
28e08aa254 gremlin-console: init at 3.3.4 2018-11-12 18:12:20 +01:00
Peter Simons
22a802584f
Merge pull request #50179 from Thra11/r-without-jdk
R: Remove jdk dependency on aarch32/64
2018-11-12 12:42:39 +01:00
Sarah Brofeldt
7cedee3c79
Merge pull request #50261 from lsix/nano_3_2
nano: 3.1 -> 3.2
2018-11-12 11:49:51 +01:00
Robert Schütz
b9494ac352
Merge pull request #50166 from dotlambda/home-assistant-0.82
home-assistant: 0.81.5 -> 0.82.0
2018-11-12 11:37:06 +01:00
Jörg Thalheim
92c478babd
Merge pull request #50176 from Mic92/docker-componse
docker-compose: rename from docker_compose, python3 by default
2018-11-12 10:14:53 +00:00
Robert Schütz
b230ad0e29 python.pkgs.protobuf3_1: drop
Using the specific version of protobuf can be achieved by a simple
`python.pkgs.protobuf.override { protobuf = protobuf3_1; }`.
2018-11-12 11:10:02 +01:00
Lancelot SIX
6c3b9c359d
nano: 3.1 -> 3.2
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00008.html for
release information
2018-11-12 10:28:20 +01:00
Daniël de Kok
6c2050fd9c handbrake: 1.1.0 -> 1.1.2
Changes:

https://github.com/HandBrake/HandBrake/releases/tag/1.1.2
https://github.com/HandBrake/HandBrake/releases/tag/1.1.1

Derivation changes:

Transcoding to to MP4 was broken, failing with:

Tag avc1/0x31637661 incompatible with output codec id '28'
muxavformat: avformat_write_header failed!

Fix this using A20-avc3-hvc1-override.patch provided by upstream.
2018-11-12 07:44:19 +01:00
TG ⊗ Θ
46a46db8c1 ltc-tools: init at 0.6.4 2018-11-12 06:51:28 +01:00
Samuel Dionne-Riel
49df3150c7
Merge pull request #49451 from fgaz/sfxr-qt/init
sfxr-qt: init at 1.2.0
2018-11-12 04:21:40 +00:00
Renaud
a459d6a879
notepadqq: 1.2.0 -> 1.4.8
meta.homepage is now https://notepadqq.com/
2018-11-11 23:41:58 +01:00
Silvan Mosberger
03187b7497
Merge pull request #49685 from rht/brave-0.55.22
brave: 0.25.2 -> 0.56.12
2018-11-11 22:13:49 +01:00
rht
e46f25addc
brave: 0.25.2 -> 0.56.12 2018-11-11 20:42:10 +00:00
Edward Tjörnhammar
30422aa7d0
jetbrains.webstorm: 2018.2.3 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar
e61f199470
jetbrains.ruby-mine: 2018.2.2 -> 2018.2.4 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar
b8096a088e
jetbrains.phpstorm: 2018.2.3 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Edward Tjörnhammar
8c084007d5
jetbrains.clion: 2018.2.4 -> 2018.2.5 2018-11-11 17:29:34 +01:00
Silvan Mosberger
e2bae133a7
Merge pull request #49138 from fuwa0529/add-wownero
wownero: init at 0.4.0.0
2018-11-11 16:58:09 +01:00
Elis Hirwing
090bd931e1 gitea: 1.5.2 -> 1.5.3 (#50229)
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.3
2018-11-11 15:26:38 +01:00
Frederik Rietdijk
1d3bff25db Merge staging-next into staging 2018-11-11 14:28:08 +01:00
markuskowa
e9aec8ccab
Merge pull request #50095 from r-ryantm/auto-update/gocr
gocr: 0.51 -> 0.52
2018-11-11 13:33:39 +01:00
Jörg Thalheim
7a86bc32cb
docker-compose: rename from docker_compose, python3 by default
The command is called docker-compose hence the package should be called the same.
Also prefer python3.
2018-11-11 11:16:44 +00:00
Jörg Thalheim
8905ca4d71
Merge pull request #50219 from worldofpeace/wire-desktop/no-explicit-phases
wire-desktop: don't explicitly set phases
2018-11-11 11:06:28 +00:00
Frederik Rietdijk
7863aae5b2 Merge master into staging-next 2018-11-11 08:59:44 +01:00
fuwa
931ebbc77a wownero: init at 0.4.0.0 2018-11-11 14:56:38 +08:00
worldofpeace
48a3ea0f81 wire-desktop: don't explicitly set phases
part of #28910
2018-11-10 22:01:44 -05:00
Silvan Mosberger
9e8eea0f78
Merge pull request #50108 from r-ryantm/auto-update/gImageReader
gImageReader: 3.2.99 -> 3.3.0
2018-11-11 02:48:40 +01:00
Silvan Mosberger
2dd37688e3
Merge pull request #50086 from r-ryantm/auto-update/kakoune-unstable
kakoune: 2018.09.04 -> 2018.10.27
2018-11-11 02:45:18 +01:00
markuskowa
45a4adb1b3
Merge branch 'master' into atlas-remove 2018-11-11 02:22:04 +01:00
Markus Kowalewski
6533d7588d
colpack: set platform to linux 2018-11-11 02:17:49 +01:00
Silvan Mosberger
337f8f7301
Merge pull request #50213 from worldofpeace/syncplay/1.6.0
syncplay: 1.5.5 -> 1.6.0
2018-11-11 02:11:53 +01:00
worldofpeace
627d656949 syncplay: 1.5.5 -> 1.6.0 2018-11-10 19:44:45 -05:00
markuskowa
f45f285e66
Merge pull request #50199 from r-ryantm/auto-update/armadillo
armadillo: 9.100.5 -> 9.200.4
2018-11-11 01:33:05 +01:00
Tim Steinbach
68c3e5f38b
docker: Fix binary names 2018-11-10 19:26:12 -05:00
Markus Kowalewski
0528001141
gnss-sdr: turn off unit tests explicitly 2018-11-11 01:04:19 +01:00
Jörg Thalheim
cf1ce60c20
Merge pull request #50080 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.15.0.1 -> 4.16
2018-11-10 22:12:18 +00:00
Jörg Thalheim
3a46305542
Merge pull request #50034 from stephengroat/patch-1
terraform-providers: bump versions
2018-11-10 22:10:29 +00:00
Jörg Thalheim
7e84486f86
Merge pull request #49913 from Gerschtli/update/dwm-status
dwm-status: 1.1.2 -> 1.2.0
2018-11-10 21:54:01 +00:00
Jörg Thalheim
0c9b49dfe2
Merge pull request #49841 from makefu/pkgs/hovercraft/update
hovercraft: 2.0 -> 2.6
2018-11-10 21:37:53 +00:00
Jörg Thalheim
5ac78febe2
hovercraft: nitpicks 2018-11-10 21:33:03 +00:00
Michael Weiss
39a9e2d65f tdesktopPackages.preview: 1.4.4 -> 1.4.7
TODO: We're still using the old API ID (like the Arch package) which
should be used for testing only.
I've tried to contact the Telegram team multiple times via different
channels but didn't get a response so far. See [0],[1] for more details.

[0]: https://github.com/telegramdesktop/tdesktop/issues/4717
[1]: 65b2db2160
2018-11-10 22:10:28 +01:00
Tom Hall
b51018ed2e R: Remove jdk dependency on aarch32/64
Add javaSupport as an argument for R. Default to false on arm as there is no free jdk on arm.
2018-11-10 20:53:26 +00:00
Renaud
bbec9b30ae
Merge pull request #50190 from r-ryantm/auto-update/bs1770gain
bs1770gain: 0.5.0 -> 0.5.1
2018-11-10 19:12:22 +01:00
R. RyanTM
f000dd513d bs1770gain: 0.5.0 -> 0.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bs1770gain/versions
2018-11-10 08:32:24 -08:00
Stephen
b6b4f702ff terragrunt: 0.16.6 -> 0.17.2 (#50036) 2018-11-10 16:49:56 +01:00
Jörg Thalheim
56f0c3c79e
Merge pull request #50129 from r-ryantm/auto-update/fluidsynth
fluidsynth: 1.1.11 -> 2.0.1
2018-11-10 14:52:27 +00:00
Renaud
fbafda716a
Merge pull request #50072 from M-Gregoire/keepassrpc
keepass-keepassrpc: v1.7.3 -> v.1.8.0
2018-11-10 15:50:15 +01:00
R. RyanTM
69f70ad18a mixxx: 2.1.4 -> 2.1.5 (#50043)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions
2018-11-10 15:46:36 +01:00
Jörg Thalheim
817d06c981
Merge pull request #50019 from r-ryantm/auto-update/opencpn
opencpn: 4.8.4 -> 4.8.8
2018-11-10 14:35:33 +00:00
R. RyanTM
2fd0c31673 calc: 2.12.6.8 -> 2.12.7.1 (#50173)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/calc/versions
2018-11-10 15:32:06 +01:00
R. RyanTM
99b557e574 flacon: 4.1.0 -> 5.0.0 (#50114)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flacon/versions
2018-11-10 15:28:09 +01:00
Silvan Mosberger
9e0ec00081
Merge pull request #50136 from r-ryantm/auto-update/csound
csound: 6.11.0 -> 6.12.0
2018-11-10 15:21:06 +01:00
Timo Kaufmann
9d11846f18
Merge pull request #50152 from r-ryantm/auto-update/chirp-daily
chirp: 20181009 -> 20181018
2018-11-10 15:06:10 +01:00
Daiderd Jordan
8d603be22d
Merge pull request #49880 from LnL7/darwin-cfprivate-fixes
darwin cf-private fixes
2018-11-10 15:03:21 +01:00
Silvan Mosberger
bed0e8b089
Merge pull request #49806 from colemickens/falkon-qtwayland
falkon: enable qtwayland
2018-11-10 14:52:39 +01:00
Jan Tojnar
0655c904bf
Merge pull request #50116 from r-ryantm/auto-update/gegl
gimp: 2.10.6 → 2.10.8
2018-11-10 14:50:33 +01:00
Silvan Mosberger
6e7a3975c1
Merge pull request #50139 from r-ryantm/auto-update/cheat
cheat: 2.2.3 -> 2.3.1
2018-11-10 14:39:19 +01:00
Silvan Mosberger
2ebfacd249
opencpn: Set platforms to x86_64-linux exclusively
Other platforms are failing
2018-11-10 14:26:17 +01:00
Gabriel Ebner
698ad2dd4d nasc: 0.5.0 -> 0.5.1 2018-11-10 14:18:31 +01:00
Jan Tojnar
47d439addd
gimp: 2.10.6 → 2.10.8 2018-11-10 14:06:34 +01:00