Commit Graph

554929 Commits

Author SHA1 Message Date
José Romildo Malaquias
0f58b779ca
Merge pull request #268835 from h7x4/pkgs-update-super-tiny-icons
super-tiny-icons: unstable-2023-05-22 -> unstable-2023-11-06
2023-11-30 10:39:42 -03:00
Doron Behar
df20638983
Merge pull request #186462 from apraga/bio-bigfile-1.07
bio-bigfile: init 1.07
2023-11-30 13:39:01 +00:00
Doron Behar
609084a107
Merge pull request #270954 from figsoda/svg2pdf
svg2pdf: 0.9.0 -> 0.9.1
2023-11-30 13:35:53 +00:00
Thilo Billerbeck
4a59f5a875 pocketbase: add passthru.updateScript 2023-11-30 14:34:53 +01:00
Maciej Krüger
bce155566a
Merge pull request #269758 from CertainLach/prusa-slicer-2.7.0 2023-11-30 14:12:32 +01:00
Matthieu Coudron
c808d957d0
Merge pull request #270304 from teto/add-neorg-meta
tree-sitter-grammars.tree-sitter-norg-meta: init
2023-11-30 13:50:11 +01:00
Ulrik Strid
e34e8a12bf godot_4: 4.1.3 -> 4.2.0 2023-11-30 13:49:45 +01:00
R. Ryantm
bfdc9aedd5 python310Packages.cssbeautifier: 1.14.9 -> 1.14.11 2023-11-30 12:46:59 +00:00
Emil Thorsoe
172a5a2104 sparse: set llvm to llvm_14
llvm_16 fails to compile
llvm_15 fails tests
2023-11-30 14:34:02 +02:00
Fabian Affolter
445f6c63c0
python310Packages.coinmetrics-api-client: clean-up 2023-11-30 13:26:06 +01:00
Leona Maroni
0835f4bc1f
python3Packages.python-ipware: 0.9.0 -> 2.0.0 2023-11-30 13:13:23 +01:00
Leona Maroni
e44b3f0c85
python3Packages.gotenberg-client: init at 0.3.0 2023-11-30 13:13:22 +01:00
Leona Maroni
496167b632
python3Packages.django-auditlog: init at 2.2.2 2023-11-30 13:13:22 +01:00
xrelkd
b87fb8ec84
clipcat: 0.7.1 -> 0.8.0
Diff: https://github.com/xrelkd/clipcat/compare/v0.7.1...v0.8.0
2023-11-30 20:09:39 +08:00
Martin Weinelt
d266f6f91b
firefox-unwrapped: 120.0 -> 120.0.1
https://www.mozilla.org/en-US/firefox/120.0.1/releasenotes/
2023-11-30 13:04:35 +01:00
Martin Weinelt
5b50058793
Merge pull request #270744 from yu-re-ka/mozilla-page-size
firefox: move page size patch to buildMozillaMach
2023-11-30 13:03:32 +01:00
Mario Rodas
f62a39f2a0
Merge pull request #270789 from marsam/update-git-absorb
git-absorb: 0.6.10 -> 0.6.11
2023-11-30 06:50:20 -05:00
Alyssa Ross
410698c71a
materia-theme: fix build
I'm not sure why this was disabled, but when we later ran
"ninja install", it would be built anyway.  Now that we run
"meson install", that's no longer implicit, so we have to have the
build step enabled.

Fixes: 10f35ff05d ("meson.setupHook: prefer meson commands over ninja")
2023-11-30 12:10:28 +01:00
Alyssa Ross
4739e28eb1 fts: set to musl-fts on musl
NetBSD fts wasn't really designed to be used in this way, and it can
produce some strange errors — e.g. I sometimes see duplicate symbols
when musl and libnbcompat define the same symbol.

More packages used musl-fts directly than the fts package anyway,
which can now be changed to use the generic fts.

Unlike netbsd.fts, musl-fts doesn't have a setup hook, so we have to
tell packages that don't know about it to link against libfts.  We
could decide to copy netbsd.fts's setup hook later if we want to.
2023-11-30 11:58:21 +01:00
Alyssa Ross
0d44b5b773 pkgsStatic.stdenv: fix custom CMake LINKER_LANGUAGE
If a CMake target has a non-default LINKER_LANGUAGE set, CMake will
manually add the libraries it has detected that language's compiler as
linking implicitly.  When it does this, it'll pass -Bstatic and
-Bdynamic options based on the vibes it gets from each such detected
library.  This in itself isn't a problem, because the compiler
toolchain, or our wrapper, or something, seems to be smart enough to
ignore -Bdynamic for those libraries.  But it does create a problem if
the compiler adds extra libraries to the linker command line after
that final -Bdynamic, because those will be linked dynamically.  Since
our compiler is static by default, CMake should reset to -Bstatic
after it's done manually specifying libraries, but CMake didn't
actually know that our compiler is static by default.  The fix for
that is to tell it, like so.

Until recently, this problem was difficult to notice, because it would
result binaries that worked, but that were dynamically linked.  Since
e08ce498f0 ("cc-wrapper: Account for NIX_LDFLAGS and NIX_CFLAGS_LINK
in linkType"), though, -Wl,-dynamic-linker is no longer mistakenly
passed for executables that are supposed to be static, so they end up
created with a /lib interpreter path, and so don't run at all on
NixOS.

This fixes pkgsStatic.graphite2.
2023-11-30 10:46:44 +00:00
Gerg-L
4552f3aa25
direnv: 2.32.3 -> 2.33.0 (#271059) 2023-11-30 11:29:48 +01:00
Luflosi
ed48ad7b25
teeworlds: fix meta.license
Replace stringy license with a list of all used licenses.

The original meta.license said that the license was BSD-style but this information has been outdated for a long time.
The license was changed in 2008: bc108df382 (diff-7bb54d15ef4c4e0f20bb24add68a12fccced9925b304eaa696023143d278ea26).
The current license is clearly the zlib license and below that some notes about the licenses of `datasrc` (and `data`, which has not existed in the tree for many years), the fonts in `datasrc` and the libraries in `src/engine/external`.
See https://github.com/teeworlds/teeworlds/blob/master/license.txt for the current version of the license.
The meta.license string has been unchanged since the commit adding teeworlds in 2009: e71dbdbb83.

See issue #269788.
2023-11-30 10:52:26 +01:00
Pierre Bourdon
f5c27c6136
Merge pull request #270254 from lourkeur/chia-drop
chia: drop
2023-11-30 10:21:56 +01:00
OTABI Tomoya
3f84b6a6e4
Merge pull request #270826 from emilytrau/importlab-darwin
python3Packages.importlab: fix darwin support
2023-11-30 18:08:04 +09:00
Bu Kun
9cf0738eaf
todoist-electron: 8.9.3 -> 8.10.1 2023-11-30 16:59:33 +08:00
OTABI Tomoya
687dc6e342
Merge pull request #270942 from r-ryantm/auto-update/python311Packages.pynamodb
python311Packages.pynamodb: 5.5.0 -> 5.5.1
2023-11-30 17:59:12 +09:00
OTABI Tomoya
7806451991
Merge pull request #270966 from imincik/rasterio-gdal-3.8.0-patches
python3Packages.rasterio: add patches to build with GDAL 3.8.0
2023-11-30 17:58:26 +09:00
Randy Eckenrode
34da65ba2a gcc6: don’t link libstdc++ to CoreFoundation
Using flat namespaces causes libstdc++ to link CoreFoundation, but
that fails after #265102. Since CoreFoundation is not actually needed,
disable flat namespaces to avoid linking it unnecessarily.

Disabling flat namespaces matches the behavior of newer versions of
libstdc++ (GCC 7+) when building for newer Darwin hosts (10.5+).
2023-11-30 08:53:50 +00:00
Fabian Affolter
bcb34ba8b7 python311Packages.qcodes-loop: remove
Deprecation Spring 2023
2023-11-30 09:44:06 +01:00
Fabian Affolter
0de321de72 python311Packages.qcodes: disable flaky tests 2023-11-30 09:43:07 +01:00
R. Ryantm
3631156b43 python310Packages.coinmetrics-api-client: 2023.11.13.14 -> 2023.11.27.17 2023-11-30 08:41:55 +00:00
Vincent Laporte
0881edb66a coqPackages.{hydra-battles,gaia-hydras}: 0.6 → 0.9 2023-11-30 09:40:04 +01:00
Vincent Laporte
3687843675 coqPackages.gaia: 1.15 → 1.17 2023-11-30 09:40:04 +01:00
Adam Joseph
310cda5a0c mkAdoptopenjdk: allow missing {jre,jdk}-openj9 attribute 2023-11-30 09:36:06 +01:00
Adam Joseph
72985fe2d1 cudaPackages_10.cudaFlags: fix broken eval 2023-11-30 09:36:06 +01:00
Adam Joseph
e30975f832 darwin.iosSdkPkgs: fix broken eval 2023-11-30 09:36:05 +01:00
Adam Joseph
bffbf8bb53 test.cuda: fix broken eval 2023-11-30 09:36:05 +01:00
Aaron Jheng
395a593848
mysql-shell-innovation: 8.2.0 -> 8.2.1 2023-11-30 08:26:42 +00:00
Arnout Engelen
0f305eab01
Merge pull request #270974 from Samuel-Martineau/fix/pastebinit
pastebinit: change upstream to maintained fork, add tests, and manpage
2023-11-30 09:23:49 +01:00
Pavel Sobolev
6755e47637
mold: 2.3.3 -> 2.4.0 2023-11-30 11:20:56 +03:00
R. Ryantm
dbe4453f43 python310Packages.cloup: 3.0.2 -> 3.0.3 2023-11-30 08:10:41 +00:00
Aaron Jheng
936af71635
okteto: 2.22.0 -> 2.22.3 2023-11-30 08:10:41 +00:00
0x4A6F
d2f86d9e2d
Merge pull request #271005 from r-ryantm/auto-update/dasel
dasel: 2.4.1 -> 2.5.0
2023-11-30 09:07:37 +01:00
Fabian Affolter
9db033c6d7
Merge pull request #270098 from fabaff/aws-sam-translator-bump
python311Packages.aws-sam-translator: 1.78.0 -> 1.81.0
2023-11-30 09:07:05 +01:00
Fabian Affolter
776c427910 python311Packages.qcodes: 0.41.1 -> 0.42.0
Diff: https://github.com/QCoDeS/Qcodes/compare/refs/tags/v0.41.1...v0.42.0

Changelog: https://github.com/QCoDeS/Qcodes/releases/tag/v0.42.0
2023-11-30 09:02:10 +01:00
Fabian Affolter
b410b4c680
Merge pull request #268667 from fabaff/azure-identity-bump
python311Packages.azure-identity: 1.14.0 -> 1.15.0
2023-11-30 09:01:02 +01:00
OTABI Tomoya
b4a01cdf31
Merge pull request #270055 from natsukium/anthropic/update
python311Packages.anthropic: 0.5.0 -> 0.7.4
2023-11-30 16:59:07 +09:00
Fabian Affolter
0fe3e11ad0
Merge pull request #270097 from fabaff/nitrokey-app-refactor
nitrokey-app: refactor
2023-11-30 08:58:54 +01:00
Fabian Affolter
56fe90269c
Merge pull request #270880 from fabaff/bc-jsonpath-ng-bump
python311Packages.bc-jsonpath-ng: 1.5.9 -> 1.6.1
2023-11-30 08:58:21 +01:00
Fabian Affolter
aab46215e8 python311Packages.canmatrix: add optional-dependencies 2023-11-30 08:55:48 +01:00