Commit Graph

27087 Commits

Author SHA1 Message Date
Janne Heß 6d2ab18915 sieve-connect: Init at 0.89 2018-07-26 14:12:03 -07:00
Thomas Tuegel 4f5837668b
hindent: build Emacs package with latest Melpa recipe
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Will Dietz c9d79c639f grv: 0.1.2 -> 0.2.0
Needs libgit2 0.27 apparently,
doesn't build with 0.26 or 0.25 in-tree.
2018-07-26 15:35:32 -05:00
Tuomas Tynkkynen 3877501f9d Merge remote-tracking branch 'upstream/master' into staging 2018-07-26 23:09:22 +03:00
Timo Kaufmann 330c501be0 pari: 2.9.5 -> 2.11.0
The pari update makes it necessary to disable a giac test that only
fails because it directly tests the pari interface.
2018-07-26 18:42:17 +02:00
Ben Gamari a4c932fa51 kicad: 4.0.7 -> 5.0.0 2018-07-26 12:27:27 -04:00
Frederik Rietdijk f59e6f4037 Merge master into staging 2018-07-26 16:18:53 +02:00
Robert Helgesson a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6 2018-07-26 15:43:59 +02:00
Robert Schütz daabcc3b9a spyder: use python3
Dependency pylint is no longer supported on Python 2.
2018-07-26 12:43:18 +02:00
Robert Schütz c5758bd67e rtv: use python3Packages 2018-07-26 12:43:17 +02:00
Frederik Rietdijk ea91420675
Merge pull request #43886 from FRidh/vim
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
Brice Waegeneire 1af7a83576 alacritty: add terminfo and man
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
2018-07-25 18:41:00 +02:00
Wael M. Nasreddine 8fb92a733e kubetail: init at 1.6.1 2018-07-25 07:15:42 -07:00
Silvan Mosberger 7e396ecd93
Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapper
fix pidgin-with-plugins build
2018-07-24 23:27:01 +02:00
Silvan Mosberger c9f4991ada
Merge pull request #43977 from dywedir/mpv
mpv: 0.28.2 -> 0.29.0
2018-07-24 23:02:11 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.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/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Jörg Thalheim 79925f1b2a
Merge pull request #44041 from eadwu/polybar/3.2.0
polybar: 3.1.0 -> 3.2.0
2018-07-24 07:09:32 -04:00
Jörg Thalheim 1ebf90b9fb
Merge pull request #44043 from ljli/vscode-fix
vscode: fix keymapping.node rpath
2018-07-24 05:54:53 -04:00
Leon Isenberg 6bf5dfc874 vscode: fix keymapping.node rpath 2018-07-24 03:04:36 +02:00
Edmund Wu 149b42d8ee
polybar: 3.1.0 -> 3.2.0
Adds support for internal/pulseaudio
2018-07-23 17:06:44 -04:00
Wael M. Nasreddine 928c93ea7b perkeep: 20170505 -> 0.10.1
Also rewrite the derivation to use buildGoPackage
2018-07-23 13:04:35 -07:00
Matthew Bauer 6d880d2d5b
Merge pull request #42149 from timjrd/openspace-rebase
openspace: init at 0.11.1
2018-07-23 11:38:06 -04:00
Thomas Tuegel 0015c34f9c
Merge pull request #44007 from ttuegel/emacs-packages-2018-07-22
Emacs package updates
2018-07-23 08:35:11 -05:00
Michael Raskin ef4d546554
Merge pull request #43853 from timokau/singular-4.1.1p1
singular: 4.1.1p1 -> 4.1.1p2
2018-07-23 13:20:39 +00:00
Jörg Thalheim 66afbde94e
Merge pull request #44008 from dtzWill/update/tig-2.4.0
tig: 2.3.3 -> 2.4.0
2018-07-23 13:51:06 +01:00
Will Dietz 90764df235 tig: 2.3.3 -> 2.4.0
https://github.com/jonas/tig/releases/tag/tig-2.4.0
2018-07-23 07:15:26 -05:00
Thomas Tuegel 648911fee3
melpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel 095e2f961f
elpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel a0762a4eee
org-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 56df454a07
elpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 8ecdc02f95
melpa-stable-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 707010ef23
melpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Jörg Thalheim b894b7478b alacritty: 2018-05-09 -> 2018-07-20 2018-07-23 11:35:40 +01:00
Jörg Thalheim 90951bc1d7
Merge pull request #43957 from danieldk/gitea-1.4.3
gitea: 1.4.2 -> 1.4.3
2018-07-23 11:30:31 +01:00
Timo Kaufmann 024c23503c singular: 4.1.1p1 -> 4.1.1p2 2018-07-23 12:17:25 +02:00
Jörg Thalheim 102eb1fd29
Merge pull request #43995 from kalbasit/fix-neovim-unwrapped
neovim: fix the xsel path in the clipboard runtime provider
2018-07-23 10:52:34 +01:00
adisbladis 607ae1df1b
emacsPackagesNg.elpaPackages: Don't pass fetchurl to elpa.nix
This fixes evaluation error of elpa packages.
2018-07-23 15:38:20 +08:00
adisbladis 35e7485847
firefox-beta-bin: 62.0b8 -> 62.0b10 2018-07-23 15:28:47 +08:00
adisbladis 653e439ce4
firefox-devedition-bin: 62.0b8 -> 62.0b10 2018-07-23 15:28:39 +08:00
Dmitry Kalinkin d4d5f8eced mupdf: fix on darwin 2018-07-23 06:14:11 +00:00
Wael M. Nasreddine 5c7c2be709 neovim: fix the xsel path in the clipboard runtime provider 2018-07-22 21:32:16 -07:00
Frederik Rietdijk 18d0ed20e8 fix eval 2018-07-22 22:22:26 +02:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Vladyslav Mykhailichenko 21ab38976d mpv: 0.28.2 -> 0.29.0 2018-07-22 22:25:33 +03:00
Benjamin Staffin 815ae70556
gitFull: build libsecret credential helper (#43616)
...except on Darwin, where it won't be useful.
2018-07-22 15:20:37 -04:00
Anton-Latukha 8f101cce83 rm maintainer eduarrrd from packages, no activity > year 2018-07-22 21:41:48 +03:00
Pascal Wittmann 7ec7b32e23
banshee: add license
see issue #43716
2018-07-22 17:36:53 +02:00
Pascal Wittmann 65740cfb31
banshee: add homepage 2018-07-22 17:36:19 +02:00
Pascal Wittmann 758038a4e0
amsn: add license
see issue #43716
2018-07-22 17:24:10 +02:00
Frederik Rietdijk 27af1633a4 fix eval
broken by dac43da8da
cc @pSub
2018-07-22 17:05:00 +02:00
Pascal Wittmann 6739f69af0
yakuake: add license
see issue #43716
2018-07-22 16:51:55 +02:00
Pascal Wittmann dac43da8da
ympd: add license
see issue #43716
2018-07-22 16:47:13 +02:00
Frederik Rietdijk ef802feace parity-ui: fix after merge 2018-07-22 12:13:14 +02:00
Frederik Rietdijk 5d3f5bb61e parity-ui: fix after merge 2018-07-22 11:51:50 +02:00
Frederik Rietdijk 3209775495 Merge master into staging 2018-07-22 11:14:41 +02:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Daniël de Kok 8b695a7353 gitea: 1.4.2 -> 1.4.3 2018-07-22 08:59:08 +02:00
Frederik Rietdijk f3088832df
Merge pull request #43899 from r-ryantm/auto-update/tla-toolbox
tlaplusToolbox: 1.5.6 -> 1.5.7
2018-07-22 08:44:58 +02:00
Frederik Rietdijk 5dcb1febac
Merge pull request #43913 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.9 -> 2.18.10
2018-07-22 08:42:32 +02:00
Frederik Rietdijk c4557ae2c2
Merge pull request #43914 from r-ryantm/auto-update/peru
peru: 1.1.3 -> 1.1.4
2018-07-22 08:42:16 +02:00
Frederik Rietdijk ca4a4765ac
Merge pull request #43920 from r-ryantm/auto-update/ola
ola: 0.10.6 -> 0.10.7
2018-07-22 08:41:33 +02:00
Frederik Rietdijk 5c72c7f055
Merge pull request #43922 from r-ryantm/auto-update/owncloud-client
owncloud-client: 2.4.1 -> 2.4.2
2018-07-22 08:40:00 +02:00
Frederik Rietdijk e3d4ef9c7e
Merge pull request #43925 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.0 -> 0.3.1
2018-07-22 08:37:44 +02:00
Frederik Rietdijk 935a54f300
Merge pull request #43940 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.91 -> 3.3.92
2018-07-22 08:23:25 +02:00
Frederik Rietdijk 35b53f6b40
Merge pull request #43942 from r-ryantm/auto-update/feh
feh: 2.27 -> 2.27.1
2018-07-22 08:22:57 +02:00
Frederik Rietdijk e4dab5a3da
Merge pull request #43943 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.14 -> 1.6.15
2018-07-22 08:22:46 +02:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM 7968bf4935 focuswriter: 1.6.14 -> 1.6.15
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/focuswriter/versions.
2018-07-21 18:56:13 -07:00
R. RyanTM b49dada76c feh: 2.27 -> 2.27.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/feh/versions.
2018-07-21 18:31:47 -07:00
Jörg Thalheim b6704130b4
Merge pull request #43897 from Ekleog/todiff-0.6.0
todiff: 0.5.0 -> 0.6.1
2018-07-22 02:24:55 +01:00
Jörg Thalheim ed73969d6d
Merge pull request #43907 from volth/far2l-2018-07-19
far2l: 2018-02-27 -> 2018-07-19
2018-07-22 02:24:12 +01:00
R. RyanTM a7a3526f71 gtkwave: 3.3.91 -> 3.3.92
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gtkwave/versions.
2018-07-21 17:57:51 -07:00
Ricardo M. Correia 0cf09556eb
why3: 0.88.3 -> 1.0.0 2018-07-21 22:53:44 +00:00
R. RyanTM 03d49258f6 mercurialFull: 4.5.2 -> 4.6.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/mercurial-full/versions.
2018-07-21 15:10:56 -07:00
volth 983abe10e2 "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook 2018-07-21 21:47:26 +00:00
R. RyanTM 4c1eb7fbe6 neovim-unwrapped: 0.3.0 -> 0.3.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/neovim-unwrapped/versions.
2018-07-21 14:18:00 -07:00
R. RyanTM 0e0f49438e owncloud-client: 2.4.1 -> 2.4.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/owncloud-client/versions.
2018-07-21 13:44:41 -07:00
R. RyanTM 8ef4bf669c ola: 0.10.6 -> 0.10.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/ola/versions.
2018-07-21 13:24:45 -07:00
R. RyanTM f1349908a6 peru: 1.1.3 -> 1.1.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/peru/versions.
2018-07-21 12:33:09 -07:00
R. RyanTM 668047ca55 picard-tools: 2.18.9 -> 2.18.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/picard-tools/versions.
2018-07-21 12:28:41 -07:00
Jan Tojnar 452017032a
fix Merge 8213ff161c
cc @FRidh
2018-07-21 20:20:36 +02:00
Oyren 7ffed91faf write_stylus: add desktop icon (#43864) 2018-07-21 19:20:12 +01:00
Jörg Thalheim 5e05b0a105
Merge pull request #43901 from periklis/orgit-fix-inputs
orgit: add git to native build inputs
2018-07-21 19:05:46 +01:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Frederik Rietdijk e97e174726
Merge pull request #43904 from r-ryantm/auto-update/wireshark-gtk
wireshark-gtk: 2.6.1 -> 2.6.2
2018-07-21 19:41:16 +02:00
Frederik Rietdijk 1c45f35bfd
Merge pull request #43902 from r-ryantm/auto-update/tiled
tiled: 1.1.5 -> 1.1.6
2018-07-21 19:40:53 +02:00
Frederik Rietdijk 498b4d7aa4
Merge pull request #43908 from r-ryantm/auto-update/sidplayfp
sidplayfp: 1.4.3 -> 1.4.4
2018-07-21 19:40:39 +02:00
volth c04fb0a9c5 far2l: 2018-02-27 -> 2018-07-19 2018-07-21 17:14:49 +00:00
R. RyanTM 6c7e93c54a sidplayfp: 1.4.3 -> 1.4.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/sidplayfp/versions.
2018-07-21 10:14:49 -07:00
Frederik Rietdijk cc218fc915
Merge pull request #43906 from r-ryantm/auto-update/subversion
subversion_1_10: 1.10.0 -> 1.10.2
2018-07-21 19:14:41 +02:00
R. RyanTM b657f663ac subversion_1_10: 1.10.0 -> 1.10.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/subversion/versions.
2018-07-21 09:56:00 -07:00
R. RyanTM 564e733a52 wireshark-gtk: 2.6.1 -> 2.6.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/wireshark-gtk/versions.
2018-07-21 09:12:39 -07:00
Averell Dalton 31df054e96 fix pidgin-with-plugins build 2018-07-21 18:04:16 +02:00
R. RyanTM 83cfb08654 tiled: 1.1.5 -> 1.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tiled/versions.
2018-07-21 08:55:50 -07:00
Periklis Tsirakidis 2bf47aa2b8 orgit: add git to native build inputs 2018-07-21 17:45:08 +02:00
R. RyanTM 9882d5635c tlaplusToolbox: 1.5.6 -> 1.5.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/tla-toolbox/versions.
2018-07-21 08:39:53 -07:00
Jörg Thalheim 7d8fb852c5
Merge pull request #43896 from r-ryantm/auto-update/znc
znc: 1.7.0 -> 1.7.1
2018-07-21 16:16:13 +01:00
Léo Gaspard 1061ab1ccf
todiff: 0.5.0 -> 0.6.1 2018-07-22 00:12:54 +09:00
Jörg Thalheim 7f2c897973
Merge pull request #43895 from r-ryantm/auto-update/xmr-stak
xmr-stak: 2.4.5 -> 2.4.7
2018-07-21 16:10:25 +01:00
R. RyanTM 932d2e4f94 znc: 1.7.0 -> 1.7.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/znc/versions.
2018-07-21 08:09:01 -07:00
R. RyanTM a09d16229e xmr-stak: 2.4.5 -> 2.4.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/xmr-stak/versions.
2018-07-21 08:05:27 -07:00
Jörg Thalheim 41581d1222
Merge pull request #43874 from plumelo/feature/avocode-3.2.0
avocode: 3.1.1 -> 3.2.0
2018-07-21 16:02:51 +01:00
Frederik Rietdijk 9cb1e7a1f3 qvim: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 16:52:30 +02:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Frederik Rietdijk 539f4f644a vim_configurable: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 13:48:19 +02:00
Daiderd Jordan d4943ea0c9
Merge pull request #43523 from Enzime/fix/synergy-on-darwin
Fix Synergy building on macOS
2018-07-21 11:34:56 +02:00
Michael Weiss c89bdf9704 signal-desktop: 1.14.3 -> 1.14.4 2018-07-21 11:30:46 +02:00
Frederik Rietdijk 8424ac61a9
Merge pull request #43862 from volth/unused3
[bot] treewide: remove unused 'args@' in lambdas
2018-07-21 11:14:44 +02:00
Frederik Rietdijk 251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk 6d4a7ce2ab
Merge pull request #43465 from r-ryantm/auto-update/nomacs
nomacs: 3.10.0 -> 3.10.2
2018-07-21 11:01:11 +02:00
Frederik Rietdijk 71c8b9163f
Merge pull request #43767 from r-ryantm/auto-update/krita
krita: 4.1.0 -> 4.1.1
2018-07-21 10:59:44 +02:00
Frederik Rietdijk 2c3a2b1535
Merge pull request #43771 from r-ryantm/auto-update/guake
guake: 3.3.0 -> 3.3.2
2018-07-21 10:59:09 +02:00
Frederik Rietdijk d86c4fd255
Merge pull request #43835 from ryantm/mercurial
mercurial: fix homepage
2018-07-21 10:50:47 +02:00
Frederik Rietdijk d449bc8a0a
Merge pull request #43875 from plumelo/feature/gitkraken-3.6.6
gitkraken: 3.6.4 -> 3.6.6
2018-07-21 10:49:46 +02:00
Frederik Rietdijk 321f395f67
Merge pull request #43747 from r-ryantm/auto-update/neomutt
neomutt: 20180622 -> 20180716
2018-07-21 10:49:25 +02:00
Frederik Rietdijk 4431adc889
Merge pull request #43751 from r-ryantm/auto-update/mutt
mutt: 1.10.0 -> 1.10.1
2018-07-21 10:48:40 +02:00
Meghea Iulian d329579052 gitkraken: 3.6.4 -> 3.6.6 2018-07-21 09:52:33 +03:00
Meghea Iulian 6cc783ee29 avocode: 3.1.1 -> 3.2.0 2018-07-21 09:45:38 +03:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Pascal Wittmann db697f016b
cinelerra: remove old commented code 2018-07-20 23:00:27 +02:00
Pascal Wittmann fbe71e9c48
cinelerra: add version
see issue #43717
2018-07-20 22:58:52 +02:00
Pascal Wittmann 70328c3ce9
calibre: 3.27.1 -> 3.28.0 2018-07-20 22:38:08 +02:00
volth dda95bae35 [bot] treewide: remove unused 'args@' in lambdas 2018-07-20 19:54:05 +00:00
volth 6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Frederik Rietdijk 1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Sarah Brofeldt ce7ff54ceb
Merge pull request #43786 from acowley/paraview-5.5.2
paraview: 5.4.1 -> 5.5.2
2018-07-20 15:10:49 +02:00
Tim Steinbach 871f3396a5
vscode: 1.25.0 -> 1.25.1 2018-07-20 08:22:03 -04:00
Tim Steinbach b77a32f6cf
minikube: 0.28.0 -> 0.28.1 2018-07-20 08:18:01 -04:00
Sarah Brofeldt 31d1d3d166
Merge pull request #43831 from eliasp/terraform-name-whitespace
terraform: remove whitespace from name
2018-07-20 09:08:11 +02:00
Ryan Mulligan 1d284727d3 mercurial: fix homepage 2018-07-19 18:45:38 -07:00
Graham Christensen 7fdba7c74e
Merge pull request #43834 from ryantm/https2
treewide: http -> https
2018-07-19 21:31:36 -04:00
Ryan Mulligan df8062c45b treewide: http -> https 2018-07-19 18:12:04 -07:00
Elias Probst 48a1dafdbe
terraform: remove whitespace from name
A `nix-env -iA unstable.terraform-full` gave me
`installing 'terraform-with-plugins -0.11.7'`
This removes the whitespace which sneaked into its name.
2018-07-20 00:06:11 +02:00
Michael Weiss b68770c1a2 signal-desktop: 1.14.2 -> 1.14.3 2018-07-19 22:14:25 +02:00
Pascal Wittmann 5324d84423
xmonad: include version in name 2018-07-19 21:51:35 +02:00
Pascal Wittmann bdcba71f9e
taffybar: include version in name 2018-07-19 21:49:33 +02:00
Pascal Wittmann aa10b3127f
weechat: set name to include version
see issue #43717
2018-07-19 21:43:11 +02:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Tim Steinbach e953d314a8
docker: 18.03 -> 18.06 2018-07-19 08:34:13 -04:00
R. RyanTM 80d44926bf atom: 1.28.1 -> 1.28.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/atom/versions.
2018-07-19 12:23:36 +00:00
Michael Weiss 4fd9ca3a51 signal-desktop: 1.14.1 -> 1.14.2 2018-07-19 12:56:05 +02:00
Johannes Frankenau 402ee4e9ea mpv: use wrapper for scripts and add mpris script 2018-07-19 09:50:32 +02:00
lewo fd3b874ee6
Merge pull request #43606 from MarcFontaine/xlog
xlog: init at 2.0.15
2018-07-19 09:12:38 +02:00
Matthew Bauer fddd90e9ea
Merge pull request #43538 from timokau/fetchpatch-fix
fetchpatch: quote excludes
2018-07-19 00:35:09 -04:00
Matthew Bauer 4ed7a4b993 treewide: preserve hashes from 76999cc40e
76999cc40e changed some hashes resulting in this PR being technically
a mass rebuild. To avoid this, I am restoring some of the hashes (even
though it seems silly). My main goal is to get this PR merged quickly
as treewide changes like this get out-of-date quickly.

This commit should be reverted on the next mass rebuild.
2018-07-19 00:09:01 -04:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Anthony Cowley 6690ec57f8 paraview: 5.4.1 -> 5.5.2
This update should also fix the build the hydra: one part of the
change is to build paraview with Qt-5.9, as this is the configuration
that paraview upstream supports.
2018-07-18 20:05:15 -04:00
R. RyanTM cb955845a0 guake: 3.3.0 -> 3.3.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/guake/versions.
2018-07-18 14:58:42 -07:00
R. RyanTM f98790da41 krita: 4.1.0 -> 4.1.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/krita/versions.
2018-07-18 13:13:48 -07:00
Silvan Mosberger b9c9a34d8c
Merge pull request #42679 from Moredread/vcvrack/init
vcv-rack: Init at 0.6.2b
2018-07-18 22:13:02 +02:00
R. RyanTM 7847ae02d8 mutt: 1.10.0 -> 1.10.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/mutt/versions.
2018-07-18 10:38:17 -07:00
André-Patrick Bubel 6878c20af9
vcv-rack: init at 0.6.2b 2018-07-18 19:08:38 +02:00
R. RyanTM 2ee1499325 neomutt: 20180622 -> 20180716
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neomutt/versions.
2018-07-18 09:50:59 -07:00
Michael Raskin 877899fdb9
Merge pull request #43679 from timokau/ntl-11.2.1
ntl: 9.11.0 -> 11.2.1
2018-07-18 15:08:43 +00:00
Jan Tojnar a3c259ab60
Merge pull request #43731 from worldofpeace/lollypop-0.9.521
lollypop: 0.9.519 -> 0.9.521
2018-07-18 15:44:11 +02:00
Robert Helgesson 811d878f37
josm: 13996 -> 14026 2018-07-18 15:40:23 +02:00
Jan Tojnar a4443ef859
nasc: 0.4.6 → 0.4.7 2018-07-18 15:38:52 +02:00
Timo Kaufmann cad446513e ntl: 9.11.0 -> 11.2.1
ntl hasn't been updated in a while. So I'm doing that and adding myself
as the maintainer. I'm also adding some options and pinning the sage
dependency, since it is unfortunately not compatible with the latest ntl
yet.

I've also enabled the tests, since they don't take terribly long and are
worth the time in my opinion.
2018-07-18 14:58:38 +02:00
worldofpeace ae8b20f442 lollypop: 0.9.519 -> 0.9.521 2018-07-18 07:55:57 -04:00
Johannes Frankenau e8e96e4b72 scantailor-advanced: 1.0.15 -> 1.0.16 (#43653) 2018-07-18 02:04:02 +02:00
Thomas Tuegel 9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
Emacs package updates
2018-07-17 17:53:54 -05:00
Michael Weiss bf2a009380 tdesktop: 1.3.7 -> 1.3.10
tdesktopPackages.preview: 1.3.7 -> 1.3.10

Without the patch the build will fail with the following error:

[ 15%] Building CXX object CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o
/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp: In lambda function:
/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp:712:56: internal compiler error: Segmentation fault
   if constexpr (MTPDphotos_photos::Is<decltype(data)>()) {
                                                        ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make[2]: *** [CMakeFiles/lib_export.dir/build.make:77: CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1101: CMakeFiles/lib_export.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
2018-07-17 21:17:21 +02:00
Michael Weiss bf23666022 androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21 2018-07-17 20:06:20 +02:00
Matthew Bauer 920ad8b3d8
Merge pull request #43161 from volth/skipAliases2
config.skipAliases: also disable vim, git, xfce and gnome3 aliases
2018-07-17 13:57:53 -04:00
xeji 73c1d479b7
Merge pull request #43659 from flokli/virtualbox-5.2.14
virtualbox: 5.2.12 -> 5.2.14
2018-07-17 18:41:08 +02:00
Silvan Mosberger 76e42081c8
Merge pull request #43645 from eadwu/glava/fix-patchelf-syntax
glava: adjust syntax in patchelf command
2018-07-17 17:14:57 +02:00
Michael Raskin c4de32e192
Merge pull request #43624 from oxij/tree/fix-or-disable-tests
treewide: either fix or disable tests
2018-07-17 14:49:26 +00:00
volth 101df126bb config.skipAliases -> config.allowAliases 2018-07-17 14:46:21 +00:00
volth 4bafaaff8a config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliases 2018-07-17 14:46:21 +00:00
Jan Malakhovski a3aedd1372 git: disable checks as tests are run in installcheck 2018-07-17 14:41:53 +00:00
lewo 8155016932
Merge pull request #43617 from dtzWill/update/hub-2.5.0
hub: 2.4.0 -> 2.5.0
2018-07-17 15:39:49 +02:00
lewo a7d17e287a
Merge pull request #43644 from flokli/ksonnet
ksonnet: init at 0.11.0
2018-07-17 15:08:42 +02:00
Florian Klink cf00b9aff4 ksonnet: init at 0.11.0
closes #42596
2018-07-17 14:37:43 +02:00
MarcFontaine 325dd796d1 xlog: init at 2.0.15 2018-07-17 13:50:48 +02:00
Thomas Tuegel 7f882b53a0
Merge pull request #43614 from bkchr/kde_applications_18_04_3
kde-applications: 18.04.2 -> 18.04.3
2018-07-17 05:44:15 -05:00
Florian Klink fa4c1eeae6 virtualbox: 5.2.12 -> 5.2.14 2018-07-17 12:40:20 +02:00
Frederik Rietdijk 12949bf84a Merge master into staging 2018-07-17 10:05:50 +02:00
Frederik Rietdijk 1ae2f10642 Merge staging-next into master 2018-07-17 10:04:59 +02:00
Timo Kaufmann 3058513941 fetchpatch: add option to revert a patch 2018-07-16 22:46:54 +02:00
Thomas Tuegel a5f026f778
emacsPackagesNg.magit: find Git during build 2018-07-16 12:29:10 -05:00
Jan Malakhovski e80ca2182c clp: cleanup expression 2018-07-16 16:33:14 +00:00
Will Dietz 553fd39e53 hub: 2.4.0 -> 2.5.0 2018-07-16 10:55:13 -05:00
Frederik Rietdijk 6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Frederik Rietdijk f001c81c1a Merge master into staging-next 2018-07-16 17:11:01 +02:00
Gabriel Ebner 862e4e4fdb cvc4: fix homepage url 2018-07-16 15:58:22 +01:00
Bastian Köcher b5f262ba91 kde-applications: 18.04.2 -> 18.04.3 2018-07-16 16:02:47 +02:00
Michael Hoang fe69ee86c8 Fix Synergy building on macOS
Update gtest and gmock to fix clang compiler issues, as well as patch
CMakeLists.txt in multiple places to fix other issues on macOS.
2018-07-16 23:57:40 +10:00
Udo Spallek 23002dde7e trytond: 4.8.1 -> 4.8.2 2018-07-16 10:10:36 +02:00
Udo Spallek 815319e46c tryton: 4.8.2 -> 4.8.3 2018-07-16 10:09:57 +02:00
xeji 4d40a0a940
Merge pull request #43527 from volth/patch-188
processing3: fix crash under XFCE, fix build in sandbox
2018-07-16 08:21:08 +02:00
Frederik Rietdijk 3c09808160 Merge master into staging-next 2018-07-16 07:43:37 +02:00
fragamus 794a60a2fb bliss: fix header location (#43170) 2018-07-16 04:12:07 +00:00
Franz Pletz 6d3dd01cb7
Merge pull request #43410 from taku0/thunderbird-bin-52.9.1
thunderbird, thunderbird-bin: 52.9.0 -> 52.9.1
2018-07-16 04:06:00 +00:00
Franz Pletz e3291c31ed
Merge pull request #43447 from worldofpeace/lollypop-portal
lollypop-portal: init at 0.9.7
2018-07-16 04:02:57 +00:00
Michael Hoang 152f6087b3 mpv: add Cocoa support for macOS
Only enable X11 Support on Linux by default. Add CoreFoundation first in
the list of buildInputs to ensure that it is loaded before CF-osx
allowing it to provide <CoreFoundation/CFAttributedString.h>.
2018-07-16 03:58:15 +00:00
Franz Pletz 3a35984fb0
Merge pull request #43590 from dtzWill/feature/gnomecast
gnomecast: init at 1.4.0
2018-07-16 03:43:26 +00:00
Franz Pletz decd122864
Merge pull request #43591 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.3
dbeaver: 5.1.2 -> 5.1.3
2018-07-16 03:41:26 +00:00
Thomas Tuegel d3cea48608
emacsPackagesNg: 2018-07-15 update
All package sets are simultaneously updated to accommodate changes to
package-build. Due to new restrictions in package-build, all packages using
`melpaBuild` must now provide a recipe file, even those packages which are not
included in upstream MELPA.
2018-07-15 20:52:41 -05:00
Jan Tojnar f4e510302f
gxneur: 0.13.0 → 0.20.0 2018-07-16 01:49:47 +02:00
Jan Tojnar c19652a60f
xneur_0_8: drop 2018-07-16 01:49:46 +02:00
Jan Tojnar f5831fb66b
xneur: 0.13.0 → 0.20.0 2018-07-16 01:49:46 +02:00
volth 3cf0c5d007
processing3: fix sandbox build 2018-07-15 23:27:18 +00:00
Samuel Dionne-Riel 7d1076873c dbeaver: 5.1.2 -> 5.1.3 2018-07-15 19:00:51 -04:00
xeji 311f017066
Merge pull request #43494 from jb55/clipmenu-master
clipmenu: init at 5.4.0
2018-07-16 00:48:31 +02:00
Will Dietz 4626d0b255 gnomecast: init at 1.4.0
also pycaption, required dep.
2018-07-15 17:45:16 -05:00
Robert Schütz eea1776378
Merge pull request #43544 from dotlambda/drop-backports_ssl_match_hostname_3_4_0_2
python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove
2018-07-16 00:33:47 +02:00
Shea Levy ed23255c5a
Merge branch 'init-gurobi' of git://github.com/jfrankenau/nixpkgs 2018-07-15 18:25:07 -04:00
Franz Pletz d34cc21526
Merge pull request #43541 from jfrankenau/update-cura
cura: 3.3.1 -> 3.4.1
2018-07-15 21:45:35 +00:00
Jörg Thalheim d9d74223e2 lmms: 1.2.0-rc4 -> 1.2.0-rc6
This fixes compilation
2018-07-15 17:10:52 -04:00
Franz Pletz c673643d31
Merge pull request #43539 from YorikSar/update-chromium
chromium: 67.0.3396.87 -> 67.0.3396.99
2018-07-15 20:52:23 +00:00
William Casarin fb130874fd clipmenu: init at 5.4.0
clipmenu is a simple tool for managing you clipboard with dmenu.
2018-07-15 12:22:46 -07:00
Jan Tojnar 2c65c6a08c
pulseeffects: 4.1.6 → 4.1.7 2018-07-15 18:58:34 +02:00
sjau 26bd3e994b flexget: 2.13.5 -> 2.14.5 (#43570) 2018-07-15 18:32:47 +02:00
Daiderd Jordan 656d1feef6
Merge pull request #43552 from Enzime/add/streamlink-on-darwin
streamlink: set macOS as a supported platform
2018-07-15 18:23:11 +02:00
Timo Kaufmann c77d1e5b31 eclib: 20171219 -> 20180710
Also includes the necessary sage compatibility patch, borrowed from
ArchLinux.
2018-07-15 14:59:28 +02:00
Robert Schütz 18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Will Dietz 1cb41052af radiotray-ng: 0.2.2 -> 0.2.3 2018-07-14 22:53:38 -05:00
Michael Hoang 8cf34caba5 streamlink: set macOS as a supported platform 2018-07-15 13:11:49 +10:00
Jan Tojnar 4a637dc004
pulseeffects: 4.1.5 → 4.1.6 2018-07-15 02:54:02 +02:00
Robert Schütz 18ecdd1e7e python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove 2018-07-15 01:29:48 +02:00
Johannes Frankenau d6874a7e1e gurobi: init at 8.0.1 2018-07-14 23:52:48 +02:00
Johannes Frankenau c429142448 cura: 3.3.1 -> 3.4.1 2018-07-14 22:54:12 +02:00
Johannes Frankenau 28f6c3ce67 curaengine: 3.3.0 -> 3.4.1 2018-07-14 22:53:57 +02:00
Joachim F bc48770871
Merge pull request #43426 from tadfisher/zoom-us
zoom-us: fix runtime qt environment
2018-07-14 20:31:23 +00:00
volth b61825e856 mucommander: fix crash under XFCE (#43528) 2018-07-14 22:03:40 +02:00
Benjamin Saunders 3ee321df4e renderdoc: 0.91 -> 1.0 (#43159) 2018-07-14 22:00:27 +02:00
Mario Rodas 1c88d0c6bd z3: fix darwin build (#43526) 2018-07-14 21:49:47 +02:00
Yuriy Taraday 06ec2a9f19 chromium: fix 68 (beta) build
Also replace openh264 patch with one landed in upstream.
2018-07-14 23:07:46 +04:00
Jens Binkert 0f55c40186 terraform-provider-ibm: 0.11.0 -> 0.11.1 (#43516) 2018-07-14 20:59:42 +02:00
Johannes Frankenau e6f61bb933 rapid-photo-downloader: init at 0.9.9 2018-07-14 20:45:16 +02:00
Michael Weiss c4fca64980 signal-desktop: 1.14.0 -> 1.14.1 2018-07-14 20:36:31 +02:00
Vladyslav M be2fc16104 gutenberg: 0.3.1 -> 0.3.4 (#43513) 2018-07-14 20:32:15 +02:00
Vladimír Čunát 0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
volth e3d6f6f202
processing3: fix crash under XFCE 2018-07-14 15:00:02 +00:00
Jan Tojnar 5011ef2b7a
pulseeffects: 4.1.3 → 4.1.5 2018-07-14 15:52:20 +02:00
Jan Tojnar a4ae6da060
calf: fix memory leak 2018-07-14 15:52:20 +02:00
Benjamin Andresen b07deda268 emacsPackages.cask: 0.8.1 -> 0.8.4 2018-07-14 14:07:23 +02:00
adisbladis e8ec91bb59
Merge pull request #43502 from kalbasit/add-charles
charles: init at 4.2.6
2018-07-14 17:51:09 +08:00
Wael M. Nasreddine d212160762 remove useless flags 2018-07-13 23:19:52 -07:00
Wael M. Nasreddine b24e4e6493 fix the java.library.path 2018-07-13 23:18:51 -07:00
Wael M. Nasreddine 137b4ffbb9 address volth comments 2018-07-13 23:17:31 -07:00
Peter Hoeg bc5f34aed9
Merge pull request #43463 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 24.0.0 -> 25.0.0
2018-07-14 13:35:35 +08:00
Wael M. Nasreddine fdf7402e3a simplify the build phase 2018-07-13 22:28:27 -07:00
adisbladis fccdc1be81
firefox-beta-bin: 62.0b7 -> 62.0b8 2018-07-14 10:52:07 +08:00
adisbladis 4a01bd4a3c
firefox-devedition-bin: 62.0b7 -> 62.0b8 2018-07-14 10:51:59 +08:00
Wael M. Nasreddine f3bf0026a2 charles: init at 4.2.6 2018-07-13 16:11:43 -07:00
Michael Hoang d73fac6b10 termite: Add support for macOS (#43415)
Replace fetchgit with fetchFromGitHub now that it supports fetching
submodules. Remove unnecessary postPatch to add <math.h> as termite
already includes <cmath>. Add a patch to include <errno.h> on all
platforms and remove the --as-needed flag from ld on macOS.
2018-07-14 01:00:39 +02:00
xeji 1e4cd7a810
Merge pull request #43412 from taku0/fix_flashplayer_30.0.0.134
flashplayer: fix hashes
2018-07-14 00:56:42 +02:00
markuskowa 7f1bcb1ebf octopus: 7.2 -> 8.1 (libxc 3.0.1 -> 4.2.3) (#43484) 2018-07-14 00:37:30 +02:00
Timo Kaufmann 85f7fa93bc pythonPackages.cypari2: 1.1.4 -> 1.2.1 (#43496) 2018-07-14 00:17:55 +02:00
Yuriy Taraday c283323c1e chromium: 67.0.3396.87 -> 67.0.3396.99 2018-07-14 01:38:41 +04:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Frederik Rietdijk d0446a5c76
Merge pull request #43436 from timokau/sage-new-flask
sage: replace flask-babel version pin by patch
2018-07-13 18:52:26 +02:00
Frederik Rietdijk f5be292539
Merge pull request #43478 from r-ryantm/auto-update/elisa
elisa: 0.2.0 -> 0.2.1
2018-07-13 18:48:40 +02:00
Frederik Rietdijk 59163c9c1c
Merge pull request #43471 from r-ryantm/auto-update/igv
igv: 2.4.11 -> 2.4.13
2018-07-13 18:47:57 +02:00
Frederik Rietdijk eb41c802b0
Merge pull request #43462 from r-ryantm/auto-update/mytetra
mytetra: 1.42.2 -> 1.43.27
2018-07-13 18:46:46 +02:00
Frederik Rietdijk 40988060d0
Merge pull request #43460 from r-ryantm/auto-update/parity-ui
altcoins.parity-ui: 0.2.5 -> 0.2.8
2018-07-13 18:46:33 +02:00
Frederik Rietdijk 80e5072cb0
Merge pull request #43456 from r-ryantm/auto-update/riot-web
riot-web: 0.15.6 -> 0.15.7
2018-07-13 18:45:48 +02:00
Frederik Rietdijk f85276ca28
Merge pull request #43464 from r-ryantm/auto-update/musescore
musescore: 2.3 -> 2.3.1
2018-07-13 18:41:33 +02:00
Frederik Rietdijk d072199534
Merge pull request #43448 from r-ryantm/auto-update/xmrig-proxy
xmrig-proxy: 2.6.3 -> 2.6.4
2018-07-13 18:41:20 +02:00
Frederik Rietdijk 499a8f465c
Merge pull request #43469 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.8-2 -> 7.0.8-6
2018-07-13 18:39:24 +02:00
R. RyanTM 099cfa3e60 xmrig: 2.6.3 -> 2.6.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/xmrig/versions.
2018-07-13 16:01:31 +00:00
Michael Raskin 9932071581
Merge pull request #43472 from r-ryantm/auto-update/golly
golly: 3.1 -> 3.2
2018-07-13 15:51:31 +00:00
Will Dietz efdf4711d8
Merge pull request #43445 from dtzWill/fix/yices-symlink
yices: fix symlink created to match version
2018-07-13 10:11:49 -05:00
Michael Weiss c4d94d64c3 signal-desktop: 1.13.0 -> 1.14.0 2018-07-13 16:19:18 +02:00
Michael Weiss 33719a9108 androidStudioPackages.{dev,canary}: 3.3.0.1 -> 3.3.0.2 2018-07-13 16:09:04 +02:00
Michael Weiss 67a4ac8f90 androidStudioPackages.beta: 3.2.0.19 -> 3.2.0.20 2018-07-13 16:04:13 +02:00
Will Dietz ec3df4d40c
Merge pull request #43457 from dtzWill/update/abc-verifier-2018
abc-verifier: 20160818 -> 2018-07-08
2018-07-13 08:29:32 -05:00
R. RyanTM 4692c08516 elisa: 0.2.0 -> 0.2.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/elisa/versions.
2018-07-13 04:51:06 -07:00
goibhniu e32023d4f1
Merge pull request #43146 from Enzime/update/mumble_git
mumble_git: 2018-01-12 -> 2018-07-01
2018-07-13 12:19:18 +01:00
worldofpeace d2c2f34c44 lollypop: remove easytag 2018-07-13 06:49:13 -04:00
Frederik Rietdijk a659bb01a9
Merge pull request #43364 from FRidh/fltk
fltk: get rid of composableDerivation
2018-07-13 12:46:12 +02:00
R. RyanTM d25ec8df03 golly: 3.1 -> 3.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/golly/versions.
2018-07-13 03:02:59 -07:00
R. RyanTM ab535c2757 igv: 2.4.11 -> 2.4.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/igv/versions.
2018-07-13 02:49:22 -07:00
R. RyanTM 178b2ba17e imagemagick7: 7.0.8-2 -> 7.0.8-6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/imagemagick/versions.
2018-07-13 02:35:32 -07:00
R. RyanTM ff28a91663 nomacs: 3.10.0 -> 3.10.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/nomacs/versions.
2018-07-13 00:53:09 -07:00
R. RyanTM dce46c5e18 musescore: 2.3 -> 2.3.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/musescore/versions.
2018-07-13 00:43:29 -07:00
R. RyanTM 9cdf5ab775 mkvtoolnix: 24.0.0 -> 25.0.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/mkvtoolnix/versions.
2018-07-13 00:18:47 -07:00
R. RyanTM 19e8007d57 mytetra: 1.42.2 -> 1.43.27
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mytetra/versions.
2018-07-12 23:41:36 -07:00
R. RyanTM a0fcf2c54c altcoins.parity-ui: 0.2.5 -> 0.2.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/parity-ui/versions.
2018-07-12 22:51:25 -07:00
Will Dietz f731c99e7d abc-verifier: 20160818 -> 2018-07-08
Now hosted on github.
2018-07-12 21:44:56 -05:00
R. RyanTM d3f5b962ca riot-web: 0.15.6 -> 0.15.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/riot-web/versions.
2018-07-12 19:15:40 -07:00
Peter Hoeg 9bbb84f622
Merge pull request #43424 from dtzWill/update/qtmatrix-quaternion
libqmatrixclient: 0.2.1 -> 0.3.0.2; quaternion: 0.0.9 -> 0.0.9.2
2018-07-13 09:45:12 +08:00
R. RyanTM 606560fd7d xmrig-proxy: 2.6.3 -> 2.6.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/xmrig-proxy/versions.
2018-07-12 17:56:23 -07:00
Will Dietz 946a65ca5c yices: use lib.splitString, not everyone has builtins.splitVersion 2018-07-12 19:11:06 -05:00
Will Dietz 237c8f4148 yices: simplify ln command 2018-07-12 18:52:10 -05:00
Edmund Wu 4d1900ac6e
glava: adjust syntax in patchelf command 2018-07-12 19:50:14 -04:00
Will Dietz 6ff8685057 yices: fix symlink to match version of package
To help avoid this happening again, derive the string to use
from the version directly instead of embedding it in installPhase.
2018-07-12 18:46:28 -05:00
Will Dietz c78b0efdc0
Merge pull request #43441 from dtzWill/update/libpoly-but-really-just-cleanup-a-bit
libpoly: 0.1.5 -> 0.1.7 (noop), cleanup a bit to modern style
2018-07-12 17:58:07 -05:00
Will Dietz 86a98dc982
Merge pull request #43438 from dtzWill/feature/xscope
xscope: init at 1.4.1
2018-07-12 17:46:56 -05:00
Will Dietz d3a595f190 libpoly: 0.1.5 -> 0.1.7 (noop), cleanup a bit to modern style 2018-07-12 17:06:57 -05:00
Will Dietz 81c7e8e0a5 xscope: init at 1.4.1
See the xscope README for more information:

https://cgit.freedesktop.org/xorg/app/xscope/tree/README
2018-07-12 16:22:43 -05:00
Alexander Krupenkin b26c224293 parity: 1.10.8 -> 1.10.9 (#43411) 2018-07-12 23:10:49 +02:00
Timo Kaufmann 35896e3506 sage: replace flask-babel version pin by patch 2018-07-12 22:55:16 +02:00
Austin Seipp 54e9f7dcbe z3: move to multiple output packages
The Z3 source code is effectively compiled into two completely separate
objects: the z3 binary file, and the libz3.so library -- but the binary is not
linked against the shared library, it simply incorporates all of the object
files. The Z3 code base results in an ~25MB object on x86_64-linux. As a
result, splitting bin/ and lib/ results in a 50% reduction in closure size.

(The include/ directory is also surprisingly large at .5MB...)

This also splits the python API into a completely separate .python attribute,
as well.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-12 15:48:48 -05:00
Timo Kaufmann d37c23c699 jmol: 14.29.12 -> 14.29.17 (#43429) 2018-07-12 22:31:52 +02:00
Pascal Wittmann e137f80e62
wikicurses: 1.3 -> 1.4 2018-07-12 21:53:48 +02:00
Tad Fisher 5dc1d746cf zoom-us: fix runtime qt environment 2018-07-12 12:03:56 -07:00
Will Dietz 5a1310da7f quaternion: 0.0.9 -> 0.0.9.2 2018-07-12 12:33:13 -05:00