···64 bits = 64;
65 };
66 };
0000067 # This ABI is the default in NixOS PowerPC64 BE, but not on mainline GCC,
68 # so it sometimes causes issues in certain packages that makes the wrong
69 # assumption on the used ABI.
···64 bits = 64;
65 };
66 };
67+ isAbiElfv1 = {
68+ abi = {
69+ abi = "elfv1";
70+ };
71+ };
72 # This ABI is the default in NixOS PowerPC64 BE, but not on mainline GCC,
73 # so it sometimes causes issues in certain packages that makes the wrong
74 # assumption on the used ABI.
···67 It is written in C++, and has bindings for various languages such as C, .Net, Ruby, Python.
68 '';
69 license = lib.licenses.zlib;
70- maintainers = [ lib.maintainers.astsmtl ];
71 platforms = lib.platforms.unix;
72 badPlatforms = [
73 # error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
···67 It is written in C++, and has bindings for various languages such as C, .Net, Ruby, Python.
68 '';
69 license = lib.licenses.zlib;
070 platforms = lib.platforms.unix;
71 badPlatforms = [
72 # error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
+13
pkgs/by-name/sp/speedscope/fix-shebang.patch
···0000000000000
···1+diff --git a/scripts/prepack.sh b/scripts/prepack.sh
2+index 2172706..1f8f152 100755
3+--- a/scripts/prepack.sh
4++++ b/scripts/prepack.sh
5+@@ -41,7 +41,7 @@ mkdir -p "$OUTDIR"
6+ # Place info about the current commit into the build dir to easily identify releases
7+ npm ls -depth -1 | head -n 1 | cut -d' ' -f 1 > "$OUTDIR"/release.txt
8+ date >> "$OUTDIR"/release.txt
9+-git rev-parse HEAD >> "$OUTDIR"/release.txt
10++cp COMMIT "$OUTDIR"/release.txt
11+12+ # Place a json schema for the file format into the build directory too
13+ node scripts/generate-file-format-schema-json.js > "$OUTDIR"/file-format-schema.json
···17 # The websites yt-dlp deals with are a very moving target. That means that
18 # downloads break constantly. Because of that, updates should always be backported
19 # to the latest stable release.
20- version = "2025.6.9";
21 pyproject = true;
2223 src = fetchPypi {
24 inherit version;
25 pname = "yt_dlp";
26- hash = "sha256-dR9To7YTU1Ir+AX6MLvL0WZmEmU345cG6rT4w2jxEaw=";
27 };
2829 build-system = with python3Packages; [
···17 # The websites yt-dlp deals with are a very moving target. That means that
18 # downloads break constantly. Because of that, updates should always be backported
19 # to the latest stable release.
20+ version = "2025.6.25";
21 pyproject = true;
2223 src = fetchPypi {
24 inherit version;
25 pname = "yt_dlp";
26+ hash = "sha256-JCtkjhoYqwS91MwXWjF/6Ow619AXXu6fmBkSYks9bIs=";
27 };
2829 build-system = with python3Packages; [
···69 "agpl"
70 ]
71 },
72+ "dav_push": {
73+ "hash": "sha256-+Ji6xYFudC5ds4YLJnzZ34v7Ct615CdtkZPyq8iTsdA=",
74+ "url": "https://github.com/bitfireAT/nc_ext_dav_push/releases/download/v0.0.3/dav_push.tar.gz",
75+ "version": "0.0.3",
76+ "description": "**This extension is in a very early stage of development. It is for demonstration and testing purposes only. Don't use it on production systems!**\n\nIn proprietary environments, changes in events and contacts are nowadays usually pushed to other clients so that they can update their views almost in real-time.\n\nWebDAV however (and in this context, especially CalDAV and CardDAV) doesn't currently support push notifications of clients when a collection has changed. So clients have to periodically ask the server for changes. This causes unnecessary delays and battery usage.\n\nThe WebDAV-Push standard, which is currently in development, wants to solve this problem with an open protocol, too.\n\nThis is the server part of these efforts to draft a standard and provide a working implementation (server + client) in order to demonstrate it.\n\n\nThe current WebDAV-Push draft is provided by [@bitfireAT](https://github.com/bitfireAT).\n \nThis Nextcloud extension has been developed by [@verdigado](https://github.com/verdigado).",
77+ "homepage": "",
78+ "licenses": [
79+ "agpl"
80+ ]
81+ },
82 "deck": {
83 "hash": "sha256-A2n68T7x4la4VrMwsBMIWk6LWM4nge9FtQhl5eLp8jQ=",
84 "url": "https://github.com/nextcloud-releases/deck/releases/download/v1.14.5/deck-v1.14.5.tar.gz",
···69 "agpl"
70 ]
71 },
72+ "dav_push": {
73+ "hash": "sha256-+Ji6xYFudC5ds4YLJnzZ34v7Ct615CdtkZPyq8iTsdA=",
74+ "url": "https://github.com/bitfireAT/nc_ext_dav_push/releases/download/v0.0.3/dav_push.tar.gz",
75+ "version": "0.0.3",
76+ "description": "**This extension is in a very early stage of development. It is for demonstration and testing purposes only. Don't use it on production systems!**\n\nIn proprietary environments, changes in events and contacts are nowadays usually pushed to other clients so that they can update their views almost in real-time.\n\nWebDAV however (and in this context, especially CalDAV and CardDAV) doesn't currently support push notifications of clients when a collection has changed. So clients have to periodically ask the server for changes. This causes unnecessary delays and battery usage.\n\nThe WebDAV-Push standard, which is currently in development, wants to solve this problem with an open protocol, too.\n\nThis is the server part of these efforts to draft a standard and provide a working implementation (server + client) in order to demonstrate it.\n\n\nThe current WebDAV-Push draft is provided by [@bitfireAT](https://github.com/bitfireAT).\n \nThis Nextcloud extension has been developed by [@verdigado](https://github.com/verdigado).",
77+ "homepage": "",
78+ "licenses": [
79+ "agpl"
80+ ]
81+ },
82 "deck": {
83 "hash": "sha256-VUdHoLYyCg7DsNu2LYZelmcHM4B0cfkH8PwcTK844mo=",
84 "url": "https://github.com/nextcloud-releases/deck/releases/download/v1.15.1/deck-v1.15.1.tar.gz",