lapce: Fix

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

View File

@ -51,7 +51,7 @@
spotify-wrapped
zoom-vm
#lapce
lapce
];
ptw = {
@ -87,7 +87,7 @@
enable = true;
postStartCommand = "${pkgs.input-remapper}/bin/input-remapper-control --command start --preset NOOP --device \"Razer Razer Tartarus V2\"";
};
sddm = {
gdm = {
enable = true;
};
};

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 \