Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

immersed: 10.5.0 -> 10.6.0 #367765

Closed
wants to merge 3,466 commits into from
Closed

immersed: 10.5.0 -> 10.6.0 #367765

wants to merge 3,466 commits into from

Conversation

Bakan0
Copy link

@Bakan0 Bakan0 commented Dec 23, 2024

Things done

  • Built on platform(s)
    • [ ✅] x86_64-linux
    • aarch64-linux
    • [ ✅] x86_64-darwin (I did not check these, as I do not have a Mac, but according to the previous package, this appears to be true)
    • [ ✅] aarch64-darwin (I did not check these, as I do not have a Mac, but according to the previous package, this appears to be true)
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • [ ✅] Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

fpletz and others added 30 commits December 19, 2024 11:22
Original commit: 2ff58b3

Co-authored-by: AndersonTorres <[email protected]>
(cherry picked from commit 4722e2b)
(cherry picked from commit 4eee326)
(cherry picked from commit 70a9b03)
(cherry picked from commit c9c4b9f)
Rasdaemon exporter for Prometheus

(cherry picked from commit 1351f1f)
This matches how `environment.gnome.excludePackages` works elsewhere,
and prevents evaluation from failing when an excluded package is not
available (e.g. by having a blocklisted license).

(cherry picked from commit 8e1ad9b)
Signed-off-by: Sefa Eyeoglu <[email protected]>
(cherry picked from commit dc27833)
Signed-off-by: Sefa Eyeoglu <[email protected]>
(cherry picked from commit 8816be7)
Signed-off-by: Sefa Eyeoglu <[email protected]>
(cherry picked from commit d769a8d)
Signed-off-by: Sefa Eyeoglu <[email protected]>
(cherry picked from commit ac1e883)
(cherry picked from commit 240d44b)
upstream determines the gjs path with `find_program('gjs')`, however
this fails to find anything when cross compiling because meson doesn't
know which paths to check.

the interaction between meson's `find_program` and `cross-file` is
documented here:
<https://mesonbuild.com/Reference-manual_functions.html#find_program>

(cherry picked from commit 7a9a2d8)
This reverts commit 8816be7.

Well this is not a desktop entry... I think.

This fixes opening Maps in GNOME (from the activity view) for me:
"JS ERROR: Error: Requiring GLib, version 2.0: Typelib file for namespace 'GLib',
version '2.0' not found".

I learned from the KDE docs[1] that *unlike desktop files*, dbus files should contain
full path to the application to start. I tried not using full path previously in a
sticky PR[2] and it just fails to start with `org.freedesktop.DBus.Error.Spawn.ExecFailed`.

[1]: https://develop.kde.org/docs/features/d-bus/dbus_autostart_services/#creating-a-service-file
[2]: linuxmint/sticky#118

(cherry picked from commit d37e098)
(cherry picked from commit 60ea1e3)
@SigmaSquadron SigmaSquadron added 2.status: work-in-progress This PR isn't done 9.needs: clean-up and removed 6.topic: policy discussion 6.topic: vim 6.topic: xfce The Xfce Desktop Environment 6.topic: hardware 6.topic: nixos-container Imperative and declarative systemd-nspawn containers 6.topic: pantheon The Pantheon desktop environment 6.topic: TeX Issues regarding texlive and TeX in general 6.topic: testing Tooling for automated testing of packages and modules 6.topic: cinnamon Desktop environment 6.topic: module system About "NixOS" module system internals 6.topic: jitsi 6.topic: systemd 6.topic: agda "A dependently typed programming language / interactive theorem prover" 6.topic: java Including JDK, tooling, other languages, other VMs 6.topic: Lumina DE The Lumina Desktop Environment 6.topic: Enlightenment DE The Enlightenment Desktop Environment 6.topic: mate The MATE Desktop Environment 6.topic: flakes The experimental Nix feature 6.topic: lib The Nixpkgs function library 6.topic: jupyter Interactive computing tooling: kernels, notebook, jupyterlab 6.topic: php 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 6.topic: deepin Desktop environment and its components 6.topic: dotnet Language: .NET 6.topic: nvidia 6.topic: xen-project The Xen Project hypervisor 6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions labels Dec 30, 2024
@Bakan0 Bakan0 closed this by deleting the head repository Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 2.status: work-in-progress This PR isn't done 9.needs: clean-up 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.