gnudatalanguage 1.0.1 -> 1.0.2 https://repology.org/project/gnudatalanguage/versions attrpath: gnudatalanguage 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/development/interpreters/gnudatalanguage/default.nix b/pkgs/development/interpreters/gnudatalanguage/default.nix index f4d364fcd14..e04bfd0716a 100644 --- a/pkgs/development/interpreters/gnudatalanguage/default.nix +++ b/pkgs/development/interpreters/gnudatalanguage/default.nix @@ -106,13 +106,13 @@ let in stdenv.mkDerivation rec { pname = "gnudatalanguage"; - version = "1.0.1"; + version = "1.0.2"; src = fetchFromGitHub { owner = pname; repo = "gdl"; rev = "v${version}"; - sha256 = "sha256-IrCLL8MQp0SkWj7sbfZlma5FrnMbgdl4E/1nPGy0Y60="; + sha256 = "sha256-DkwHFOVcXTKjbp2k1fA2oeO38AdhcJrVV5ZwWLRbaCo="; }; buildInputs = [ 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 gnudatalanguage nix build failed. -- INFO: will use GNU extensions for STDIO (useful for compressed I/O) since it seems accepted by your c++ compiler. -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for nexttoward in m -- Looking for nexttoward in m - found -- Looking for mpi.h -- Looking for mpi.h - found -- Looking for cbreak in /nix/store/00914xy1p14vd8qy23lrjd165rnxy3h2-ncurses-6.4/lib/libncurses.so -- Looking for cbreak in /nix/store/00914xy1p14vd8qy23lrjd165rnxy3h2-ncurses-6.4/lib/libncurses.so - found -- Looking for nodelay in /nix/store/00914xy1p14vd8qy23lrjd165rnxy3h2-ncurses-6.4/lib/libncurses.so -- Looking for nodelay in /nix/store/00914xy1p14vd8qy23lrjd165rnxy3h2-ncurses-6.4/lib/libncurses.so - found -- Looking for rl_get_screen_size in /nix/store/3rj6126a2j5hxjm3przbyk0kjvlcin81-readline-8.2p1/lib/libreadline.so;/nix/store/3rj6126a2j5hxjm3przbyk0kjvlcin81-readline-8.2p1/lib/libhistory.so -- Looking for rl_get_screen_size in /nix/store/3rj6126a2j5hxjm3przbyk0kjvlcin81-readline-8.2p1/lib/libreadline.so;/nix/store/3rj6126a2j5hxjm3przbyk0kjvlcin81-readline-8.2p1/lib/libhistory.so - found -- Looking for xdr_uint64_t in tirpc -- Looking for xdr_uint64_t in tirpc - found Use fuzzy detection for PLplot lib. (e.g. in /var/empty/lib) -- Looking for plGetDrvDir in /nix/store/v99ylqvfri2igy3ksrw5xgw9df3972gg-plplot-5.15.0/lib/libplplot.so;/nix/store/v99ylqvfri2igy3ksrw5xgw9df3972gg-plplot-5.15.0/lib/libplplotcxx.so -- Looking for plGetDrvDir in /nix/store/v99ylqvfri2igy3ksrw5xgw9df3972gg-plplot-5.15.0/lib/libplplot.so;/nix/store/v99ylqvfri2igy3ksrw5xgw9df3972gg-plplot-5.15.0/lib/libplplotcxx.so - not found CMake Error at CMakeLists.txt:370 (message): Plplot installation lacks dynamic drivers. It is mandatory to recompile plplot with option -DENABLE_DYNDRIVERS. *** Dears Distribution Maintainers, GDL must be distributed only with INTERACTIVE GRAPHICS=ON (default), thanks. ***  -- Configuring incomplete, errors occurred!