mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gnomeExtensions.gtk4-desktop-icons-ng-ding: fix substituteAll usage
This commit is contained in:
parent
1f0044428f
commit
c46a2c35ab
@ -103,7 +103,7 @@ super: lib.trivial.pipe super [
|
||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||
patches = [
|
||||
(substituteAll {
|
||||
inherit gjs util-linux xdg-utils;
|
||||
inherit gjs;
|
||||
util_linux = util-linux;
|
||||
xdg_utils = xdg-utils;
|
||||
src = ./extensionOverridesPatches/gtk4-ding_at_smedius.gitlab.com.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user