lapce: Fix

This commit is contained in:
2022-06-17 10:11:39 +02:00
parent f6ab3c0b60
commit 5df4e2c43d
2 changed files with 9 additions and 3 deletions

View File

@@ -82,7 +82,13 @@ final: prev:
inherit src;
outputHash = "sha256-spmRgwTh0Sg+OvT/s85xEvOfs2DdCihnX6Ya+sDyePM=";
});
buildInputs = with prev; old.buildInputs ++ [ libglvnd glibc ];
nativeBuildInputs = with prev; old.nativeBuildInputs ++ [
wrapGAppsHook
];
buildInputs = with prev; old.buildInputs ++ [
libglvnd
glib cairo pango atk gdk-pixbuf gtk3
];
preFixup = ''
patchelf \