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

prismlauncher: add vulkan-loader #303880

Merged

Conversation

Scrumplex
Copy link
Member

Description of changes

Closes #303765

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • 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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 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.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
@Scrumplex
Copy link
Member Author

Result of nixpkgs-review pr 303880 run on x86_64-linux 1

2 packages built:
  • prismlauncher
  • prismlauncher-qt5

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Apr 13, 2024
@nonetrix
Copy link
Contributor

Shouldn't this change also be added to the -unwrapped package? Sorry if I am a bit noobish

@getchoo
Copy link
Member

getchoo commented Apr 14, 2024

Shouldn't this change also be added to the -unwrapped package? Sorry if I am a bit noobish

no, as prism doesn't need vulkan-loader at build time. for runtime dependencies like these, we use the wrapper

@getchoo getchoo added 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package labels Apr 14, 2024
@NickCao NickCao merged commit 5381561 into NixOS:master Apr 14, 2024
28 checks passed
evan-goode added a commit to unmojang/PrismLauncher that referenced this pull request Jul 20, 2024
Brings in changes from the Prism Launcher derivation(s) in nixpkgs, notably
from NixOS/nixpkgs#321851 and
NixOS/nixpkgs#303880

Signed-off-by: Evan Goode <mail@evangoo.de>
evan-goode added a commit to unmojang/PrismLauncher that referenced this pull request Jul 21, 2024
Brings in changes from the Prism Launcher derivation(s) in nixpkgs, notably
from NixOS/nixpkgs#321851 and
NixOS/nixpkgs#303880

Signed-off-by: Evan Goode <mail@evangoo.de>
evan-goode added a commit to unmojang/FjordLauncher that referenced this pull request Aug 12, 2024
Brings in changes from the Prism Launcher derivation(s) in nixpkgs, notably
from NixOS/nixpkgs#321851 and
NixOS/nixpkgs#303880

Signed-off-by: Evan Goode <mail@evangoo.de>
evan-goode added a commit to unmojang/FjordLauncher that referenced this pull request Aug 12, 2024
Brings in changes from the Prism Launcher derivation(s) in nixpkgs, notably
from NixOS/nixpkgs#321851 and
NixOS/nixpkgs#303880

Signed-off-by: Evan Goode <mail@evangoo.de>
@Scrumplex Scrumplex deleted the pkgs/prismlauncher/add-vulkan-loader branch September 29, 2024 09:01
dingdang66686 added a commit to dingdang66686/nixpkgs that referenced this pull request Jan 11, 2025
referring to NixOS#303880 to support VulkanMod.
@dingdang66686 dingdang66686 mentioned this pull request Jan 11, 2025
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vulkan mod doesn't work in Prismlauncher on AMD due to not finding vulkan-loader
4 participants