snapmaker-luban: 4.8.0 -> 4.9.1
This commit is contained in:
parent
64900d4125
commit
aeb85f8739
1 changed files with 5 additions and 4 deletions
|
@ -2,17 +2,17 @@
|
||||||
, alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups
|
, alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups
|
||||||
, gtk3, nss, glib, dbus, nspr, gdk-pixbuf, libdrm, mesa
|
, gtk3, nss, glib, dbus, nspr, gdk-pixbuf, libdrm, mesa
|
||||||
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
|
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
|
||||||
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, pango
|
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, pango
|
||||||
, gcc-unwrapped, udev
|
, gcc-unwrapped, udev
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "snapmaker-luban";
|
pname = "snapmaker-luban";
|
||||||
version = "4.8.0";
|
version = "4.9.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
|
url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
|
||||||
sha256 = "sha256-uY8MlLIZrbds5/QdYZFTLSSis0BwRU19XfLiBX+2VCY=";
|
sha256 = "sha256-qLeF1trBrp53xkiAhybPTHUKuXYHQYfZ3tsmPPJlvUM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
libXtst
|
libXtst
|
||||||
libxcb
|
libxcb
|
||||||
|
libxshmfence
|
||||||
mesa # Required for libgbm
|
mesa # Required for libgbm
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
|
@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath [
|
libPath = lib.makeLibraryPath [
|
||||||
stdenv.cc.cc alsa-lib atk at-spi2-atk at-spi2-core cairo cups
|
stdenv.cc.cc alsa-lib atk at-spi2-atk at-spi2-core cairo cups
|
||||||
gdk-pixbuf glib gtk3 libX11 libXcomposite
|
gdk-pixbuf glib gtk3 libX11 libXcomposite libxshmfence
|
||||||
libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
|
libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
|
||||||
libXtst nspr nss libxcb pango libXScrnSaver udev
|
libXtst nspr nss libxcb pango libXScrnSaver udev
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue