Commit graph

247544 commits

Author SHA1 Message Date
Kim Lindberger a5aebef73b
Merge pull request #99395 from talyz/nomachine-6.12.3
nomachine-client: 6.11.2 -> 6.12.3
2020-10-15 09:34:12 +02:00
R. RyanTM 32b2d0d50b agda-pkg: 0.1.50 -> 0.1.51 2020-10-15 07:20:50 +00:00
Andrew Childs 85e0d375cf nix: build with default stdenv
This was required for Nix v2.2.2 which did not build with
libcxx 7. This is no longer required for any current version of Nix.
2020-10-15 16:07:01 +09:00
Doron Behar 0826f2efae
Merge pull request #94049 from CajuM/vulkan-up 2020-10-15 09:53:35 +03:00
Antonio Yang 866ce94402 gitui: 0.9.1 -> 0.10.1
- add python3 for nativeBuildInputs
- add xorg.libxcb for buildInputs

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-10-15 14:18:11 +08:00
Jan Tojnar 2a4607f442
Revert "nixos/display-managers: install sessionData.desktops"
This reverts commit 3cd2b59b8c.

It created infinite recursion when using LXQt, since lxqt module
uses `config.system.path` in `services.xserver.desktopManager.session`.
`config.system.path` is a `buildEnv` that depends on `environment.systemPackages`.
2020-10-15 07:32:08 +02:00
R. RyanTM 69af0c4c35 tzupdate: 2.0.0 -> 2.1.0 2020-10-15 04:39:41 +00:00
R. RyanTM 0ecb2f6705 swiftclient: 3.9.0 -> 3.10.1 2020-10-15 04:05:30 +00:00
R. RyanTM ebd3fc7fd3 vimwiki-markdown: 0.3.0 -> 0.3.1 2020-10-15 03:49:26 +00:00
R. RyanTM efb6a98750 tmuxp: 1.5.5 -> 1.5.6 2020-10-15 03:43:45 +00:00
Mario Rodas a5f819d08b
Merge pull request #92387 from marsam/init-tubeup
pythonPackages.tubeup: init at 0.0.19
2020-10-14 22:16:24 -05:00
Mario Rodas d497f8b360
Merge pull request #100453 from berbiche/deprecate-ytop-gotop
ytop: remove
2020-10-14 21:14:14 -05:00
maralorn ae2630c96a
Merge pull request #91790 from piegamesde/improve-makedesktopitem
make-desktopitem: refactoring, documentation and improvement
2020-10-15 02:42:12 +02:00
Samuel Dionne-Riel f3e4fc9491
Merge pull request #94040 from KAction/doas-nopam
doas: add enablePAM option
2020-10-14 20:08:36 -04:00
Benjamin Hipple 59a1325462
Merge pull request #100529 from jfroche/fix/pytest-cram
pythonPackages.pytest-cram: 0.2.0 -> 0.2.2
2020-10-14 19:37:43 -04:00
Austin Seipp 1eb4b2c966
Merge pull request #98059 from sternenseemann/scrypt-1.3.1
scrypt: 1.3.0 → 1.3.1, build library, enable tests
2020-10-14 18:19:35 -05:00
Mario Rodas a62b1fb6e5 nodejs-14_x: 14.12.0 -> 14.13.1 2020-10-14 18:01:00 -05:00
Mario Rodas 27143f8e02 nodejs-12_x: 12.18.4 -> 12.19.0 2020-10-14 18:00:00 -05:00
Justin Humm 37943b4003 osrm-backend: 5.22.0 -> 5.23.0 2020-10-15 00:57:12 +02:00
Martin Weinelt 4bf2070b46
Merge pull request #99529 from mweinelt/python/zeroconf
python3Packages.zeroconf: enable tests
2020-10-15 00:51:57 +02:00
Jean-François Roche d0908c6133
pythonPackages.pytest-cram: 0.2.0 -> 0.2.2 2020-10-15 00:50:11 +02:00
Tim Steinbach 1e6a9608aa
oh-my-zsh: 2020-10-13 -> 2020-10-14 2020-10-14 18:39:23 -04:00
Martin Weinelt 873497f94f
linuxPackages_latest: update to linuxPackages_5_9
The linux 5.9 package set was introduced in
0a614d2fb5 but the linuxPackages_latest
packageset alias wasn't updated.
2020-10-15 00:33:36 +02:00
Tim Steinbach 84420802f4
Merge pull request #99276 from NeQuissimus/awscli_1_18_150
awscli: 1.18.138 -> 1.18.150
2020-10-14 18:03:34 -04:00
Câju Mihai-Drosi 00946dc283 Move glslang and vulkan-validation-layers overrides out of all-packages 2020-10-15 00:54:05 +03:00
Robert Scott 30c8827091
Merge pull request #87293 from r-ryantm/auto-update/python2.7-cma
python27Packages.cma: 2.7.0 -> 3.0.3
2020-10-14 21:00:16 +01:00
Frederik Rietdijk b3aed163d5
Merge pull request #99709 from NixOS/staging-next
Staging next
2020-10-14 21:10:31 +02:00
José Romildo Malaquias 6bae92a3ee
Merge pull request #99980 from romildo/upd.marwaita-ubuntu
marwaita-ubuntu: init at 1.5
2020-10-14 14:45:41 -03:00
Anderson Torres b19efccaf1
Merge pull request #100448 from eraserhd/rep-0.2.0
rep: init at 0.2.1
2020-10-14 13:39:36 -03:00
Michael Weiss 03ce325365
nixos/doc: Fix one command to build the NixOS manual
This one occurrence wasn't updated:
$ git grep "nix-build nixos/release.nix -A manual"
nixos/doc/manual/README:    nix-build nixos/release.nix -A manual.x86_64-linux
nixos/doc/manual/development/meta-attributes.xml:<screen><prompt>$ </prompt>nix-build nixos/release.nix -A manual</screen>
nixos/doc/manual/development/writing-documentation.xml:<screen>nix-build nixos/release.nix -A manual.x86_64-linux</screen>
2020-10-14 18:10:53 +02:00
Nicolas Berbiche 258ebb540e
ytop: remove
Upstream has archived the repository and recommends bottom
2020-10-14 12:10:30 -04:00
Graham Christensen 8726057fbd
Merge pull request #84617 from xfix/remove-rasm-march-native
rasm: remove -march=native from compilation flags
2020-10-14 12:02:36 -04:00
Elis Hirwing 90a7b7672c
Merge pull request #100341 from etu/php-move-extension-derivations-to-separate-dirs
php: move extension derivations to separate dirs
2020-10-14 17:46:02 +02:00
Elis Hirwing 89a166e0f9
Merge pull request #100473 from etu/php-fix-pear
php: Fix pear path
2020-10-14 17:25:42 +02:00
Michele Guerini Rocco b5e44d3d15
Merge pull request #100479 from rnhmjoj/tremc
tremc: 0.9.1 -> 0.9.2
2020-10-14 17:06:24 +02:00
Daniël de Kok 625a48c633
Merge pull request #100117 from samuela/upkeep-bot/vscodium-1.50.0-1602289209
vscodium: 1.49.3 -> 1.50.0
2020-10-14 16:11:48 +02:00
Christian Kauhaus ac6b6ec099
Merge pull request #100354 from davidak/limesurvey-CVE-2020-11456
limesurvey: 3.23.0+200813 -> 3.23.7+201006
2020-10-14 16:11:35 +02:00
José Romildo Malaquias 722a480c88 marwaita-ubuntu: init at 1.5 2020-10-14 10:47:51 -03:00
Anderson Torres 09ccd168f0
Merge pull request #100405 from magnetophon/xtuner
xtuner: init at 1.0
2020-10-14 10:11:58 -03:00
Tim Steinbach bf540edc5d
linux: 5.8.14 -> 5.8.15 2020-10-14 08:48:54 -04:00
Tim Steinbach 46e2758200
linux: 5.4.70 -> 5.4.71 2020-10-14 08:48:46 -04:00
Tim Steinbach 3406c09374
linux: 4.9.238 -> 4.9.239 2020-10-14 08:48:36 -04:00
Tim Steinbach 3b4fa12966
linux: 4.4.238 -> 4.4.239 2020-10-14 08:48:30 -04:00
Tim Steinbach 6f4ad8b16c
linux: 4.19.150 -> 4.19.151 2020-10-14 08:48:24 -04:00
Tim Steinbach cd85afd0eb
linux: 4.14.200 -> 4.14.201 2020-10-14 08:48:17 -04:00
Tim Steinbach deae249afd
linux/hardened/patches/5.7: remove 2020-10-14 08:47:58 -04:00
Tim Steinbach 1de9229825
linux: Remove 5.7
I forgot to remove a file in 6d174dd5e0
2020-10-14 08:46:41 -04:00
Jason Felice 2c9ffab4e2 rep: init at 0.2.1 2020-10-14 08:45:10 -04:00
leenaars 706fdae286
Sylk: 2.9.0 -> 2.9.1 (#100490) 2020-10-14 14:39:30 +02:00
Rok Garbas 574bfc5410
Merge pull request #100395 from matthiasbeyer/fix-jamin-expression
jamin: Put version into variable, use variable interpolation
2020-10-14 14:16:29 +02:00