Commit Graph
709640 Commits
Author SHA1 Message Date
Franz PletzandGitHub 68ed257875 linuxPackages.ddcci-driver: 0.4.4 -> 0.4.5-unstable-2024-09-26 (#354241) 2024-11-08 00:19:33 +01:00
Martin Weinelt 790bbf36da home-assistant: pin vulcan-api at 2.3.2 2024-11-08 00:18:28 +01:00
David McFarlandandGitHub b091eee5ba python312Packages.pythonnet: fix build (#353521) 2024-11-07 19:14:02 -04:00
Dmitry KalinkinandGitHub 59d2f9da2c blender: fix build; openvdb_11: init at 11.0.0 (#354095) 2024-11-07 18:11:57 -05:00
David McFarlandandGitHub e9fbfe4253 godot_4: add godot_4-mono (#353242) 2024-11-07 19:11:28 -04:00
RamsesandGitHub 14434de3e7 vcpkg: 2024.09.30 -> 2024.10.21 (#353498) 2024-11-07 23:49:03 +01:00
RamsesandGitHub d4261f6008 simpleDBus: 0.7.3 -> 0.8.1 (#354240) 2024-11-07 23:44:05 +01:00
nixpkgs-merge-bot[bot]andGitHub a6678843d4 efmt: 0.18.2 -> 0.18.3 (#354271) 2024-11-07 22:17:49 +00:00
Martin Weinelt 4168b53b73 SDL_stretch: mark broken on darwin
Also disables sdltest on darwin, since it breaks during configure.

And reformats the package, since meta was overindented.
2024-11-07 23:16:24 +01:00
R. Ryantm bbd55bd698 python312Packages.pyngrok: 7.2.0 -> 7.2.1 2024-11-07 22:10:01 +00:00
R. Ryantm 00cc534282 python312Packages.kornia: 0.7.3 -> 0.7.4 2024-11-07 22:09:05 +00:00
Leah Amelia Chen 831c38e319 python3Packages.fastcrc: init at 0.3.2 2024-11-07 23:06:22 +01:00
Matteo Pacini c4cfa34cd6 opencommit: init at 3.2.1 2024-11-07 21:55:19 +00:00
schrobingus 5106cce978 maintainers: add schrobingus 2024-11-07 13:53:46 -08:00
KX 518bc9c5b3 nixos/promtail: configFile for passing path as config 2024-11-07 22:53:22 +01:00
Leah Amelia Chen 1a118d8c4a evremap: init at 0-unstable-2024-06-17 2024-11-07 22:46:29 +01:00
Artturin 277a2669d2 gobject-introspection: Conditionalize depsTargetTargetPropagated
Fixes ↓

```
nix-repl> pkgsCross.x86_64-freebsd.pkgsBuildHost.gobject-introspection
error: Don't know how to run x86_64-unknown-freebsd executables.
```

The unwrapped already doesn't error

```
nix-repl> pkgsCross.x86_64-freebsd.pkgsBuildHost.gobject-introspection-unwrapped
«derivation /nix/store/xq4q4vigy2glmfng2h6bbr4sysyk8ipz-gobject-introspection-1.82.0.drv»
```

https://www.github.com/NixOS/nixpkgs/blob/7b1cffdd2e13b2cdad5b37e259016efd0ea48fcd/pkgs/development/libraries/gobject-introspection/default.nix#L114

It's caused by `depsTargetTargetPropagated = [ overridenTargetUnwrappedGir ];` in the wrapper

In `graphene` there is
`PATH=${python3.withPackages (pp: [ pp.pygobject3 pp.tappy ])}/bin:$PATH patchShebangs tests/introspection.py`

Which causes the `Don't know` error in `pkgsCross.x86_64-freebsd.pkgsBuildHost.graphene`

because `python3` and `pygobject3` will be from `pkgsHostTarget`

and then `pygobject3` has `gobject-introspection` from `pkgsHostTarget`

and then that `gobject-introspection` will have `pkgsCross.x86_64-freebsd.pkgsCross.x86_64-freebsd.buildPackages.pkgsTargetTarget.gobject-introspection.gobject-introspection` in `depsTargetTargetPropagated`

To test that importing the python library `gi` works without `depsTargetTargetPropagated`

```nix
let
  pkgs =
    (import ./. {
      crossSystem = (import ./lib).systems.examples.aarch64-multiplatform;
      # On `master` uncomment this and comment `propagatedBuildInputs` below and you'll get
      # error: Don't know how to run x86_64-unknown-freebsd executables.
      #crossSystem = (import ./lib).systems.examples.x86_64-freebsd;
      overlays = [
        (_: prev: {
          pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
            (_: pprev: {
              pygobject3-test = pprev.pygobject3.overrideAttrs {
                propagatedBuildInputs = [
                  pprev.pycairo
                  (prev.gobject-introspection.overrideAttrs { depsTargetTargetPropagated = [ ]; })
                ];
              };
            })
          ];
        })
      ];
    }).pkgs;
  pyr = pkgs.pkgsBuildHost.python3Packages.python.withPackages (pp: [ pp.pygobject3-test ]);
in
pkgs.pkgsBuildBuild.runCommand "test" { } ''
  "${pyr.interpreter}" -c "import gi" && touch "$out"
''
```
2024-11-07 23:44:23 +02:00
R. Ryantm 8c7e1de255 python312Packages.teslajsonpy: 3.12.1 -> 3.12.2 2024-11-07 21:43:22 +00:00
Austin HorstmanandGitHub f7516232a6 git-nomad: migrate to new apple-sdk structure, move to by-name (#354071) 2024-11-07 15:43:12 -06:00
Austin HorstmanandGitHub 17726c73ff heh: migrate to apple-sdk_11, move to by-name (#354079) 2024-11-07 15:42:48 -06:00
Gutyina Gergő 01310793c8 bruno: postBuild -> buildPhase 2024-11-07 22:41:21 +01:00
Jakub KozłowskiandGitHub 56dafe8d3d bloop: 2.0.4 -> 2.0.5 (#354264) 2024-11-07 22:40:26 +01:00
Austin Horstman 8285855799 jellyfin-web: assert matching jellyfin version 2024-11-07 15:38:07 -06:00
Austin Horstman b6ea4f466c jellyfin-web: 10.10.0 -> 10.10.1 2024-11-07 15:37:34 -06:00
Austin Horstman 13d1089f5a jellyfin: 10.10.0 -> 10.10.1 2024-11-07 15:37:34 -06:00
Austin HorstmanandGitHub a0e9eae3d8 vimPlugins.snacks-nvim: init at 2024-11-07 (#354276) 2024-11-07 15:36:39 -06:00
seth 182f3d0737 garnet: 1.0.18 -> 1.0.36
Changelog: https://github.com/microsoft/garnet/releases/tag/v1.0.36
Diff: https://github.com/microsoft/garnet/compare/v1.0.18...v1.0.36
2024-11-07 16:22:59 -05:00
Gutyina Gergő 9138d320ef osu-lazer: add vulkan support 2024-11-07 22:17:18 +01:00
Dmitry KalinkinandGitHub 5c687a95f1 arrow-cpp: 17.0.0 -> 18.0.0 (#351868) 2024-11-07 16:14:20 -05:00
Noa Aarts 9d7ab9fcd4 python312Packages.ormar: mark as broken, does not work with SQLAlchemy 2.0.0 2024-11-07 22:07:33 +01:00
seth 56d1dce26b xwayland-satellite: add meta.changelog 2024-11-07 16:05:37 -05:00
seth fdf4642040 xwayland-satellite: 0.4-unstable-2024-09-15 -> 0.5
Changelog: https://github.com/Supreeeme/xwayland-satellite/releases/tag/v0.5
Diff: https://github.com/Supreeeme/xwayland-satellite/compare/b962a0f33b503aa39c9cf6919f488b664e5b79b4...v0.5
2024-11-07 16:03:34 -05:00
Pol Dellaiera 91d95405a8 python312Packages.deepsearch-toolkit: init at 1.1.1 2024-11-07 22:02:21 +01:00
Pol Dellaiera 6487438e99 python312Packages.docling-core: init at 2.3.1 2024-11-07 22:02:21 +01:00
Pol Dellaiera f170df7763 python312Packages.docling-ibm-models: init at 2.0.3 2024-11-07 22:02:21 +01:00
Pol DellaieraandGaétan Lepage 44fc6841e9 python312Packages.docling-parse: init at 2.0.2
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-11-07 22:02:20 +01:00
Pol Dellaiera 254f162c32 python312Packages.objprint: init at 0.2.3 2024-11-07 22:02:20 +01:00
Pol Dellaiera e19c00073b python312Packages.marko: init at 2.1.2 2024-11-07 22:02:20 +01:00
Pol Dellaiera 5d377ab649 python312Packages.mean-average-precision: init at 2024.01.05.0 2024-11-07 22:02:20 +01:00
Pol Dellaiera 8639bd0a58 loguru: init at 2.1.0-unstable-2023-04-6
Using the unstable version including `cmake` support.
2024-11-07 22:02:20 +01:00
hatch01andGitHub febd04d099 melos: init at 6.2.0 (#334461) 2024-11-07 21:58:07 +01:00
seth 6e91bba94d identity: add meta.changelog 2024-11-07 15:52:51 -05:00
seth 6952de9ce1 identity: use versionCheckHook 2024-11-07 15:52:50 -05:00
seth fbcf962708 identity: use best practices & cleanup 2024-11-07 15:52:47 -05:00
seth e0784fad5f identity: run checks 2024-11-07 15:52:22 -05:00
seth 95f260494a identity: 0.6.0 -> 0.7.0 2024-11-07 15:52:15 -05:00
github-actions[bot]andGitHub 3533282a88 Merge master into staging-next 2024-11-07 20:49:24 +00:00
huantian fe0ab21260 unityhub: 3.9.1 -> 3.10.0 2024-11-07 12:46:07 -08:00
R. Ryantm 038b963062 gh-poi: 0.10.1 -> 0.11.0 2024-11-07 20:43:24 +00:00
R. Ryantm 3e64289a9c python312Packages.tatsu: 5.12.1 -> 5.12.2 2024-11-07 20:39:56 +00:00