featherpad 1.4.1 -> 1.5.0 https://github.com/tsujan/FeatherPad/releases attrpath: featherpad 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/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix index 4334a7ba1191..af1e54bacef4 100644 --- a/pkgs/applications/editors/featherpad/default.nix +++ b/pkgs/applications/editors/featherpad/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "featherpad"; - version = "1.4.1"; + version = "1.5.0"; src = fetchFromGitHub { owner = "tsujan"; repo = "FeatherPad"; rev = "V${version}"; - sha256 = "sha256-8IT/PxLz6BsLHzY5pM0bTlAO0xvfC7/aI7+Gbw2LyME="; + sha256 = "sha256-ElM8iR6Pfy5Sdhxj1KAnBS1ma4X+nSOm1iYLczRsIo4="; }; nativeBuildInputs = [ cmake pkg-config qttools ]; Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A featherpad 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/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/share/doc/featherpad -DCMAKE_INSTALL_INFODIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/b9ydyx1w1zdpivjdi2695vyiafgv3lwv-featherpad-1.5.0 -- 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/qhpw32pz39y6i30b3vrbw5fw6zv5549f-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/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at featherpad/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" (requested version 6.2.0) 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!