ajs124
93a49b2368
firefox/packages: drop old aliases
...
the 20.03 branchoff happened months ago
2020-07-12 16:30:02 +02:00
R. RyanTM
0b5bc84571
traefik: 2.2.1 -> 2.2.4
2020-07-12 14:25:54 +00:00
Fabian Geiselhart
42b7f16c14
wofi: Package manpages
2020-07-12 16:21:46 +02:00
José Romildo Malaquias
8ce24b220a
Merge pull request #92973 from r-ryantm/auto-update/font-manager
...
font-manager: 0.7.7 -> 0.7.8
2020-07-12 10:30:33 -03:00
José Romildo Malaquias
12b586a6aa
Merge pull request #92979 from r-ryantm/auto-update/iconpack-jade
...
iconpack-jade: 1.22 -> 1.23
2020-07-12 10:24:18 -03:00
Aaron Andersen
5e32ec39ca
nixos/gitolite: provision data directory only before service begins
2020-07-12 09:19:00 -04:00
José Romildo Malaquias
bb834be299
Merge pull request #90221 from gnidorah/cdetheme
...
cde-gtk-theme: small adjustments
2020-07-12 10:15:31 -03:00
Michael Weiss
fc2a4610a1
vaapiIntel: Refactor and improve the build expression ( #92996 )
...
This doesn't cause any changes to the contents of the output path (apart
from the $out reference changing due to the modified expression).
2020-07-12 14:29:18 +02:00
R. RyanTM
62a44f8efa
pshs: 0.3.3 -> 0.3.4
2020-07-12 11:42:29 +00:00
Doron Behar
359f2345c0
hplip: Remove all python related gcc references
...
Use in stripDebugList python sitePackages directory used by the build,
and don't hard code python3.7's sitePackages path.
2020-07-12 14:24:05 +03:00
R. RyanTM
eeab7d4a2f
vaapiIntel: 2.4.0 -> 2.4.1 ( #89983 )
2020-07-12 13:08:51 +02:00
Sarah Brofeldt
e3ad2582a9
Merge pull request #92955 from etu/relax-additional-hass-dep
...
home-assistant: Fix dependency restriction
2020-07-12 12:45:51 +02:00
Justin Humm
c2bacafeb9
Merge pull request #90591 from puzzlewolf/sequoia_0.17
...
sequoia: 0.16.0 -> 0.17.0
2020-07-12 12:27:48 +02:00
Florian Klink
3b2b3f7c53
nixos/systemd: add missing defaults, make options nullable
...
Otherwise evaluation will fail if these are not set.
2020-07-12 12:16:26 +02:00
R. RyanTM
a6c5d51add
openimagedenoise: 1.2.1 -> 1.2.2
2020-07-12 10:09:18 +00:00
Oleksii Filonenko
a2e8547c36
Merge pull request #92913 from equirosa/lazygit
...
lazygit: 0.20.4 -> 0.20.5
2020-07-12 12:37:10 +03:00
Oleksii Filonenko
e930b836e6
Merge pull request #92972 from r-ryantm/auto-update/fluxctl
...
fluxctl: 1.19.0 -> 1.20.0
2020-07-12 12:36:11 +03:00
Justin Humm
19cf9923bb
Merge pull request #92937 from RaghavSood/ipfs-migrator/1.6.3
...
ipfs-migrator: 1.5.1 -> 1.6.3
2020-07-12 11:22:22 +02:00
Mario Rodas
9e8cc18327
minikube: install fish completions
2020-07-12 04:20:00 -05:00
Mario Rodas
2c774044e2
minikube: use src.rev as commit
2020-07-12 04:20:00 -05:00
R. RyanTM
c0a0552f10
minikube: 1.11.0 -> 1.12.0
2020-07-12 09:11:50 +00:00
R. RyanTM
e1867b4e5c
logrotate: 3.16.0 -> 3.17.0
2020-07-12 08:36:33 +00:00
R. RyanTM
9b204b34a3
librealsense: 2.35.2 -> 2.36.0
2020-07-12 08:17:52 +00:00
Florian Klink
b7ff71a90c
Merge pull request #92933 from RaghavSood/bug/92910
...
nixos/users-groups: fix mkChangedOptionModule for root password hash
2020-07-12 10:11:43 +02:00
R. RyanTM
ffeb2911c1
lexicon: 3.3.26 -> 3.3.27
2020-07-12 07:45:01 +00:00
Florian Klink
94dc0c006e
Merge pull request #92759 from mdlayher/mdl-systemd-watchdog
...
nixos/systemd: add options for hardware watchdog management
2020-07-12 09:35:25 +02:00
R. RyanTM
721d304103
leatherman: 1.12.0 -> 1.12.1
2020-07-12 07:33:20 +00:00
R. RyanTM
d5f88bfafa
kepubify: 3.1.2 -> 3.1.3
2020-07-12 07:17:25 +00:00
R. RyanTM
880e8452e5
iconpack-jade: 1.22 -> 1.23
2020-07-12 06:44:39 +00:00
Daniël de Kok
2611e96bf3
python3Packages.pytorch: create separate lib output
...
At some point pytorch.dev was added to expose the libtorch headers and
libraries to non-Python users of libtorch. However, this output
currently has two disadvantages:
1. An application that compiles against the dev output will also have
the libtorch header files in its closure. This is not so nice when
e.g. building Docker images of applications that use libtorch.
2. The dev output has a large transitive closure with many dependencies
that are not necessary when compiling against libtorch.
This change adds the `lib` output so that applications that only link
against libtorch libraries have a small closure.
Before this change, the libtorch dependency adds 746MiB:
% nix path-info -S `realpath result-dev`
/nix/store/10rmy81bjk628sfpbj2szxlws6brq1xn-python3.8-pytorch-1.5.1-dev 782203848
With this change it is reduced to 196MiB:
% nix path-info -S `realpath result-lib`
/nix/store/bck65lf0z7gdhcf89w1zs5nz333lhgwa-python3.8-pytorch-1.5.1-lib 205865056
2020-07-12 08:34:19 +02:00
freezeboy
898563323d
adding missing expression
2020-07-12 07:48:18 +02:00
Daniël de Kok
11cdfc0424
Merge pull request #91809 from danieldk/maturin-0.8.2
...
maturin: 0.8.1 -> 0.8.2
2020-07-12 07:42:37 +02:00
R. RyanTM
2aa2ce332b
fsmon: 1.7.0 -> 1.8.1
2020-07-12 05:38:38 +00:00
Daniël de Kok
a36e044be2
Merge pull request #92957 from lopsided98/qgroundcontrol-update
...
qgroundcontrol: 4.0.8 -> 4.0.9
2020-07-12 07:37:29 +02:00
freezeboy
55d6b74f20
bovo: init at 19.12.3
2020-07-12 07:36:32 +02:00
Daniël de Kok
4c40111f1d
maturin: 0.8.1 -> 0.8.2
...
The changelog is not updated, so this has to do:
https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
R. RyanTM
8062c276a8
font-manager: 0.7.7 -> 0.7.8
2020-07-12 05:24:35 +00:00
R. RyanTM
d0816b2c0f
fluxctl: 1.19.0 -> 1.20.0
2020-07-12 05:17:21 +00:00
misuzu
386ebbccf0
pythonPackages.maxminddb: 1.5.2 -> 1.5.4 ( #92793 )
2020-07-12 00:16:20 -04:00
Raghav Sood
23e259cf7d
nixos/users-groups: fix mkChangedOptionModule for root password hash
2020-07-12 02:06:22 +00:00
Florian Klink
9a3c1892ee
Merge pull request #92879 from matthuszagh/glasgow
...
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
2020-07-12 00:26:48 +02:00
Florian Klink
8c0708f0bb
Merge pull request #91424 from i077/restic-rclone-opts
...
nixos/restic: Add rclone options
2020-07-11 23:57:47 +02:00
Matt Huszagh
3a8c2f71a0
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
...
Includes new analyzer applet.
2020-07-11 14:49:16 -07:00
Matt Huszagh
e8fe2e631f
python3Packages.fx2: unstable-2020-01-25 -> 0.9
2020-07-11 14:49:07 -07:00
Florian Klink
4b18e4cef6
Merge pull request #92789 from bachp/ocrmypdf-10.2.0
...
ocrmypdf: 9.8.2 -> 10.2.0
2020-07-11 23:45:36 +02:00
Michele Guerini Rocco
54d7b36a9e
Merge pull request #92899 from r-ryantm/auto-update/randomX
...
randomx: 1.1.7 -> 1.1.8
2020-07-11 23:12:32 +02:00
Sarah Brofeldt
abaf8a9bf0
Merge pull request #92931 from vbgl/ocaml-lambdasoup-0.7.1
...
ocamlPackages.lambdasoup: 0.6.3 -> 0.7.1
2020-07-11 22:48:45 +02:00
Sarah Brofeldt
30e9b02afe
Merge pull request #87052 from acowley/hwdata
...
hwdata: 0.316 -> 0.335
2020-07-11 22:42:59 +02:00
Sarah Brofeldt
aca3de5c13
Merge pull request #92482 from mmilata/mixxx-2.2.4
...
mixxx: 2.2.3 -> 2.2.4
2020-07-11 22:35:15 +02:00
John Ericson
fdbcba838e
Merge pull request #92961 from lopsided98/stdenv-system-fix
...
stdenv: correctly make `stdenv.system` refer to the host platform
2020-07-11 16:19:55 -04:00