enyo-launcher 2.0.6 -> 2.0.7 https://repology.org/project/enyo-launcher/versions attrpath: enyo-launcher Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/doom-ports/enyo-launcher/default.nix b/pkgs/games/doom-ports/enyo-launcher/default.nix index 857e2a543e63..5f8c553e6fcb 100644 --- a/pkgs/games/doom-ports/enyo-launcher/default.nix +++ b/pkgs/games/doom-ports/enyo-launcher/default.nix @@ -2,13 +2,13 @@ mkDerivation rec { pname = "enyo-launcher"; - version = "2.0.6"; + version = "2.0.7"; src = fetchFromGitLab { owner = "sdcofer70"; repo = "enyo-launcher"; rev = version; - sha256 = "sha256-k6Stc1tQOcdS//j+bFUNfnOUlwuhIPKxf9DHU+ng164="; + sha256 = "sha256-Ig1b+JylRlxhl5k5ys9SOGMYw3eUxXyoVXt3YNeWNqI="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A enyo-launcher nix build failed. cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/share/doc/enyo-launcher -DCMAKE_INSTALL_INFODIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/include -DCMAKE_INSTALL_SBINDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/4kwk49k8rc8cg8c387kbbjcrl8i0y693-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/4kwk49k8rc8cg8c387kbbjcrl8i0y693-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/4kwk49k8rc8cg8c387kbbjcrl8i0y693-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/fp0wfff590gawgzazy94xw8m4g6gmbrx-enyo-launcher-2.0.7 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/4kwk49k8rc8cg8c387kbbjcrl8i0y693-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/4kwk49k8rc8cg8c387kbbjcrl8i0y693-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:6 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!