Commit Graph

378085 Commits

Author SHA1 Message Date
Jörg Thalheim
3d4109f3a4
Merge pull request #172588 from res0Nanz/patch-1
wolfram-engine: fix quotes in installation script
2022-05-14 19:27:38 +01:00
Malo Bourgon
745739f280 nodePackages: cleanup/fix overrides
* Standardize on `override` vs `overrideAttrs'.
* Use `oldAttrs` as standard argument to `override` when it's needed.
* Fix overrides of `meta` so that original attributes are preserved.
2022-05-14 11:26:23 -07:00
Malo Bourgon
c8b24b7faa nodePackages: sort overrides 2022-05-14 11:24:35 -07:00
Yuka
c4070d4ce3
schildichat-{web,desktop}: 1.10.4-sc.1 -> 1.10.12-sc.1 (#173045) 2022-05-14 19:31:47 +02:00
Jules Aguillon
f2a91a6679 Fix string context lost in linkFarm
```nix
let pkgs = import ./. {}; in
pkgs.linkFarm "test" [
  { name = "foo"; path = ./README.md; }
]
```

The nix code above generates this result: (`nix build -f test.nix`)

```
lrwxrwxrwx 1 root root 31 Jan  1  1970 /nix/store/98mdz626n99w0467q4r203q154bnnli9-test/foo -> /home/juloo/w/nixpkgs/README.md
```

With this patch, the target file is naturally copied into the store:

```
lrwxrwxrwx 1 root root 53 Jan  1  1970 /nix/store/ndvffnardifqwzbp07g15llav55r5k1m-test/foo -> /nix/store/9rqwjskbbgbflrpyhzi6rak2j7jspr5f-README.md
```
2022-05-14 19:23:15 +02:00
Sergei Trofimovich
8feed1d215 gtkpod: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: .libs/autodetection.o:/build/gtkpod-2.1.5/libgtkpod/gtkpod_app_iface.h:248: multiple definition of
      `gtkpod_app'; .libs/gtkpod_app_iface.o:/build/gtkpod-2.1.5/libgtkpod/gtkpod_app_iface.h:248: first defined here
2022-05-14 18:15:45 +01:00
Anderson Torres
4cebbee703
Merge pull request #172796 from AndersonTorres/MISC
primesieve, primecount: updates
2022-05-14 14:03:46 -03:00
Robert Scott
044afc70cf python3Packages.pyvips: fix on darwin-aarch64 by providing pkg-config
...as well as the python package `pkgconfig`. the native `pkg-config`
tool is used by the installer to locate the vips headers. if it can't
do this it falls back into using libffi's "ABI mode" which results in
the issues documented at
https://cffi.readthedocs.io/en/latest/using.html#callbacks on
darwin-aarch64.
2022-05-14 17:46:51 +01:00
Alex Martens
ac1fea4ca0 cargo-tarpaulin: disable aarch64 build 2022-05-14 09:40:56 -07:00
Robert Scott
ed3f3fb843
Merge pull request #172951 from WolfangAukang/pyvips-fix
python3Packages.pyvips: 2.1.16 -> 2.2.0
2022-05-14 17:22:44 +01:00
Mario Rodas
a2f3fdeed5
Merge pull request #172567 from r-ryantm/auto-update/python3.10-django-auth-ldap
python310Packages.django-auth-ldap: 4.0.0 -> 4.1.0
2022-05-14 11:18:24 -05:00
Mario Rodas
1262b3c421
Merge pull request #172950 from marsam/update-recoll
recoll: 1.31.0 -> 1.32.0
2022-05-14 11:17:08 -05:00
Mario Rodas
a83e4fc664
Merge pull request #172859 from r-ryantm/auto-update/python3.10-apispec
python310Packages.apispec: 5.2.1 -> 5.2.2
2022-05-14 11:16:04 -05:00
Mario Rodas
81b947014c
Merge pull request #172714 from SomeoneSerge/datatable
python310Packages.datatable: mark broken
2022-05-14 11:13:06 -05:00
Lucas Franceschino
8714f77b8b ploticus: fix 2022-05-14 18:11:23 +02:00
Robert Scott
d505e85683
Merge pull request #172779 from wkral/pappl-fix
pappl: fix build
2022-05-14 17:09:56 +01:00
Mario Rodas
6e258fd1f8
Merge pull request #172863 from r-ryantm/auto-update/python3.10-django-jinja
python310Packages.django-jinja: 2.10.0 -> 2.10.2
2022-05-14 11:06:40 -05:00
Mario Rodas
c6385b109b
Merge pull request #172829 from r-ryantm/auto-update/python3.10-pyglet
python310Packages.pyglet: 1.5.23 -> 1.5.24
2022-05-14 11:05:52 -05:00
Mario Rodas
a0cfc5da82
Merge pull request #173038 from xrelkd/update/cargo-expand
cargo-expand: 1.0.19 -> 1.0.21
2022-05-14 11:05:20 -05:00
Mario Rodas
ce57c1c4a0
Merge pull request #173035 from xrelkd/update/eksctl
eksctl: 0.96.0 -> 0.97.0
2022-05-14 10:59:36 -05:00
toastal
b70ba3ad0a senpai: unstable-2022-04-29 → unstable-2022-05-10
Bump to the latest default branch commit.
2022-05-14 22:50:44 +07:00
William Kral
a99bf0ec51 pappl: fix build 2022-05-14 08:48:17 -07:00
xrelkd
1645c6e1d2
cargo-expand: 1.0.19 -> 1.0.21 2022-05-14 23:22:35 +08:00
Mario Rodas
f7a2285166
Merge pull request #173029 from marsam/update-lapce
lapce: 0.0.12 -> 0.1.0
2022-05-14 10:20:22 -05:00
Robert Scott
47552f9e9b
Merge pull request #172940 from armeenm/bump-arc_unpacker
arc_unpacker: unstable-2021-05-17 -> unstable-2021-08-06
2022-05-14 16:18:35 +01:00
xrelkd
ac3fba148f
eksctl: 0.96.0 -> 0.97.0 2022-05-14 23:18:16 +08:00
Bobby Rong
267e232035
Merge pull request #172291 from trofi/workaround-fno-common-for-cataract
cataract: add -fcommon workaround
2022-05-14 23:00:53 +08:00
Robert Schütz
92e0e80f67 rnote: 0.5.1-hotfix-1 -> 0.5.3
https://github.com/flxzt/rnote/releases/tag/v0.5.2
https://github.com/flxzt/rnote/releases/tag/v0.5.3
2022-05-14 08:00:29 -07:00
7c6f434c
92f39589e0
Merge pull request #171385 from r-ryantm/auto-update/gtkmm3
gtkmm3: 3.24.5 -> 3.24.6
2022-05-14 14:55:38 +00:00
7c6f434c
561813c4da
Merge pull request #170943 from SFrijters/wine-7.7
wine{Unstable,Staging}: 7.4 -> 7.8; winetricks: 20210825 -> 20220411
2022-05-14 14:54:22 +00:00
P. R. d. O
634f7d7608
python3Packages.pyvips: 2.1.16 -> 2.2.0 2022-05-14 08:18:40 -06:00
José Romildo
81ec4af001 xfce.xfce4-terminal: 1.0.2 -> 1.0.3 2022-05-14 11:08:28 -03:00
AndersonTorres
91621176e0 primecount: 7.2 -> 7.3 2022-05-14 11:01:08 -03:00
AndersonTorres
d488388cfc primesieve: 7.8 -> 7.9 2022-05-14 10:56:13 -03:00
Mario Rodas
ddfb78791c
Merge pull request #173023 from r-ryantm/auto-update/python3.10-casbin
python310Packages.casbin: 1.16.3 -> 1.16.4
2022-05-14 08:49:14 -05:00
Artturi
b7a7846e2f
Merge pull request #172368 from shanesveller/shanesveller/gfold-4.0
gfold: 3.0.0 -> 4.0.0
2022-05-14 16:33:45 +03:00
Bobby Rong
eeab74c761
Merge pull request #172999 from wahjava/update-cinny
cinny: 2.0.0 -> 2.0.2
2022-05-14 21:26:50 +08:00
Bobby Rong
75f280be96
Merge pull request #172884 from MoritzBoehme/sptlrx-changelog
sptlrx: add changelog meta attribute
2022-05-14 21:25:46 +08:00
7c6f434c
02cebc60c8
Merge pull request #173005 from trofi/workaround-fno-common-for-foomatic-filters
foomatic-filters: add -fcommon workaround
2022-05-14 13:04:58 +00:00
R. Ryantm
de2a80049d python310Packages.casbin: 1.16.3 -> 1.16.4 2022-05-14 12:58:42 +00:00
Berry Phillips
5c94298f87
civo: init at 1.0.28 2022-05-14 21:52:40 +09:00
7c6f434c
4b1e70039e
Merge pull request #172766 from trofi/workaround-fno-common-for-cuneiform
cuneiform: add -fcommon workaround
2022-05-14 12:51:58 +00:00
Sergei Trofimovich
fd2826353b fwknop: pull patch pending upstream inclusion for -fno-common support
Without the change build on -fno-common tollchains fails as:

    ld: fwknop-log_msg.o:/build/source/client/log_msg.h:41: multiple definition of
      `log_level_t'; fwknop-fwknop.o:/build/source/client/log_msg.h:41: first defined here
2022-05-14 13:23:58 +01:00
Fabian Affolter
74215d8749 python310Packages.time-machine: 2.6.0 -> 2.7.0 2022-05-14 14:03:56 +02:00
Fabian Affolter
4162b0e8bf nats-top: 0.5.0 -> 0.5.2 2022-05-14 13:59:47 +02:00
Moritz Böhme
def7eb2e59
sptlrx: add changelog meta attribute
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-05-14 13:57:22 +02:00
Christoph Hrdinka
3469265101
retrofe: 0.6.169 -> 0.10.31
Update to newest version and new repo/website location.
2022-05-14 13:56:11 +02:00
Mario Rodas
cca7c716c2
Merge pull request #172780 from schuelermine/update/dart
dart: 2.15.1 -> 2.17.0

Fixes #172674
2022-05-14 06:27:01 -05:00
Mario Rodas
a7fce6c2e6
Merge pull request #172994 from aaronjheng/lazydocker
lazydocker: 0.13 -> 0.18.1
2022-05-14 06:22:01 -05:00
Sergei Trofimovich
4281933727 foomatic-filters: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: foomatic_rip-options.o:/build/foomatic-filters-4.0.17/options.c:49: multiple definition of
      `cupsfilter'; foomatic_rip-foomaticrip.o:/build/foomatic-filters-4.0.17/foomaticrip.c:158: first defined here
2022-05-14 12:12:30 +01:00