3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

375062 commits

Author SHA1 Message Date
deinferno 3e8e52bb91 nixos/vmware-host: init at 16.2.3 2022-05-04 01:58:32 +05:00
deinferno e1da7f4d44 vmware-workstation: init at 16.2.3 2022-05-04 01:58:26 +05:00
deinferno 59e6af3dc1 linuxPackages.vmware: init at 16.2.3 2022-05-04 01:56:45 +05:00
davidak 01143883ff
Merge pull request #161788 from vlinkz/calamares-nixos
calamares: fix calamares modules, add nixos modules, and add new iso
2022-05-03 22:55:24 +02:00
zowoq 6a415cd37c containerd: 1.6.3 -> 1.6.4
https://github.com/containerd/containerd/releases/tag/v1.6.4
2022-05-04 06:54:03 +10:00
Fabian Affolter c094f76bf9 python310Packages.luxtronik: 0.3.12 -> 0.3.13 2022-05-03 22:53:54 +02:00
Daniel Nagy 5912e391b5
chickenEggs.tcp6: init at 0.2.1 2022-05-03 22:52:50 +02:00
Daniel Nagy 5c9f806102
chickenEggs.socket: init at 0.3.3 2022-05-03 22:52:50 +02:00
Daniel Nagy 298a451eb6
chickenEggs.foreigners: init at 1.5 2022-05-03 22:52:50 +02:00
Daniel Nagy e31de32396
chickenEggs.feature-test: init at 0.2.0 2022-05-03 22:52:50 +02:00
Daniel Nagy b756fabd1a
chickenEggs.address-info: init at 1.0.5 2022-05-03 22:52:49 +02:00
Daniel Nagy 876def9433
chickenEggs.sha2: init at 4.0.5 2022-05-03 22:52:49 +02:00
Daniel Nagy e9fa73c93d
chickenEggs.message-digest-primitive: init at 4.3.2 2022-05-03 22:52:49 +02:00
Daniel Nagy e7bd776d5b
chickenEggs.json: init at 1.6 2022-05-03 22:52:49 +02:00
Daniel Nagy 01ab95c886
chickenEggs.packrat: init at 1.5 2022-05-03 22:52:49 +02:00
Daniel Nagy 09f4886b37
chickenEggs.utf8: init at 3.6.2 2022-05-03 22:52:48 +02:00
Daniel Nagy 95d24cad2a
chickenEggs.uri-generic: init at 3.2 2022-05-03 22:52:48 +02:00
Daniel Nagy 7e65e01f83
chickenEggs.uri-common: init at 2.0 2022-05-03 22:52:48 +02:00
Daniel Nagy 534f88d368
chickenEggs.symbol-utils: init at 2.1.0 2022-05-03 22:52:48 +02:00
Daniel Nagy 42cd512356
chickenEggs.string-utils: init at 2.4.0 2022-05-03 22:52:48 +02:00
Daniel Nagy e91febd454
chickenEggs.srfi-69: init at 0.4.1 2022-05-03 22:52:47 +02:00
Daniel Nagy 236e58ec33
chickenEggs.srfi-18: init at 0.1.6 2022-05-03 22:52:47 +02:00
Daniel Nagy d74cdc6734
chickenEggs.spiffy: init at 6.3 2022-05-03 22:52:47 +02:00
Daniel Nagy 477e06109e
chickenEggs.sendfile: init at 1.8.3 2022-05-03 22:52:47 +02:00
Daniel Nagy 8d3b68f518
chickenEggs.regex: init at 2.0 2022-05-03 22:52:47 +02:00
Daniel Nagy 8c7f1233e6
chickenEggs.miscmacros: init at 1.0 2022-05-03 22:52:46 +02:00
Daniel Nagy bb9bf815fe
chickenEggs.memory-mapped-files: init at 0.4 2022-05-03 22:52:46 +02:00
Daniel Nagy 588e750718
chickenEggs.set: init at 2.2 2022-05-03 22:52:46 +02:00
Daniel Nagy 38f7ead82d
chickenEggs.intarweb: init at 2.0.1 2022-05-03 22:52:46 +02:00
Daniel Nagy 4c7e5a0812
chickenEggs.defstruct: init at 2.0 2022-05-03 22:52:45 +02:00
Daniel Nagy bdfbb00e0c
chickenEggs.check-errors: init at 3.2.0 2022-05-03 22:52:45 +02:00
Daniel Nagy 6ebe5ef320
chickenEggs.base64: init at 1.0 2022-05-03 22:52:45 +02:00
Daniel Nagy 91d2292a53
chickenEggs.apropos: init at 3.6.0 2022-05-03 22:52:45 +02:00
Fabian Affolter 4fc3c441e9 python310Packages.exceptiongroup: 1.0.0rc2 -> 1.0.0rc5 2022-05-03 22:48:10 +02:00
davidak 50a1e912e2
Merge pull request #171251 from aaronjheng/uchiwa
uchiwa: remove
2022-05-03 22:35:49 +02:00
Adam Joseph 006c38fa53 platforms.nix: use {} on failed detection instead of silently assuming pc
This patch causes the autodetection code in lib/systems/platforms.nix
to return {} if it cannot detect the platform and one of the
platform.nix-detection-provided attributes (linux-kernel, gcc, and
rustc) are accessed, rather than silently assuming the "pc" platform
as was previously done.

It is definitely safe to assume that code using these attributes is
prepared to deal with `gcc` and `rustc` not being defined, because
many of the working entries in this file don't define it.

Regarding `linux-kernel` the situation is less certain, but some code
(`lib/systems/default.nix` for example) is already designed to deal
with that attribute being missing.  At worst it would result in an
"attribute not found" error.

While adding mips64el bootstrap support to nixpkgs, the silent
assumption that mips64el routers are actually Intel PCs caused
significant frustration.  This commit removes that assumption in order
to save people who port nixpkgs to new platforms in the future from
this frustration.
2022-05-03 13:31:41 -07:00
Fabian Affolter 9600919e14 urlwatch: 2.24 -> 2.25 2022-05-03 22:20:52 +02:00
Rick van Schijndel 7feb7321d2
Merge pull request #170992 from ckiee/stdenv-maintainerless-warn
stdenv/check-meta: add a warning for maintainerless derivations
2022-05-03 22:18:27 +02:00
Bernardo Meurer 0ad185694c
opencpn: unstable-2019-11-21 -> 5.6.2 2022-05-03 13:14:13 -07:00
Pascal Bach c2e533b7f6
Merge pull request #171326 from SuperSandro2000/bottles
bottles: 2022.4.28-trento -> 2022.5.2-trento
2022-05-03 21:56:40 +02:00
Rick van Schijndel 4bc5551e0f
Merge pull request #163801 from r-ryantm/auto-update/evdi
linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1
2022-05-03 21:44:38 +02:00
ckie 4def222ea4
stdenv/check-meta: add a "maintainerless" warning
This warning logs when a package has no maintainers. It will stay silent
if `meta.maintainers` is not set at all, only complaining when it is an
empty list. In the future a separate warning could be added to allow for
that stricter behavior. Or this warning could be changed.
2022-05-03 22:29:14 +03:00
ckie 3a34b6c820
stdenv/check-meta: add an eval warning option
This will be used in the next commit in this patch series.
2022-05-03 22:29:12 +03:00
Nikolay Korotkiy be8f036f64
gopass: 1.14.0 → 1.14.1 2022-05-03 22:28:44 +03:00
ckie 5e420c2455
stdenv/check-meta: turn validity.valid into a str
This will allow for adding more validity types in the future, such as a
warning type. (which is in the next commit in this series)

This is NOT a breaking change because validity.valid is never exposed
outside of `stdenv.mkDerivation`.
2022-05-03 22:28:25 +03:00
Robert Schütz 11e5f517f9 python3Packages.pyrogram: 2.0.14 -> 2.0.16 2022-05-03 12:20:14 -07:00
Matthieu Coudron 27103e676a
Merge pull request #171322 from teto/build-neovim-plugin
distinguish between vim/neovim plugins
2022-05-03 21:14:31 +02:00
Nikolay Korotkiy c5a273b38e
kiln: 0.2.1 → 0.3.0 2022-05-03 22:13:16 +03:00
Niklas f1531b1b82 unifi: 7.0.25 -> 7.1.61 2022-05-03 21:12:46 +02:00
Fabian Affolter aefb74d24c python310Packages.aioslimproto: 1.0.1 -> 2.0.0 2022-05-03 21:10:26 +02:00