3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

374904 commits

Author SHA1 Message Date
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
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
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
Rick van Schijndel 5974e3319f
Merge pull request #167918 from k4leg/ventoy-update
ventoy-bin: 1.0.72 -> 1.0.74
2022-05-03 20:45:04 +02:00
Artturin 4d5de1d8d1 nixVersions.unstable: pre20220428 -> pre20220503 2022-05-03 21:43:28 +03:00
Frederik Rietdijk ab62fad9d5
Merge pull request #136100 from KAction/sphinx-hook
New hook: sphinxHook to build documentation into different formats/outputs
2022-05-03 20:07:37 +02:00
Rick van Schijndel e039954de4
Merge pull request #171311 from ianmjones/fix-quickemu-spice-gtk
quickemu: fix spice-gtk dependency
2022-05-03 20:06:41 +02:00
Rick van Schijndel f02b987754
Merge pull request #171027 from trofi/fix-mindustry-runtime-depends
mindustry: propagate more runtime depends
2022-05-03 20:03:11 +02:00
Rick van Schijndel fd2c8f930f
Merge pull request #170013 from berbiche/john-gcc-11-patch
john: add gcc11 patch
2022-05-03 20:02:08 +02:00
R. Ryantm b75d93d732 python310Packages.lektor: 3.3.3 -> 3.3.4 2022-05-03 17:53:42 +00:00
Fabian Affolter 357f1b7981
Merge pull request #171201 from fabaff/envs-bump
python310Packages.envs: 1.3 -> 1.4
2022-05-03 19:39:44 +02:00
Fabian Affolter 697c15ada1
Merge pull request #171365 from fabaff/cert-chain-resolver-fix
python310Packages.cert-chain-resolver: add missing input
2022-05-03 19:36:19 +02:00
Fabian Affolter cd78b18a50
Merge pull request #171369 from fabaff/bpython-fix
python310Packages.bpython: disable failing test
2022-05-03 19:36:04 +02:00