Skip to content

Commit

Permalink
mesa32_git: no need to revert patch anymore (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC authored Nov 29, 2023
1 parent 99533bf commit 1bca246
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pkgs/mesa-git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@

let
inherit (final.stdenv) is32bit;
inherit (final.lib) optional;

problematicCommit = final.fetchpatch {
url = "https://github.com/chaotic-cx/mesa-mirror/commit/e4ffb2473b59dd98ea0b400a47b6b50beda3dbf2.patch";
hash = "sha256-5f80Ru1SdrkfSC+uG/haTF7Z7I6LetGY3WiownRdHfE=";
revert = true;
};
in
gitOverride (current: {
nyxKey = if is32bit then "mesa32_git" else "mesa_git";
Expand Down Expand Up @@ -48,7 +41,7 @@ gitOverride (current: {
./opencl.patch
./disk_cache-include-dri-driver-path-in-cache-key.patch
./gbm-backend.patch
] ++ optional is32bit problematicCommit;
];
# expose gbm backend and rename vendor (if necessary)
outputs =
if gbmDriver
Expand Down

2 comments on commit 1bca246

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (198 not suitable for building)

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (198 not suitable for building)

Please sign in to comment.