Commit Graph

267744 Commits

Author SHA1 Message Date
R. RyanTM
9a0574ca8d visidata: 2.1.1 -> 2.2 2021-02-03 03:42:20 +00:00
Sandro
6b8fca6b57
Merge pull request #111663 from mweinelt/ajour
ajour: 0.6.3 -> 0.7.0
2021-02-03 01:34:05 +01:00
Sandro
2f3e642e95
Merge pull request #111666 from danieldk/1password-0.9.11
_1password-gui: 0.9.10-5 -> 0.9.11-3
2021-02-03 01:15:41 +01:00
Stevan Andjelkovic
bf6df7187e
graalvm-ce-20.2.0 -> 20.3.0 + darwin support. (#105815)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-02 23:16:43 +01:00
Michael Raskin
e83ab2e04d
Merge pull request #111039 from 0x4A6F/master-firejail
firejail: 0.9.64 -> 0.9.64.2
2021-02-02 22:15:03 +00:00
Bernardo Meurer
8c7faca5b4
Merge pull request #111249 from r-ryantm/auto-update/glusterfs
glusterfs: 8.3 -> 9.0
2021-02-02 22:09:21 +00:00
Sandro
30ffb9a6a6
Merge pull request #111670 from dotlambda/CVE-2019-5544
openslp: add patch for CVE-2019-5544
2021-02-02 22:41:21 +01:00
Sandro
9724b68951
Merge pull request #111665 from ymatsiuk/fluxcd
fluxcd: 0.7.5 -> 0.7.6
2021-02-02 22:40:41 +01:00
Sandro
99a69d3fbe
Merge pull request #111664 from 06kellyjac/terragrunt 2021-02-02 22:40:20 +01:00
Tom McLaughlin
1d4dec4021
tmux-mem-cpu-load: init at 3.4.0 (#111609) 2021-02-02 22:39:14 +01:00
markuskowa
8ac9443503
Merge pull request #111677 from markuskowa/upd-oisns
open-isns: 0.100 -> 0.101
2021-02-02 22:17:47 +01:00
Florian Klink
c0974f3604
Merge pull request #111669 from apeyroux/up-masterpdf-5720
masterpdfeditor: 5.6.09 -> 5.7.20
2021-02-02 21:55:49 +01:00
Markus Kowalewski
2576e20085
open-isns: 0.100 -> 0.101 2021-02-02 21:39:49 +01:00
Sandro
ba5029b64e
Merge pull request #111681 from SuperSandro2000/fix-galene
galene: Fix wrong input
2021-02-02 21:38:38 +01:00
Sandro Jäckel
23d381f629
galene: Fix wrong input
Sorry about that...
2021-02-02 21:36:03 +01:00
Sandro Jäckel
2a09e446a0
galene: Remove stdenv.lib 2021-02-02 21:14:05 +01:00
Jan Tojnar
cb52887c38
Revert "deja-dup: add dconf"
This reverts commit 84698bab23.

dconf is already there from wrapGAppsHook.
2021-02-02 20:23:58 +01:00
Martin Weinelt
6c6aec24c0
Merge pull request #111650 from fabaff/license-autossh
autossh: add license
2021-02-02 20:01:51 +01:00
Sandro
e9876afb9c
Merge pull request #109414 from rgrunbla/galene
galene: init at 0.2
2021-02-02 20:00:09 +01:00
Sandro
c13dc4a5d5
Merge pull request #111638 from jollheef/cmsis-svd
python3Packages.cmsis-svd: init at 0.4
2021-02-02 19:57:56 +01:00
Jan Tojnar
27eb2fb8e2
gnome3.gnome-software: clean up
- Format expression
- Correct license
2021-02-02 19:55:00 +01:00
Sandro
e9d257c066
Merge pull request #111292 from tu-maurice/unstable/xviewer-2.8.3
cinnamon.xviewer: init at 2.8.3
2021-02-02 19:54:29 +01:00
Sandro
ad29e42225
Merge pull request #111366 from tu-maurice/unstable/fishnet-2.2.3
fishnet: init at 2.2.3
2021-02-02 19:50:13 +01:00
Sandro
f7537c59dd
Merge pull request #111652 from 06kellyjac/boundary
boundary: 0.1.4 -> 0.1.5
2021-02-02 19:46:53 +01:00
Dmitry Kalinkin
6ba1fbdd37
Merge pull request #110605 from veprbl/pr/qt515_qtwebengine_darwin_patch_update
qt515.qtwebengine: update darwin patches
2021-02-02 13:34:18 -05:00
Timo Kaufmann
6f7290c88c
Merge pull request #110577 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.20.3 -> 1.20.4
2021-02-02 18:07:29 +00:00
06kellyjac
de58595c5d terragrunt: 0.28.0 -> 0.28.1 2021-02-02 17:55:15 +00:00
Alexandre Peyroux
c458b38ae6
masterpdfeditor: 5.6.09 -> 5.7.20 2021-02-02 18:47:42 +01:00
Robert Schütz
c3ae50892c openslp: add patch for CVE-2019-5544 2021-02-02 18:37:09 +01:00
Alyssa Ross
8bad690603 autoreconfHook: make overridable
Some packages have specific autotools requirements that don't apply to
any other packages.  We want to be able to use autoreconfHook for
these packages with the required autotools versions, but we don't want
to have to makeSetupHook for each one, or have a top-level attribute
for every combination.

So, use callPackage around the makeSetupHook call so that the
autotools used by autoreconfHook can be overridden.  This way, a
custom autoreconfHook can be passed to a package like this:

    autoreconfHook = with buildPackages;
      autoreconfHook.override { automake = automake115x; };

And we can simplify the definitions of our existing autoreconfHook264
and autoreconfHook269 attributes.
2021-02-02 17:14:29 +00:00
Alyssa Ross
cfa16434c2 weechatScripts.weechat-matrix: fix PYTHONPATH
matrix.py tries to import its dependencies, and its own code from
$out/${python.sitePackages}, and neither of these worked because
nothing was telling Python where to load that stuff from.

Using patchPythonScript made it so matrix.py could find its
dependencies, but it still wasn't able to find its own code, so that
had to be added to program_PYTHONPATH beforehand so patchPythonScript
would include it as well.

Fixes: https://github.com/NixOS/nixpkgs/issues/89499
2021-02-02 17:13:53 +00:00
Daniël de Kok
75978e83d8 _1password-gui: 0.9.10-5 -> 0.9.11-3
Changelog:
https://1password.community/discussion/118649/1password-for-linux-beta-0-9-11
2021-02-02 18:09:20 +01:00
Jan Tojnar
410bbd828c
Merge pull request #111613 from jtojnar/flatpak-1.10
flatpak: 1.8.2 → 1.10.1
2021-02-02 17:51:33 +01:00
Yurii Matsiuk
cebfb4acd1
fluxcd: 0.7.5 -> 0.7.6 2021-02-02 17:42:51 +01:00
06kellyjac
cb2949a512 terragrunt: 0.27.4 -> 0.28.0 2021-02-02 16:35:28 +00:00
Martin Weinelt
06309fa1c4
ajour: 0.6.3 -> 0.7.0 2021-02-02 17:27:52 +01:00
Tim Steinbach
fab6fcdceb
sbt-extras: 2020-12-26 → 2021-02-01 2021-02-02 11:07:23 -05:00
Sandro
c63f0ffed8
Merge pull request #111646 from SuperSandro2000/fix-collection7 2021-02-02 16:29:56 +01:00
adisbladis
eeea7b1922
Merge pull request #111649 from tweag/poetry2nix-1_15_0
poetry2nix: 1.14.0 -> 1.15.2
2021-02-02 15:37:26 +01:00
adisbladis
35aed860a0
CODEOWNERS Add adisbladis as poetry2nix owner 2021-02-02 15:21:13 +01:00
adisbladis
e0961cb5f3
poetry2nix: 1.14.0 -> 1.15.2 2021-02-02 15:21:10 +01:00
Sandro
add90df40f
Merge pull request #111405 from kf5grd/gomacro 2021-02-02 15:19:19 +01:00
06kellyjac
e602d93c90 boundary: 0.1.4 -> 0.1.5 2021-02-02 14:13:25 +00:00
Martin Weinelt
4499ac8c75
Merge pull request #110171 from r-ryantm/auto-update/openvswitch
openvswitch: 2.14.0 -> 2.14.1
2021-02-02 14:53:21 +01:00
Sandro Jäckel
19f0b1b09d
pythonPackages.deform: Remove stale substituteInPlace 2021-02-02 14:46:12 +01:00
Sandro Jäckel
56df259a79
archivy: Remove stale substituteInPlace 2021-02-02 14:46:12 +01:00
Sandro Jäckel
158626ad6f
pythonPackages.dufte: Enable all tests 2021-02-02 14:46:11 +01:00
Sandro Jäckel
c320ca389b
keyfinder: Remove stale subsituteInPlace, enableParallelBuilding which is set by qmake 2021-02-02 14:46:11 +01:00
Sandro Jäckel
6e3b60e2c9
pythonPackages.doit: Disable tests on darwin 2021-02-02 14:46:10 +01:00
Sandro Jäckel
07860aaab7
rocclr: Remove stale substituteInPlace 2021-02-02 14:46:10 +01:00