Commit Graph

267721 Commits

Author SHA1 Message Date
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
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
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
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
Sandro Jäckel 4b9908322c pythonPackages.nbdime: Fix test execution 2021-02-02 14:46:10 +01:00
Sandro Jäckel b434939d39 pythonPackages.git-sweep: Disable tests 2021-02-02 14:46:09 +01:00
Sandro Jäckel e08919c891 legit: Disable tests 2021-02-02 14:46:08 +01:00
Sandro Jäckel 1674178ca1 git-repo-update: Disable tests 2021-02-02 14:46:07 +01:00
Sandro Jäckel fafb529dd7 fdroidserver: Disable tests 2021-02-02 14:46:07 +01:00
Sandro Jäckel 8c16010b06 pythonPackages.apache-airflow: Remove stale substituteInPlace 2021-02-02 14:46:07 +01:00
Sandro Jäckel 6ad10c3bcd treewide: Remove doBuild cause it does not exist 2021-02-02 14:46:06 +01:00
Sandro Jäckel c1e35a4b63 gauche: mark broken on darwin 2021-02-02 14:46:05 +01:00
Sandro Jäckel b3850ac9d4 pythonPackages.exdown: Init at 0.7.1 2021-02-02 14:46:05 +01:00
Fabian Affolter 27f33459d4 autossh: add license 2021-02-02 14:38:15 +01:00
Fabian Affolter f5a0053546 lib.licenses: add bsd1 (BSD 1-Clause License) 2021-02-02 14:37:19 +01:00
Sandro 6d18d8ece7 Merge pull request #111644 from 0x4A6F/master-routinator
routinator: 0.8.2 -> 0.8.3
2021-02-02 14:23:47 +01:00
Sandro 7c5064e14a Merge pull request #111153 from helsinki-systems/hadoop
nixos/hadoop: add types
2021-02-02 14:14:41 +01:00
Sandro f37eee4931 Merge pull request #111511 from risicle/ris-pysaml2-6.5.1
pythonPackages.pysaml2: 5.0.0 -> 6.5.1, addressing CVE-2021-21238 & CVE-2021-21239
2021-02-02 14:11:51 +01:00
Sandro 5c289fb23a Merge pull request #111492 from RobinKrom/flutter_addition_emulator_dependencies
flutter: added dev libraries for the emulator
2021-02-02 14:11:16 +01:00
Vladimír Čunát 7ca350660d Merge #111495: nixosTests.installer: Increase memory for the VM 2021-02-02 14:02:58 +01:00
Sandro ae625d98cd Merge pull request #111640 from CheariX/joplin-desktop-1.7.10
joplin-desktop: 1.6.7 -> 1.7.10
2021-02-02 13:56:25 +01:00
Sandro abf38ef9c5 Merge pull request #111639 from onsails/vim-plugins 2021-02-02 13:55:35 +01:00
Mikhail Klementev ab2f1e78cd python3Packages.cmsis-svd: init at 0.4 2021-02-02 12:45:21 +00:00
Sandro Jäckel 98ce12a8fe pythonPackages.somajo: Disable tests on darwin because they are stuck 2021-02-02 13:37:56 +01:00
Sandro Jäckel c51d050d7c pythonPackages.pyslurm: Mark linux only 2021-02-02 13:37:55 +01:00