lapce: Fix
This commit is contained in:
parent
f6ab3c0b60
commit
5df4e2c43d
@ -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;
|
||||
};
|
||||
};
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user