Commit Graph

478 Commits

Author SHA1 Message Date
j-k
3f9339ab51 oras: 1.3.0 -> 1.3.3 (#501585) 2026-08-17 11:21:00 +00:00
06kellyjac
caa8e339df oras: fix tests on darwin 2026-08-17 10:47:11 +01:00
Weijia Wang
45ab5d2531 orchard: 0.54.0 -> 0.56.1 (#518182) 2026-08-16 19:22:51 +00:00
Jan Tojnar
758cc779ca orca: Add missing dependency and enable tests (#540921) 2026-08-13 22:20:42 +00:00
R. Ryantm
8d73da76f9 orchard: 0.54.0 -> 0.56.1 2026-08-13 21:07:40 +00:00
Weijia Wang
3a4cd7440b treewide: fix eval on unsupported systems (#542642) 2026-08-10 09:42:26 +00:00
Peder Bergebakken Sundt
f4353658b0 orbstack: 2.2.1-20628 -> 2.2.3-20963 (#548703) 2026-08-08 15:36:09 +00:00
liberodark
55791a76a2 oracle-instantclient: fix eval on unsupported systems 2026-08-08 08:59:08 +02:00
R. Ryantm
f2a80704b3 ord: 0.27.1 -> 0.29.0 2026-08-07 13:46:43 +00:00
David Morgan
f243753975 orbstack: 2.2.1-20628 -> 2.2.3-20963 2026-08-07 13:27:44 +01:00
Nanotwerp
4a7217bbe9 orchis-theme: 2025-04-25 -> 2026-07-07 2026-08-05 21:56:08 -04:00
isabel
3a971fa2e6 orchis-theme: re-add without murrine (#549215) 2026-08-05 07:53:23 +00:00
Yohann Boniface
87319d0477 orbitron: use installFonts (#548634) 2026-08-04 21:42:46 +00:00
Naïm Camille Favier
d3151ff5f9 orchis-theme: re-add without murrine
Reverts 376d9eec93 and just removes the
dependency on murrine, since the theme works fine without it.
2026-08-04 19:03:20 +02:00
7c6f434c
b6d794b4de various: remove unused optional/optionalString from let bindings (#510890) 2026-08-04 01:19:17 +00:00
pancaek
346642c701 orbitron: use installFonts 2026-08-02 18:23:57 -07:00
2kybe3
9dc557378d treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #538981
2026-08-01 19:26:08 +02:00
Martin Weinelt
376d9eec93 orchis-theme: remove
Depends on gtk-engine-murrine, which is being removed from nixpkgs.
2026-07-30 01:19:37 +02:00
Martin Weinelt
6b51ea181f orion: remove
GTK2 is deprecated and this theme was last updated in 2014.
2026-07-22 16:18:40 +02:00
Emily
3336a0bce7 orbstack: drop x86_64-darwin from update script 2026-07-15 03:58:17 +01:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Oleksii Filonenko
7263669e7d orion-browser: init at 1.1.1 (#538865) 2026-07-13 10:29:38 +00:00
Pradyuman Vig
bb01c8c8fd orion-browser: init at 149 2026-07-12 21:55:12 -05:00
Wolfgang Walther
483003dbd1 orioledb: 17.20 -> 18.1 (orioledb-postgres)
Release Notes:
https://github.com/orioledb/postgres/releases/tag/patches18_1
https://github.com/orioledb/orioledb/releases/tag/beta16
2026-07-12 22:11:02 +02:00
Jan Tojnar
358393045b orca: Enable tests
Initially, I wanted to verify that the required runtime dependencies are present
but the test environment will gladly pick them up from `buildInputs`
without them actually being recorded in the derivation for runtime.

The tests are still useful as a sanity check, though.

The three disabled tests will segfault in `_gtk_settings_get_screen`.
While that can be fixed by running the tests using `xvfb-run`, it them fails
on missing accessibility bus. Since it will be resolved in next orca version,
I am not bothering to replicate the integration test environment here.
2026-07-12 21:36:58 +02:00
Jan Tojnar
da0d6c0f40 orca: Add missing at-spi2-core PyGObject overrides
Specifically, the `__hash__` method in `Atspi.Accessible` is required for proper state management.
See https://gitlab.gnome.org/GNOME/orca/-/merge_requests/283 for details.

Fixes: https://github.com/NixOS/nixpkgs/issues/540352
2026-07-12 03:13:45 +02:00
Jan Tojnar
1a0873acb8 orca: Apply upstream subprocess-reduction patch
This will allow us to reduce the `fix-paths.patch`.
2026-07-12 03:13:32 +02:00
R. Ryantm
d9e87c972f oras: 1.3.0 -> 1.3.3 2026-07-11 03:38:29 +00:00
Jan Tojnar
439cf4fd66 orca: Remove unused dbus-python dependency
It has not been needed since 49.0:
5ca09c389f
2026-07-11 04:26:14 +02:00
R. Ryantm
9f13e45303 ory: 1.3.0 -> 1.3.1 2026-07-10 19:48:44 +00:00
Peder Bergebakken Sundt
7fe2c68a3c orca-slicer: 2.4.1 -> 2.4.2 (#539441) 2026-07-10 16:58:08 +00:00
zraexy
db9c29bbcc orca-slicer: 2.4.1 -> 2.4.2 2026-07-07 15:46:49 -08:00
zraexy
138998ca74 orca-slicer: add GStreamer gtksink plugin as dependency 2026-07-07 15:44:07 -08:00
zraexy
b8bad420de orca-slicer: restore update check patch 2026-07-07 15:33:31 -08:00
zraexy
f65784b6b3 orca-slicer: add zraexy as maintainer 2026-07-07 15:29:59 -08:00
Wolfgang Walther
97a8d84551 orioledb: init at 17.20 2026-07-05 14:45:54 +02:00
Martin Weinelt
5a6a726fc2 Merge remote-tracking branch 'origin/master' into staging-next 2026-07-04 20:07:10 +02:00
K900
5027ff7314 orca-slicer: build with clang 2026-07-04 11:24:19 +03:00
nixpkgs-ci[bot]
a692067795 Merge master into staging-next 2026-07-04 00:35:57 +00:00
Atemu
85d4c37e51 orca-slicer: enable EGL for wxwidgets (#536314) 2026-07-03 18:34:30 +00:00
nixpkgs-ci[bot]
25e094b684 Merge master into staging-next 2026-07-03 18:28:50 +00:00
liberodark
544d585a05 orca-slicer: 2.4.0 -> 2.4.1 2026-07-03 07:34:22 +02:00
nixpkgs-ci[bot]
c5a80d8625 Merge master into staging-next 2026-07-01 18:40:23 +00:00
Sandro
df29038fa4 ory-hydra: run upstream test suite (#502029) 2026-07-01 16:42:00 +00:00
nixpkgs-ci[bot]
d8a7dfa41f Merge master into staging-next 2026-06-30 00:44:58 +00:00
Sandro
4e722597a6 ory-talos: init at 26.2.0 (#534800) 2026-06-29 23:00:33 +00:00
nixpkgs-ci[bot]
651b30f989 Merge master into staging-next 2026-06-29 18:42:03 +00:00
Francesco Gazzetta
819fc95a8a organicmaps: 2026.01.26-11 -> 2026.05.27-11, devendor dependencies (#505908) 2026-06-29 15:49:37 +00:00
Darren Rambaud
4e1d75500f ory-hydra: run upstream test suite
* add `subPackages` attr to build and test relevant artifacts, remove
  custom `checkPhase`
* add __darwinAllowLocalNetworking, __structuredAttrs
* update comment (https://github.com/NixOS/nixpkgs/pull/502029#discussion_r3016666366)
* use `finalAttrs.src.tag` (https://github.com/NixOS/nixpkgs/pull/502029#discussion_r3016668229)
* remove `-failfast` switch (https://github.com/NixOS/nixpkgs/pull/502029#discussion_r3016669901)
* fix tests by adding `export GOFLAGS=''${GOFLAGS//-trimpath/}`
* add `postInstall` to install shell completion, update meta attrs
2026-06-28 16:55:23 -05:00
Stuart Mumford
9007b5bf53 orca-slicer: enable EGL for wxwidgets 2026-06-28 21:32:16 +01:00