Skip to content

Commit

Permalink
Disable webp support in emacsGit-nox and emacsUnstable-nox
Browse files Browse the repository at this point in the history
  • Loading branch information
osama-re committed Sep 5, 2022
1 parent 3633040 commit 5725149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ in
withX = false;
withGTK2 = false;
withGTK3 = false;
withWebP = false;
}
).overrideAttrs (
oa: {
Expand All @@ -128,6 +129,7 @@ in
withX = false;
withGTK2 = false;
withGTK3 = false;
withWebP = false;
}
).overrideAttrs (
oa: {
Expand Down

0 comments on commit 5725149

Please sign in to comment.