lapce: Fix
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user