fix: drop deprecated xorg.* refs for Cursor AppImage extraPkgs
This commit is contained in:
@@ -46,11 +46,11 @@
|
|||||||
|
|
||||||
extraPkgs = p: with p; [
|
extraPkgs = p: with p; [
|
||||||
glib gtk3 cairo pango atk gdk-pixbuf
|
glib gtk3 cairo pango atk gdk-pixbuf
|
||||||
xorg.libX11 xorg.libXcomposite xorg.libXcursor
|
libx11 libxcomposite libxcursor
|
||||||
xorg.libXext xorg.libXfixes xorg.libXi
|
libxext libxfixes libxi
|
||||||
xorg.libXrandr xorg.libXrender xorg.libXtst
|
libxrandr libxrender libxtst
|
||||||
nss nspr dbus at-spi2-atk at-spi2-core
|
nss nspr dbus at-spi2-atk at-spi2-core
|
||||||
mesa alsa-lib fuse libxkbcommon xorg.libxkbfile
|
mesa alsa-lib fuse libxkbcommon libxkbfile
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
|
|
||||||
# Overlay for easy integration into other flakes
|
# Overlay for easy integration into other flakes
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
cursor = self.packages.${final.system}.cursor;
|
cursor = self.packages.${final.stdenv.hostPlatform.system}.cursor;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user