Unverified Commit 32fecd9b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

snapmaker-luban: 4.4.0 -> 4.7.0
parents e555b1ea 8f899444
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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