Skip to content

Commit ea4b92b

Browse files
authored
Merge pull request #241 from osama-re/nox-disable-webp
Disable webp support in emacsGit-nox and emacsUnstable-nox
2 parents 3633040 + 5725149 commit ea4b92b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ in
113113
withX = false;
114114
withGTK2 = false;
115115
withGTK3 = false;
116+
withWebP = false;
116117
}
117118
).overrideAttrs (
118119
oa: {
@@ -128,6 +129,7 @@ in
128129
withX = false;
129130
withGTK2 = false;
130131
withGTK3 = false;
132+
withWebP = false;
131133
}
132134
).overrideAttrs (
133135
oa: {

0 commit comments

Comments
 (0)