Martin Weinelt
cc31d94514
python3Packages.pyatmo: 6.0.0 -> 6.1.0
2021-10-07 00:58:28 +02:00
Martin Weinelt
4540d8c3a7
python3Packages.netdisco: 2.9.0 -> 3.0.0
2021-10-07 00:58:08 +02:00
Martin Weinelt
5981b3c7ae
python3Packages.bellows: 0.27.0 -> 0.28.0
2021-10-07 00:53:57 +02:00
Sandro
3f5379dde3
Merge pull request #140274 from fabaff/pyefergy
2021-10-07 00:33:48 +02:00
Jonathan Jeppener-Haltenhoff
43acf51881
utf8cpp: 3.1.2 -> 3.2.1
...
Bump Package Version. Specify correct upstream license. Remove Cmake flag that are not required anymore.
2021-10-07 00:30:30 +02:00
Robin Townsend
a961352f5e
linux-testing-bcachefs: Add note about keeping bcachefs-tools up to date
2021-10-06 18:29:49 -04:00
Robin Townsend
6eb7531255
bcachefs-tools: 2021-07-08 -> 2021-10-01
...
Recent updates to the bcachefs kernel resulted in a change in on-disk
format. However, since bcachefs-tools wasn't updated at the same time,
they became incompatible, causing a variety of issues. This brings the
linux-testing-bcachefs and bcachefs-tools versions back into sync.
2021-10-06 18:29:49 -04:00
Sandro
f4d557e125
Merge pull request #140808 from r-ryantm/auto-update/ser2net
2021-10-07 00:16:22 +02:00
Sandro
0328e7ac0f
Merge pull request #140802 from r-ryantm/auto-update/python38Packages.urlextract
2021-10-07 00:14:19 +02:00
John Ericson
f1f320d4ac
Merge pull request #138321 from obsidiansystems/fix-build-rust-crate-cross
...
buildRustCrate: Fix some things for cross builds
2021-10-06 18:06:53 -04:00
John Ericson
c2cf3eb100
Merge pull request #120565 from Ericson2314/nixos-without-nix
...
nixos/nix-daemon: Add enable option
2021-10-06 18:05:47 -04:00
Sandro
c50c0570d1
Merge pull request #140764 from r-ryantm/auto-update/python38Packages.mypy-boto3-s3
2021-10-07 00:04:31 +02:00
Sandro
f855bcbf05
Merge pull request #140790 from superherointj/package-k3s-updateScript-fix
2021-10-07 00:00:54 +02:00
Sandro
9e016672b1
Merge pull request #140523 from hjones2199/gpsd-fixes
2021-10-06 23:57:04 +02:00
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
sternenseemann
6bd7a35f23
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-10-06 22:54:03 +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
Cedric Corbiere
938cb2195c
pgloader: force the use of the version 2.0.8 of sbcl
...
Fix the compilation issue
2021-10-06 22:41:41 +02: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
ajs124
e3ac5e1502
nixos/varnish: add enableConfigCheck
2021-10-06 22:05:46 +02: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