Commit Graph

63471 Commits

Author SHA1 Message Date
Artturin
176705c295 vintagestory: init at 1.15.5 2021-08-27 23:13:13 +03:00
Wael M. Nasreddine
d136766caa
python3Packages.onlykey-solo-python: init at 0.0.28 2021-08-19 12:00:41 -07:00
Sandro
e048056386
Merge pull request #134423 from FabianGD/init/fprettify 2021-08-19 20:23:28 +02:00
Sandro
7593bc8595
Merge pull request #134813 from erdnaxe/libvisio2svg 2021-08-19 19:03:05 +02:00
IvarWithoutBones
d0f1a3922a ftxui: init at unstable-2021-08-13 2021-08-19 17:16:50 +02:00
Alexandre Iooss
b3685e1fa7
libvisio2svg: init at 0.5.5 2021-08-19 16:58:58 +02:00
Alexandre Iooss
89e61c9812
libemf2svg: init at 1.1.0 2021-08-19 16:58:42 +02:00
Maximilian Bosch
456481aa3d
Merge pull request #134276 from kamadorueda/python-pypi-mirror
pypi-mirror: init at 4.0.6
2021-08-19 13:51:42 +02:00
Maximilian Bosch
dcf02eb76a
Merge pull request #134650 from alyssais/tar2ext4
tar2ext4: init at 0.8.20
2021-08-19 13:07:59 +02:00
Maximilian Bosch
f5f9772904
Merge pull request #130639 from marsam/fix-diffoscope-darwin
diffoscope: fix build on darwin
2021-08-19 12:40:26 +02:00
Jean-Paul Calderone
808125fff6
deluge-1_x: Remove older version of Deluge (#134448)
Deluge 1.x requires Python 2 which upstream has end-of-lifed.  Deluge depends
on pythonPackages.twisted, Python 2 support for which upstream has
nowdropped.  If pythonPackages.twisted is upgraded then Deluge 1.x breaks.
So, remove it instead of leaving it broken.

Deluge 2.x (deluge-2_x) is available and continues to work.
2021-08-19 09:18:18 +02:00
Fabian Affolter
38332c4e50
Merge pull request #134117 from dan4ik605743/tagutil
tagutil: init at 3.1
2021-08-19 01:18:25 +02:00
John Ericson
221ca6f2ff
Merge pull request #134463 from Ericson2314/stdenv-adapter-latebind
stdenv: Fix overriding + `overrideAttrs`
2021-08-18 19:01:54 -04:00
Sandro
9f326508f0
Merge pull request #134717 from ereslibre/add-otpauth
otpauth: init at 0.3.4
2021-08-19 00:16:10 +02:00
Rafael Fernández López
1c654ee011
otpauth: init at 0.3.4
Signed-off-by: Rafael Fernández López <ereslibre@ereslibre.es>
2021-08-18 23:29:38 +02:00
Sandro Jäckel
6dd3bfff7a
luaformatter: combine with duplicate package lua-format, remove submodule usage 2021-08-18 23:23:09 +02:00
Vladimír Čunát
7c38b03f74
Merge #131928: branch 'staging-next' 2021-08-18 22:23:15 +02:00
Bruno Bigras
385b85ef36 anytype: init at 0.18.59 2021-08-18 15:39:15 -04:00
github-actions[bot]
57cedea2a2
Merge master into staging-next 2021-08-18 18:01:03 +00:00
John Ericson
f110a182a6 stdenv: Fix overriding + overrideAttrs
The old stdenv adapters were subtly wrong in two ways:

 - `overrideAttrs` leaked the original, unoverridden `mkDerivation`.

 - `stdenv.override` would throw away any manually-set `mkDerivation`
   from a stdenv reverting to the original.

Now, `mkDerivation` is controlled (nearly directly) via an argument, and
always correctly closes over the final ("self") stdenv. This means the
adapters can work entirely via `.override` without any manual `stdenv //
...`, and both those issues are fixed.

Note hashes are changed, because stdenvs no previously overridden like
`stdenvNoCC` and `crossLibcStdenv` now are. I had to add some
`dontDisableStatic = true` accordingly. The flip side however is that
since the overrides compose, we no longer need to override anything but
the default `stdenv` from which all the others are created.
2021-08-18 17:22:50 +00:00
Niklas Hambüchen
bf8c2f2e8c
Merge pull request #134512 from nh2/netcdf-4.8.0
netcdf: 4.7.4 -> 4.8.0
2021-08-18 15:38:57 +02:00
Alyssa Ross
a68f24c2ca
tar2ext4: init at 0.8.20
This is a single program that's part of a big Microsoft project.
Everything else looks pretty specialised, and some of it only targets
Windows, so I didn't try packaging anything else.  If we ever do end
up with a need for other software from this project, this derivation
could be extended and renamed, with tar2ext4 becoming an alias.
2021-08-18 12:46:30 +00:00
Andreas Rammhold
ae61a14242
Merge pull request #123046 from Flakebi/paperless
paperless-ng: init at 1.4.5
2021-08-18 14:39:03 +02:00
github-actions[bot]
90d220f41f
Merge master into staging-next 2021-08-18 12:01:14 +00:00
davidak
b07140e4d6
Merge pull request #113713 from Atemu/packages-config-cleanup
packages-config: refactor and simplification
2021-08-18 13:06:29 +02:00
Sandro
486fe2b455
Merge pull request #134473 from SuperSandro2000/mdr 2021-08-18 10:41:58 +02:00
Fabian George Dröge
1d820c65db fprettify: init at 0.3.7 2021-08-18 08:03:04 +02:00
github-actions[bot]
893d6605ee
Merge master into staging-next 2021-08-18 00:01:24 +00:00
Niklas Hambüchen
4826412f31 netcdf: 4.7.4 -> 4.8.0
The override of `hdf5` to use `usev110Api` avoids the new error:

    configure: error: HDF5 was not built with API compatibility version v18. Please recompile your libhdf5 install using '--with-default-api-version=v18'.
2021-08-18 00:11:43 +02:00
zowoq
f9c6dd42d9
Merge pull request #131981 from maxeaubrey/nomad_1.1.3
nomad_1_1: 1.1.2 -> 1.1.3, nomad_0_12: drop
2021-08-18 07:02:47 +10:00
github-actions[bot]
ad00d57d02
Merge master into staging-next 2021-08-17 18:01:12 +00:00
Sandro Jäckel
cad46c4ddd
mdr: init at 0.2.5 2021-08-17 18:04:36 +02:00
Théo Zimmermann
1dcebe9cf5
python3Packages.alectryon: init at 1.3.1 2021-08-17 16:45:47 +02:00
Théo Zimmermann
0c7e82e299
coqPackages.serapi: init at multiple versions 2021-08-17 16:45:04 +02:00
happysalada
26e1c41f93 caddy: 2.4.1 -> 2.4.3 2021-08-17 22:44:50 +09:00
Ben Siraphob
6b7decf64b
Merge pull request #134413 from Zimmi48/package-hydra-battles 2021-08-17 08:32:21 -05:00
Maxine Aubrey
f2bfc8085c
nomad_0_12: drop 2021-08-17 14:54:47 +02:00
Maxine Aubrey
a88a7d5633
nomad: default to nomad_1_1 2021-08-17 14:54:47 +02:00
Maxine Aubrey
c59201d8fb
nomad_1_1: 1.1.2 -> 1.1.3 2021-08-17 14:54:45 +02:00
Théo Zimmermann
58c1ab9158
coqPackages.addition-chains: init at 0.4 2021-08-17 14:44:10 +02:00
Théo Zimmermann
98e2339545
coqPackages.gaia: init at 1.11 and 1.12 2021-08-17 14:44:10 +02:00
github-actions[bot]
83e0efe677
Merge master into staging-next 2021-08-17 12:01:36 +00:00
Lassulus
49b96f216d
Merge pull request #133703 from taku0/thunderbird-bin-91.0
thunderbird-bin: 78.13.0 -> 91.0
2021-08-17 09:54:12 +02:00
Jörg Thalheim
7b9444d938
Merge pull request #134381 from r-burns/pkgs-static-musleabi
pkgsStatic: fix musleabi* adapter
2021-08-17 07:11:37 +01:00
github-actions[bot]
b05ec1fedd
Merge master into staging-next 2021-08-17 06:01:21 +00:00
Damien Cassou
70dc433f2e
Merge pull request #133178 from DamienCassou/crowdin
crowdin-cli: init at 3.6.4
2021-08-17 05:10:12 +02:00
Ryan Burns
565db30876 pkgsStatic: fix musleabi* adapter
Fixes pkgsCross.muslpi.nix (depends on
pkgsCross.muslpi.busybox-sandbox-shell, which depends on
pkgsCross.muslpi.pkgsStatic.stdenv)

Currently, the ABI adapter in pkgsStatic does not
recognize musleabi/musleabihf and falls back to "musl".

```
> nix eval -f . pkgsCross.muslpi.stdenv.hostPlatform.config
"armv6l-unknown-linux-musleabihf"
> nix eval -f . pkgsCross.muslpi.pkgsStatic.stdenv.hostPlatform.config
"armv6l-unknown-linux-musl"
```

This results in an invalid config passed to GCC configuration, which
fails with `Configuration armv6l-unknown-linux-musl not supported`.
2021-08-16 18:52:22 -07:00
Francesco Gazzetta
5919a42546
drawpile,drawpile-server-headless: 2.1.17 -> 2.1.19 (#134331) 2021-08-16 21:30:42 -04:00
github-actions[bot]
8a131da1bc
Merge master into staging-next 2021-08-17 00:01:28 +00:00
Maximilian Bosch
a5341beb78
linux: drop *_latest_hardened-attributes in favor of versioned attributes
The problem behind this is that the hardened patchset[1]. Quite recently
this led to a weird problem when Linux 5.12 was dropped (and thus had to
be removed from `nixpkgs`), there were no patches for 5.13, so
`linuxPackages_hardened_latest` had to be downgraded to 5.10 as base[2]
which may be rather unintuitive and unexpected.

To avoid these kind of "silent downgrades" in the future, it makes sense
to drop the attribute entirely. If somebody wants to use a hardened
kernel, it's better to explicitly pin it using the newly introduced
versioned attributes, e.g. `linuxPackages_4_14_hardened`.

[1] https://github.com/anthraxx/linux-hardened/
[2] https://github.com/NixOS/nixpkgs/pull/133587
2021-08-16 20:45:58 +02:00