+4
nixos/modules/services/video/go2rtc/default.nix
+4
nixos/modules/services/video/go2rtc/default.nix
+3
-3
pkgs/applications/blockchains/erigon/default.nix
+3
-3
pkgs/applications/blockchains/erigon/default.nix
······
+2
-2
pkgs/applications/networking/cluster/aiac/default.nix
+2
-2
pkgs/applications/networking/cluster/aiac/default.nix
···
+2
-2
pkgs/applications/networking/cluster/k0sctl/default.nix
+2
-2
pkgs/applications/networking/cluster/k0sctl/default.nix
···
+3
-3
pkgs/applications/radio/chirp/default.nix
+3
-3
pkgs/applications/radio/chirp/default.nix
···
+3
-3
pkgs/applications/version-management/git-credential-oauth/default.nix
+3
-3
pkgs/applications/version-management/git-credential-oauth/default.nix
······
+12
-3
pkgs/development/compilers/halide/default.nix
+12
-3
pkgs/development/compilers/halide/default.nix
·········-cmakeFlags = [ "-DWARNINGS_AS_ERRORS=OFF" "-DWITH_PYTHON_BINDINGS=OFF" "-DTARGET_WEBASSEMBLY=OFF" ];
+2
-2
pkgs/development/interpreters/erlang/25.nix
+2
-2
pkgs/development/interpreters/erlang/25.nix
+27
-10
pkgs/development/python-modules/diceware/default.nix
+27
-10
pkgs/development/python-modules/diceware/default.nix
···
+30
-6
pkgs/development/python-modules/libais/default.nix
+30
-6
pkgs/development/python-modules/libais/default.nix
···
+2
-2
pkgs/development/python-modules/policyuniverse/default.nix
+2
-2
pkgs/development/python-modules/policyuniverse/default.nix
···
+18
-10
pkgs/development/python-modules/pycategories/default.nix
+18
-10
pkgs/development/python-modules/pycategories/default.nix
···
+21
-8
pkgs/development/python-modules/pysrim/default.nix
+21
-8
pkgs/development/python-modules/pysrim/default.nix
···
+52
pkgs/development/python-modules/sensirion-ble/default.nix
+52
pkgs/development/python-modules/sensirion-ble/default.nix
···
+23
-5
pkgs/development/python-modules/srptools/default.nix
+23
-5
pkgs/development/python-modules/srptools/default.nix
···
+23
-9
pkgs/development/python-modules/tatsu/default.nix
+23
-9
pkgs/development/python-modules/tatsu/default.nix
·········
+222
pkgs/games/shipwright/default.nix
+222
pkgs/games/shipwright/default.nix
···+shipwright.override { oot = { enable = true; variant = "debug"; rom = path/to/oot-debug-mq.z64; } }+# From upstream: https://github.com/HarbourMasters/Shipwright/blob/e46c60a7a1396374e23f7a1f7122ddf9efcadff7/README.md#1-check-your-sha1+}.${variant} or (throw "Unsupported romVariant ${variant}. Valid options are 'debug' and 'pal-gc'.");+shipwright.override { ootMq = { enable = true; variant = "debug-mq"; rom = path/to/oot-debug-mq.z64; } }+# From upstream: https://github.com/HarbourMasters/Shipwright/blob/e46c60a7a1396374e23f7a1f7122ddf9efcadff7/README.md#1-check-your-sha1+}.${variant} or (throw "Unsupported mqRomVariant ${variant}. Valid options are 'debug-mq' and 'debug-mq-alt'.");+assert (lib.assertMsg (checkAttrs oot) "oot must have the attributes 'enable' and 'rom', and none other");+assert (lib.assertMsg (checkAttrs ootMq) "ootMq must have the attributes 'enable' and 'rom', and none other");+assert (lib.assertMsg (oot.enable || ootMq.enable) "At least one of 'oot.enable' and 'ootMq.enable' must be true");+# https://github.com/HarbourMasters/Shipwright/blob/e46c60a7a1396374e23f7a1f7122ddf9efcadff7/soh/CMakeLists.txt#L736+url = "https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/c5b4df0e1061175cb11e3ebbf8045178339864a5/gamecontrollerdb.txt";+# These patches make soh look inside the nix store for data files (the controller database and the OTRs)+${lib.optionalString oot.enable "python3 ./extract_assets.py -z ../build/ZAPD/ZAPD.out ${oot.rom}"}+${lib.optionalString ootMq.enable "python3 ./extract_assets.py -z ../build/ZAPD/ZAPD.out ${ootMq.rom}"}+description = "A PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more";+An PC port of Ocarina of Time with modern controls, widescreen, high-resolution and more, based off of decompilation.+Note that you must supply an OoT rom yourself to use this package because propietary assets are extracted from it.+shipwright.override { oot = { enable = true; variant = "pal-gc"; rom = path/to/oot-pal-gc.z64; } }
+146
pkgs/games/shipwright/lus-install-paths.patch
+146
pkgs/games/shipwright/lus-install-paths.patch
···++configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/install_config.h.in ${CMAKE_BINARY_DIR}/install_config.h @ONLY)+PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../extern/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR}/../extern/stb+@@ -21,8 +21,8 @@ int32_t osContInit(OSMesgQueue* mq, uint8_t* controllerBits, OSContStatus* statu++ std::string controllerDb = LUS::Context::GetPathRelativeToAppBundle("gamecontrollerdb.txt");
+119
pkgs/games/shipwright/soh-misc-otr-patches.patch
+119
pkgs/games/shipwright/soh-misc-otr-patches.patch
···+if (Extractor::ShowYesNoBox("No OTR Files", "No OTR files found. Generate one now?") == IDYES) {+Extractor::ShowErrorBox("Error", "An error occured, an OTR file may have been generated by a different step. Continuing...");+@@ -2018,4 +2020,4 @@ extern "C" void Gfx_RegisterBlendedTexture(const char* name, u8* mask, u8* repla
+5
-5
pkgs/misc/urbit/default.nix
+5
-5
pkgs/misc/urbit/default.nix
···}.${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}");
+3
-1
pkgs/servers/home-assistant/component-packages.nix
+3
-1
pkgs/servers/home-assistant/component-packages.nix
······
+3
-3
pkgs/servers/matrix-synapse/default.nix
+3
-3
pkgs/servers/matrix-synapse/default.nix
···
+3
-3
pkgs/tools/admin/trivy/default.nix
+3
-3
pkgs/tools/admin/trivy/default.nix
···
+5
-2
pkgs/tools/misc/nitch/default.nix
+5
-2
pkgs/tools/misc/nitch/default.nix
······+url = "https://github.com/ssleert/nitch/commit/ff10dea47dbc4d9736bd839b87869f53166cf395.patch";···
+2
-2
pkgs/tools/misc/phrase-cli/default.nix
+2
-2
pkgs/tools/misc/phrase-cli/default.nix
···
+2
pkgs/top-level/all-packages.nix
+2
pkgs/top-level/all-packages.nix
+2
pkgs/top-level/python-packages.nix
+2
pkgs/top-level/python-packages.nix
···