lisp-modules: avoid the replaced pkgs.webkitgtk_5_0

I don't know if it really works, but this way it at least evaluates
https://hydra.nixos.org/build/215504769/nixlog/1/tail
This commit is contained in:
Vladimír Čunát 2023-04-12 13:45:19 +02:00
parent a603e9044c
commit 7486a74d9f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -517,10 +517,10 @@ let
cl-gobject-introspection-wrapper
] ++ [ self.cl-gtk4 ];
nativeBuildInputs = [
pkgs.webkitgtk_5_0
pkgs.webkitgtk_6_0
];
nativeLibs = [
pkgs.webkitgtk_5_0
pkgs.webkitgtk_6_0
];
};