libcanberra-gtk3: Provide dummy GTK module
This commit is contained in:
parent
0a1fcf2060
commit
4dce884153
1 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,12 @@ in genAttrs [
|
||||||
gtkSupport = null;
|
gtkSupport = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libcanberra-gtk3 = final.libcanberra.overrideAttrs (prevAttrs: {
|
||||||
|
passthru = prevAttrs.passthru or { } // {
|
||||||
|
gtkModule = final.emptyDirectory;
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
libepoxy = (prev.libepoxy.overrideAttrs (prevAttrs: {
|
libepoxy = (prev.libepoxy.overrideAttrs (prevAttrs: {
|
||||||
buildInputs = prevAttrs.buildInputs or [ ]
|
buildInputs = prevAttrs.buildInputs or [ ]
|
||||||
++ [ final.libGL ];
|
++ [ final.libGL ];
|
||||||
|
|
Loading…
Reference in a new issue