Jonas Chevalier
1e910209ae
mkShell: make it buildable ( #153194 )
...
When I designed `mkShell`, I didn't have a good idea of what the output
should look like and so decided to make the build fail. In practice,
this causes quite a bit of confusion and complications because now the
shell cannot be part of a normal package set without failing the CI as
well.
This commit changes that build phase to record all the build inputs in a
file. That way it becomes possible to build it, makes sure that all the
build inputs get built as well, and also can be used as a GC root.
(by applying the same trick as #95536 ).
The documentation has also been improved to better describe what mkShell
does and how to use it.
2022-01-08 01:54:04 +01:00
zowoq
cacab72b75
go_1_17: 1.17.5 -> 1.17.6
2022-01-08 10:38:36 +10:00
Jörg Thalheim
4601b356f8
Merge pull request #153918 from Mic92/fio
...
fio: add missing six dependency
2022-01-08 00:23:20 +00:00
R. RyanTM
c5e9e73029
gmsh: 4.9.0 -> 4.9.2
...
* gmsh: 4.9.0 -> 4.9.2 (#152872 )
* gmsh: use https
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-08 01:18:15 +01:00
Jörg Thalheim
ec66a6a08f
Merge pull request #153906 from rhoriguchi/vscode-extensions.hashicorp.terraform
...
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0
2022-01-08 00:03:36 +00:00
Jörg Thalheim
dada50c259
Merge pull request #153894 from lourkeur/update/dwm
...
dwm: 6.2 -> 6.3
2022-01-08 00:00:17 +00:00
Jörg Thalheim
0d5df8ce3b
Merge pull request #153903 from Izorkin/update-netdata
...
netdata: 1.31.0 -> 1.32.1
2022-01-07 23:53:43 +00:00
Jörg Thalheim
de6739642c
fio: add missing six dependency
2022-01-08 00:43:07 +01:00
Martin Weinelt
10314dac8f
Merge pull request #153889 from mweinelt/wordpress
2022-01-08 00:42:22 +01:00
José Romildo Malaquias
489f421e96
Merge pull request #153497 from romildo/upd.graphite-gtk-theme
...
graphite-gtk-theme: init at unstable-2022-01-04
2022-01-07 20:15:01 -03:00
Maximilian Bosch
4979df6ca1
Merge pull request #153911 from jyooru/update/feh
...
feh: 3.7.2 -> 3.8
2022-01-07 23:50:23 +01:00
Joel
c94d5d98f7
feh: 3.7.2 -> 3.8
2022-01-08 08:29:03 +10:00
Michael Weiss
0b9e3edac8
Merge pull request #153861 from michaeladler/ungoogled-chromium
...
ungoogled-chromium: 96.0.4664.110 -> 97.0.4692.71
2022-01-07 23:23:44 +01:00
Ryan Horiguchi
807d89ced3
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0
2022-01-07 23:02:34 +01:00
Izorkin
4b4022db06
netdata: 1.31.0 -> 1.32.1
2022-01-08 00:38:17 +03:00
Izorkin
156393e104
netdata: go.d.plugin: 0.28.1 -> 0.31.0
2022-01-08 00:38:10 +03:00
Jonathan Ringer
cc091b950c
python3Packages.opencv4: fix installation metadata
2022-01-07 13:38:06 -08:00
Maciej Krüger
801d832872
Merge pull request #125451 from zhaofengli/qemu-riscv64-sd-image
2022-01-07 22:14:05 +01:00
Louis Bettens
1640412a3e
dwm: 6.2 -> 6.3
2022-01-07 22:11:59 +01:00
Fabian Affolter
5034c5c27f
Merge pull request #153829 from fabaff/fixgradient-utils
...
python3Packages.gradient-utils: disable metrics tests, python3Packages.gradient: 1.8.13 -> 1.9.1
2022-01-07 22:06:19 +01:00
Florian Klink
493931ec20
Merge pull request #153877 from jonringer/lensfun
...
lensfun: make sourceRoot independent
2022-01-07 21:29:20 +01:00
Gabriel Ebner
d2c7d56b80
Merge pull request #153887 from collares/lean-3.37.0
...
lean: 3.36.0 -> 3.37.0
2022-01-07 21:08:34 +01:00
Martin Weinelt
e00d16cfbd
Merge pull request #153675 from mweinelt/funkwhale-deps
2022-01-07 21:03:36 +01:00
Martin Weinelt
267d073ac0
wordpress: 5.8.2 -> 5.8.3
2022-01-07 21:00:43 +01:00
Mauricio Collares
81d4c28748
lean: 3.36.0 -> 3.37.0
2022-01-07 16:51:55 -03:00
Jonathan Ringer
568e0bc498
Revert "python3Packages.pip-tools: 6.3.1 -> 6.4.0"
...
This reverts commit 68f6e0321f
.
2022-01-07 09:43:53 -08:00
Ryan Mulligan
c0bb6b8023
Merge pull request #153157 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.37 -> 1.38
2022-01-07 09:41:59 -08:00
sternenseemann
628e9059a9
ocamlPackages.ca-certs-nss: 3.71.0.1 -> 3.74
2022-01-07 18:40:52 +01:00
Jonathan Ringer
a48ac877a6
lensfun: make sourceRoot independent
2022-01-07 09:36:49 -08:00
Jean-Baptiste Giraudeau
785f04f986
varnish: use jemalloc instead of glibc's malloc on linux.
...
this is the recommanded default, as glibc cause memory leaks:
"We ran into a problem with glibc's malloc on Linux where it seemed
like it failed to ever give memory back to the OS, causing the system
to swap. We have now switched to jemalloc which appears not to have
this problem." (from varnish-cache/doc/changes.rst)
2022-01-07 09:35:27 -08:00
Alexander Tsvyashchenko
0701f2904b
python3Packages.tensorflow-metadata: init at 1.5.0 ( #153767 )
2022-01-07 09:23:20 -08:00
Alexander Tsvyashchenko
292e674bb1
python3Packages.flax: init at 0.3.6 ( #153761 )
2022-01-07 09:22:38 -08:00
José Romildo
6b9d877c85
graphite-gtk-theme: init at unstable-2022-01-04
2022-01-07 14:16:46 -03:00
Daniel Schaefer
bc65e6e142
Merge pull request #153821 from petrosagg/materialize-0.15.0
2022-01-07 17:51:33 +01:00
Vincent Ambo
1bdceb9628
xsecurelock: add coreutils to saver_blank script path
...
This script is used to delay something in a loop that is active while
xscreensaver is running.
Since it calls `sleep` from coreutils, the effect of `sleep` not being
on $PATH is that it turns into a busy loop that does nothing, causing
a variety of problems with things like resuming from suspend if a
screenlocker is active.
Situations where coreutils might not be on $PATH are, for example,
cases where xscreensaver is launched via a systemd-unit (e.g. through
xss-lock).
I've been running xsecurelock with this change for a while (since
https://cl.tvl.fyi/c/depot/+/4403 ) and it has resolved these issues
for me.
2022-01-07 17:48:50 +01:00
Daniel Schaefer
3980514793
Merge pull request #153167 from r-ryantm/auto-update/pcm
2022-01-07 17:16:42 +01:00
Florian Klink
2b8ccd95c4
Merge pull request #153489 from flokli/golden-cheetah-inline-patch
...
golden-cheetah: inline patch
2022-01-07 17:15:45 +01:00
R. RyanTM
57bf320aad
libmysqlconnectorcpp: 8.0.23 -> 8.0.27
...
(#153186 )
2022-01-07 17:10:57 +01:00
Daniel Schaefer
32e943dbc3
Merge pull request #153856 from figsoda/update-csview
2022-01-07 17:10:25 +01:00
Renaud
05134908ad
Merge pull request #153198 from steamwalker/abiword
...
abiword: 3.0.4 -> 3.0.5
2022-01-07 17:09:50 +01:00
Felix Bühler
f52c2deef6
Merge pull request #153852 from figsoda/update-oha
...
oha: 0.4.7 -> 0.5.0
2022-01-07 16:52:27 +01:00
figsoda
6942b34b72
Merge pull request #153846 from jyooru/update/btop
...
btop: 1.1.3 -> 1.1.4
2022-01-07 10:43:28 -05:00
Felix Bühler
557482250c
Merge pull request #153855 from figsoda/update-cargo-tally
...
cargo-tally: 1.0.0 -> 1.0.2
2022-01-07 16:42:57 +01:00
Michael Adler
77eb74e19d
ungoogled-chromium: 96.0.4664.110 -> 97.0.4692.71
2022-01-07 16:32:20 +01:00
Bobby Rong
470d1212c8
Merge pull request #153827 from datafoo/vscode-extensions.streetsidesoftware.code-spell-checker
...
vscode-extensions.streetsidesoftware.code-spell-checker: 1.10.2 -> 2.0.14
2022-01-07 23:26:06 +08:00
Bobby Rong
409501180e
Merge pull request #153832 from datafoo/vscode-extensions.davidanson.vscode-markdownlint
...
vscode-extensions.davidanson.vscode-markdownlint: 0.42.1 -> 0.45.0
2022-01-07 23:21:03 +08:00
Bobby Rong
6695286d1d
Merge pull request #153834 from datafoo/vscode-extensions.stkb.rewrap
...
vscode-extensions.stkb.rewrap: 1.14.0 -> 1.15.4
2022-01-07 23:18:22 +08:00
R. RyanTM
6ececace95
krapslog: 0.3.0 -> 0.3.1
...
(#153258 )
2022-01-07 16:12:40 +01:00
Bobby Rong
a695e68854
Merge pull request #153818 from datafoo/vscode-extensions.jakebecker.elixir-ls
...
vscode-extensions.jakebecker.elixir-ls: init at 0.9.0
2022-01-07 23:09:38 +08:00
Bobby Rong
91e44c0d00
Merge pull request #153816 from datafoo/vscode-extensions.bungcip.better-toml
...
vscode-extensions.bungcip.better-toml: init at 0.3.2
2022-01-07 23:07:03 +08:00