Commit Graph

57107 Commits

Author SHA1 Message Date
Martin Weinelt
35fcd0461e
Merge pull request #111807 from fabaff/xboxapi
python3Packages.xboxapi: init at 2.0.1
2021-02-04 13:33:55 +01:00
Fabian Affolter
9445f43a69 python3Packages.xboxapi: init at 2.0.1 2021-02-04 08:49:24 +01:00
Martin Weinelt
a2ed0cc6d7
Merge pull request #111785 from mweinelt/home-assistant
home-assistant: 2021.1.5 -> 2021.2.0
2021-02-04 02:39:55 +01:00
Ben Wolsieffer
986a0c5d9a linuxPackagesFor: fix overriding kernel attribute
The "kernel" argument to linuxPackagesFor was taking precedence over the
"self.kernel" attribute brought into scope by the "with self;" statement. This
prevented the makeExtensible machinery from working correctly when "kernel"
was overridden.
2021-02-03 20:31:22 -05:00
Martin Weinelt
3c93ee3c20
python3Packages.hijri-converter: init at 2.1.1 2021-02-04 02:09:56 +01:00
Martin Weinelt
8557a6e0c6
python3Packages.python-openzwave-mqtt: init at 1.4.0 2021-02-04 00:44:24 +01:00
Martin Weinelt
91f78faa40
python3Packages.asyncio-mqtt: init at 0.8.0 2021-02-04 00:44:24 +01:00
Sandro
c31388b6aa
Merge pull request #111757 from dotlambda/texworks-qt515
texworks: use Qt 5.15
2021-02-03 21:30:10 +01:00
Sandro
b6a71423d5
Merge pull request #111758 from dotlambda/rclone-browser-qt515
rclone-browser: use Qt 5.15
2021-02-03 21:28:59 +01:00
Anderson Torres
8bf1bc692c
Merge pull request #110512 from neosimsim/agda-dont-install-Everything
Agda don't install Everything module
2021-02-03 15:56:34 -03:00
Fabian Affolter
84210a8538 python3Packages.pysyncobj: init at 0.3.7 2021-02-03 10:52:46 -08:00
Sandro
77da66eb12
Merge pull request #111734 from stigtsp/perl/email-stuffer-init
perlPackages.EmailStuffer: init at 0.018
2021-02-03 19:04:29 +01:00
Sandro
7750e6a2c9
Merge pull request #111621 from OPNA2608/refactor/rtaudio_rtmidi/21.03 2021-02-03 18:13:01 +01:00
Sandro
5068ddfc42
Merge pull request #111728 from petabyteboy/feature/pylxd
python3Packages.pylxd: init at 2.3.0
2021-02-03 18:12:28 +01:00
Sandro
0829a51862
Merge pull request #109626 from holymonson/darwin-impure-cmds
darwin: add impure-cmds
2021-02-03 18:11:58 +01:00
adisbladis
a2a05d2bfe
nixopsUnstable: 1.7pre2764_932bf4 -> 2.0.0-pre 2021-02-03 16:03:03 +01:00
Robert Schütz
b2e5c48ab3 texworks: use Qt 5.15 2021-02-03 15:28:45 +01:00
Robert Schütz
59ef9e5a16 rclone-browser: use Qt 5.15 2021-02-03 14:50:58 +01:00
Sandro
5c7a370a20
Merge pull request #111685 from humancalico/dotenv-linter 2021-02-03 14:50:27 +01:00
Sandro
9a15b4dd19
Merge pull request #111697 from AndersonTorres/chemtool 2021-02-03 14:45:50 +01:00
OPNA2608
6c22ff0654 rtaudio: refactor 2021-02-03 14:40:08 +01:00
OPNA2608
d8262fc7fb rtmidi: refactor 2021-02-03 14:40:07 +01:00
AndersonTorres
7e481eed2d chemtool: init at 1.6.14 2021-02-03 08:48:32 -03:00
Sandro
2f79819ce2
Merge pull request #111273 from numinit/armagetronad 2021-02-03 11:45:48 +01:00
Milan Pässler
790a3f4407
python3Packages.pylxd: init at 2.3.0 2021-02-03 11:20:27 +01:00
Stig Palmquist
ed451f314e perlPackages.EmailStuffer: init at 0.018 2021-02-03 11:03:28 +01:00
Morgan Jones
833ccbaf63 armagetronad-dedicated: init at 0.2.9.1.0 2021-02-03 00:47:57 -07:00
Mikhail Klementev
c523108906 python3Packages.keystone-engine: init at 0.9.2 2021-02-02 23:00:52 -08:00
Akshat Agarwal
61947bee3f
dotenv-linter: init at 3.0.0 2021-02-03 05:33:22 +05:30
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
Tom McLaughlin
1d4dec4021
tmux-mem-cpu-load: init at 3.4.0 (#111609) 2021-02-02 22:39:14 +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
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
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
Sandro
c63f0ffed8
Merge pull request #111646 from SuperSandro2000/fix-collection7 2021-02-02 16:29:56 +01:00
Sandro
add90df40f
Merge pull request #111405 from kf5grd/gomacro 2021-02-02 15:19:19 +01:00
Sandro Jäckel
b3850ac9d4
pythonPackages.exdown: Init at 0.7.1 2021-02-02 14:46:05 +01:00
Mikhail Klementev
ab2f1e78cd
python3Packages.cmsis-svd: init at 0.4 2021-02-02 12:45:21 +00:00
Daniël de Kok
f247846274
Merge pull request #111637 from rasendubi/planner-remove
planner: remove
2021-02-02 11:58:35 +01:00
taku0
4ceb20b49b
Merge pull request #107167 from matthiasbeyer/init-tageditor
tageditor: init at 3.3.10, tagparser: init at 9.4.0
2021-02-02 19:18:29 +09:00
Alexey Shmalko
8d5b2d3dfd
planner: remove 2021-02-02 10:53:54 +02:00
sternenseemann
f31d62b49e
ocamlPackages.semaphore-compat: init at 1.0.1 2021-02-02 08:34:06 +01:00
Anderson Torres
eca54e37ae
Merge pull request #111615 from AndersonTorres/waybox
waybox: init at unstable-2020-05-01
2021-02-02 00:50:03 -03:00
AndersonTorres
f5e4a32d4b waybox: init at unstable-2020-05-01 2021-02-01 21:36:46 -03:00
Sandro
995e8c122f
Merge pull request #111544 from mweinelt/gobby 2021-02-02 00:47:30 +01:00
Sandro
2e7a585be3
Merge pull request #111600 from Luflosi/simplify-binwalk
binwalk: simplify visualizationSupport code
2021-02-02 00:44:43 +01:00
Sandro
3402175d3f
Merge pull request #111151 from 06kellyjac/boundary
boundary: init at 0.1.4
2021-02-02 00:40:44 +01:00
Sandro
d21b1b26a1
Merge pull request #111396 from twhitehead/ovito
ovito: init at 3.4.0
2021-02-02 00:38:43 +01:00
Sandro
dab863e0d1
Merge pull request #108794 from wamserma/ossf-criticality-score
pythonPackages.criticality-score: init at 1.0.7
2021-02-02 00:31:40 +01:00