Merge pull request #224034 from simonkampe/feature/luban-4.7

snapmaker-luban: 4.4.0 -> 4.7.0
This commit is contained in:
Mario Rodas 2023-04-01 19:15:38 -05:00 committed by GitHub
commit 32fecd9b89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "snapmaker-luban";
version = "4.4.0";
version = "4.7.0";
src = fetchurl {
url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
sha256 = "sha256-cXFnFWa6IDGuC6M46Ybnr9/LM8hG0KTUlkzcyuje5SI=";
sha256 = "sha256-iIAK4XqxtdV+3FZHhzerMLcpfniKhNMGnfGA+W2inZc=";
};
nativeBuildInputs = [
@ -47,7 +47,13 @@ stdenv.mkDerivation rec {
libXtst nspr nss libxcb pango libXScrnSaver udev
];
autoPatchelfIgnoreMissingDeps = [
"libc.musl-x86_64.so.1"
];
dontWrapGApps = true;
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall