Commit Graph

321862 Commits

Author SHA1 Message Date
Justin Bedő
68f25d5a86
Merge pull request #140170 from marsam/r-hydra
R: don't restrict hydraPlatforms
2021-10-07 08:54:26 +11:00
R. RyanTM
dffd972ab4 ser2net: 4.3.3 -> 4.3.4 2021-10-06 21:36:52 +00:00
Maximilian Bosch
f700a92d5c
nixos/qemu-vm: quote QEMU_NET_OPTS
Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
2021-10-06 23:12:53 +02:00
John Ericson
811f849961 buildRustCrate: Don't override the linker during cross
lld is sometimes need. The caller can do that instead.
2021-10-06 16:59:53 -04:00
John Ericson
4430761186 buildRustCrate: Add extraRustcOptsForBuild
`extraRustcOpts` should not be used for build.rs, lest it contain
host-platform-specific options during cross builds.
2021-10-06 16:59:52 -04:00
John Ericson
0ee5640d78 buildRustCrate: Fix extra cross args
Do proper list separation, use ld not cc because rustc doesn't `-Wl,`.
2021-10-06 16:59:19 -04:00
Sandro
79d54d1033
Merge pull request #140794 from fishi0x01/bump-vsh 2021-10-06 22:58:42 +02:00
Robert Hensing
d25fa35e02 haskellPackages.hercules-ci-agent: Re-enable profiling
This override isn't needed anymore and breaks packages that
depend on it (and don't disable profiling).
2021-10-06 22:53:44 +02:00
Anderson Torres
d3ee4ba650
Merge pull request #100351 from turion/dev_add_agdarsec
agdarsec: init at 0.4.1
2021-10-06 17:48:25 -03:00
John Ericson
cc3f2432d0 nixos/nix-daemon: Add enable option
Don't worry, it's is true by default. But I think this is important to
have because NixOS indeed shouldn't need Nix at run time when the
installation is not being modified, and now we can verify that.

NixOS images that cannot "self-modify" are a legitamate
use-case that this supports more minimally. One should be able to e.g. do a
sshfs mount and use `nixos-install` to modify them remotely, or just
discard them and build fresh ones if they are run VMs or something.

The next step would be to make generations optional, allowing just
baking `/etc` and friends rather than using activation scripts. But
that's more involved so I'm leaving it out.
2021-10-06 16:43:48 -04:00
Maximilian Bosch
60e731d1ce
nixos/qemu-vm: fix running VM with QEMU_NET_OPTS
I realized quite recently that running a test VM - as documented in the
manual - like

    QEMU_NET_OPTS='hostfwd=tcp::8080-:80'  ./result/bin/nixos-run-vms

doesn't work anymore on `master`. After bisecting I realized that the
introduction of a forward-port option[1] is the problem since it adds a
trailing comma even if no forwarding options are specified via
`virtualisation.forwardPorts`. In that case, the networking options
would look like `-netdev user,id=user.0,,hostfwd=tcp::8080-:80' which
confused QEMU and thus the VM refused to start.

Now, the trailing comma is only added if additional port forwards are
specified declaratively.

[1] b8bfc81d5b
2021-10-06 22:40:30 +02:00
figsoda
eb70021803 eureka-ideas: init at 1.8.1 2021-10-06 16:28:16 -04:00
R. RyanTM
50db7e49ed python38Packages.urlextract: 1.3.0 -> 1.4.0 2021-10-06 20:27:21 +00:00
Sandro
1d88d6faed
Merge pull request #140760 from turion/dev_bump_agda_prelude 2021-10-06 22:02:26 +02:00
Robert Scott
1d5953184a
Merge pull request #139651 from pborzenkov/calibre-web-0.6.13
calibre-web: 0.6.12 -> 0.6.13
2021-10-06 20:36:08 +01:00
Sandro
71a7bd9976
Merge pull request #134408 from r-ryantm/auto-update/libnsl 2021-10-06 21:30:14 +02:00
Sandro
71a83f62a5
Merge pull request #140732 from onsails/vim-plugins 2021-10-06 21:24:47 +02:00
Karl Fischer
1fd150bf62
vsh: 0.12.0 -> 0.12.1 2021-10-06 21:10:35 +02:00
sterni
2924140fac
dbqn, dbqn-native: 2021-10-02 -> 2021-10-05 (#140601)
Summary:

- This new release internalizes the old, explicit log into `./build{,8}` scripts.
- Reduces closure size, by explicitly passing JDK(GraalVM) library output to native-image flags.
- Moves JDK to native build inputs.
- Resets meta.priority to default, since it is explicitly differentiated by pname.
2021-10-06 16:05:17 -03:00
Michael Weiss
fc89e2a3c6
Merge pull request #140782 from primeos/signal-desktop
signal-desktop: 5.18.1 -> 5.19.0
2021-10-06 21:03:48 +02:00
Sandro
80ce1c4c38
Merge pull request #139257 from r-ryantm/auto-update/python38Packages.sqlite-utils 2021-10-06 21:03:15 +02:00
Sandro
0959e0aef1
Merge pull request #140770 from figsoda/update-rslint 2021-10-06 21:02:10 +02:00
Sandro
b504f4d282
Merge pull request #140773 from r-ryantm/auto-update/python3.8-transitions 2021-10-06 21:01:40 +02:00
Sandro
c7f0045e02
Merge pull request #140788 from r-ryantm/auto-update/python3.8-pypinyin 2021-10-06 20:54:13 +02:00
Sandro
78a46ea988
Merge pull request #140789 from Korbik/sbcl_fix_2_0_8 2021-10-06 20:53:52 +02:00
Sandro
58e3b68017
Merge pull request #140776 from r-ryantm/auto-update/python38Packages.pypinyin 2021-10-06 20:51:11 +02:00
Sandro
8c90e54f2e
Merge pull request #140778 from applePrincess/exploitdb-2021-10-06 2021-10-06 20:48:04 +02:00
Ryan Mulligan
94f3749cb0
Merge pull request #140688 from dotlambda/pikepdf-3.1.1
python3Packages.pikepdf: 3.1.0 -> 3.1.1
2021-10-06 11:24:25 -07:00
superherointj
bc9b01fadd k3s: updateScript updated 2021-10-06 15:00:47 -03:00
R. RyanTM
7ef6135ef2 python38Packages.pypinyin: 0.42.0 -> 0.43.0 2021-10-06 17:50:55 +00:00
Cedric Corbiere
6bd8854e3c sbcl: fix the 2.0.8 version
The 2.0.8 version was pointing to 2.1.2 version
2021-10-06 19:48:59 +02:00
Pavol Rusnak
8b512253b4
Merge pull request #140781 from bcdarwin/fix-theano-homepage
python3Packages.Theano: fix meta.homepage
2021-10-06 19:41:18 +02:00
Pavol Rusnak
2994e3d505
Merge pull request #140771 from bcdarwin/update-graspologic-homepage
python3Packages.graspologic: update homepage
2021-10-06 19:40:28 +02:00
Pavol Rusnak
0300811ff1
Merge pull request #140772 from prusnak/foxdot
foxdot: add foxdot application alias
2021-10-06 19:39:08 +02:00
Martin Weinelt
b24904cf27 python3Packages.aioshelly: 1.0.1 -> 1.0.2 2021-10-06 19:38:55 +02:00
Fabian Affolter
10e0d2bd66 python3Packages.aiohue: 2.6.2 -> 2.6.3 2021-10-06 19:37:50 +02:00
Martin Weinelt
45a9a24aee python3Packages.python-smarttub: 0.0.25 -> 0.0.27 2021-10-06 19:37:50 +02:00
Fabian Affolter
3e02d64475 python3Packages.pyvicare: 2.8.1 -> 2.9.1 2021-10-06 19:37:50 +02:00
Fabian Affolter
a9c0e1bfed home-assistant: remove pyjwt override 2021-10-06 19:37:50 +02:00
Fabian Affolter
a152153eed home-assistant: remove pylast override 2021-10-06 19:37:50 +02:00
Fabian Affolter
fafec6c3be home-assistant: remove async-upnp-client override 2021-10-06 19:37:49 +02:00
Fabian Affolter
85e40f1bb5 python3Packages.ciso8601: 2.1.3 -> 2.2.0 2021-10-06 19:37:49 +02:00
Fabian Affolter
5e3cd48be1 python3Packages.python-tado: 0.11.0 -> 0.12.0 2021-10-06 19:37:49 +02:00
Fabian Affolter
733ada7a61 python3Packages.airthings: init at 0.0.1 2021-10-06 19:37:49 +02:00
Fabian Affolter
ef2d72a577 python3Packages.pyatmo: 5.2.3 -> 6.0.0 2021-10-06 19:37:49 +02:00
Fabian Affolter
5c46b5e3f5 python3Packages.aiohue: 2.6.1 -> 2.6.2 2021-10-06 19:37:49 +02:00
Fabian Affolter
774e600897 python3Packages.aioshelly: 0.6.4 -> 1.0.1 2021-10-06 19:37:49 +02:00
Fabian Affolter
0773deee07 python3Packages.aiodiscover: 1.4.2 -> 1.4.4 2021-10-06 19:37:49 +02:00
Fabian Affolter
e733d8ea0a python3Packages.pydeconz: 83 -> 84 2021-10-06 19:37:48 +02:00
Fabian Affolter
8a5b11a4a9 python3Packages.pysyncthru: 0.7.8 -> 0.7.10 2021-10-06 19:37:48 +02:00