temporary set webkitgtk from stable channel
This commit is contained in:
parent
6ca7ba1743
commit
cd687b02b8
@ -39,6 +39,11 @@ with lib; {
|
|||||||
extraPkgs = pkgs: with pkgs; [ mono libkrb5 keyutils ];
|
extraPkgs = pkgs: with pkgs; [ mono libkrb5 keyutils ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for some reason, it tries to compile webkit
|
||||||
|
webkitgtk = stable.webkitgtk;
|
||||||
|
webkitgtk_6_0 = stable.webkitgtk_6_0;
|
||||||
|
webkitgtk_4_1 = stable.webkitgtk_4_1;
|
||||||
|
|
||||||
nix = inputs.nix.packages.${system}.default.overrideAttrs (oa: {
|
nix = inputs.nix.packages.${system}.default.overrideAttrs (oa: {
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
patches = [ ./nix/doas.patch ] ++ oa.patches or [ ];
|
patches = [ ./nix/doas.patch ] ++ oa.patches or [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user