qucs-s 0.0.22 -> 1.0.1 https://github.com/ra3xdh/qucs_s/releases attrpath: qucs-s 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/electronics/qucs-s/default.nix b/pkgs/applications/science/electronics/qucs-s/default.nix index 9c692865f6e..7e843770719 100644 --- a/pkgs/applications/science/electronics/qucs-s/default.nix +++ b/pkgs/applications/science/electronics/qucs-s/default.nix @@ -4,13 +4,13 @@ kernels ? [ ngspice ] }: stdenv.mkDerivation rec { pname = "qucs-s"; - version = "0.0.22"; + version = "1.0.1"; src = fetchFromGitHub { owner = "ra3xdh"; repo = "qucs_s"; rev = version; - sha256 = "0rrq2ddridc09m6fixdmbngn42xmv8cmdf6r8zzn2s98fqib5qd6"; + sha256 = "sha256-IdIq/ZY8y/OJ2E51DwhJvcgT+cMAMLozgSuxn8As6ZY="; }; nativeBuildInputs = [ wrapGAppsHook cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qucs-s nix build failed. configuring fixing cmake files... 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/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/share/doc/qucs-suite -DCMAKE_INSTALL_INFODIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/l0fvy72hpfdpjjs3dk4112f57x7r3dlm-gcc-wrapper-12.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/l0fvy72hpfdpjjs3dk4112f57x7r3dlm-gcc-wrapper-12.2.0/bin/ranlib -DCMAKE_AR=/nix/store/l0fvy72hpfdpjjs3dk4112f57x7r3dlm-gcc-wrapper-12.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1 -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/l0fvy72hpfdpjjs3dk4112f57x7r3dlm-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring Qucs: VERSION 1.0.1 -- qucs-suite /nix/store/xba9ixp6125wwb4qcba7raxdadhh7vkk-qucs-s-1.0.1 /build/source/build CMake Error at CMakeLists.txt:29 (FIND_PACKAGE): By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. Could not find a package configuration file provided by "Qt5" with any of the following names: Qt5Config.cmake qt5-config.cmake Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" to a directory containing one of the above files. If "Qt5" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".