linyaps-web-store-installer: fix cmake 4 compatibility (#449916)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
cmake,
|
||||
qt6,
|
||||
}:
|
||||
@@ -22,6 +23,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace-fail "Exec=/usr/bin/ll-installer" "Exec=$out/bin/ll-installer"
|
||||
'';
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
# https://github.com/OpenAtom-Linyaps/linyaps-web-store-installer/pull/24
|
||||
url = "https://github.com/OpenAtom-Linyaps/linyaps-web-store-installer/commit/fc365dd06b17df38d9ae991775e51c5f1b547341.patch?full_index=1";
|
||||
hash = "sha256-BpFM3w8njRANvxH34PyP3Y2hLtZWOl18KZxzA+Ew3Zg=";
|
||||
includes = [ "CMakeLists.txt" ];
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
qt6.wrapQtAppsHook
|
||||
|
||||
Reference in New Issue
Block a user