Loading pkgs/applications/science/math/cemu-ti/cmake-no-deploy.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line diff --git a/CMakeLists.txt b/CMakeLists.txt index 68ce1294..5c2924f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,7 @@ message("Binary dir: ${CMAKE_CURRENT_BINARY_DIR}") # TODO: linux .desktop/.xml files -if(COMMAND qt_generate_deploy_app_script) +if(FALSE) qt_generate_deploy_app_script( TARGET CEmu FILENAME_VARIABLE deploy_script pkgs/applications/science/math/cemu-ti/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: { # This is resolved upstream, but I can't apply the patch because the # sourceRoot isn't set to the base of the Git repo. ./resolve-ambiguous-constexpr.patch # Disable the deploy_script generation. It's broken with Qt 6.10 and not used by this package. ./cmake-no-deploy.patch ]; nativeBuildInputs = [ Loading Loading
pkgs/applications/science/math/cemu-ti/cmake-no-deploy.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line diff --git a/CMakeLists.txt b/CMakeLists.txt index 68ce1294..5c2924f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,7 @@ message("Binary dir: ${CMAKE_CURRENT_BINARY_DIR}") # TODO: linux .desktop/.xml files -if(COMMAND qt_generate_deploy_app_script) +if(FALSE) qt_generate_deploy_app_script( TARGET CEmu FILENAME_VARIABLE deploy_script
pkgs/applications/science/math/cemu-ti/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: { # This is resolved upstream, but I can't apply the patch because the # sourceRoot isn't set to the base of the Git repo. ./resolve-ambiguous-constexpr.patch # Disable the deploy_script generation. It's broken with Qt 6.10 and not used by this package. ./cmake-no-deploy.patch ]; nativeBuildInputs = [ Loading