minixml 3.3.1 -> 4.0.0 https://github.com/michaelrsweet/mxml/releases attrpath: minixml 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/development/libraries/minixml/default.nix b/pkgs/development/libraries/minixml/default.nix index 1c9a4ab110b4..bf8f0c97117c 100644 --- a/pkgs/development/libraries/minixml/default.nix +++ b/pkgs/development/libraries/minixml/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "mxml"; - version = "3.3.1"; + version = "4.0.0"; src = fetchFromGitHub { owner = "michaelrsweet"; repo = "mxml"; rev = "v${version}"; - sha256 = "sha256-l7GUA+vlSECi/72eU3Y9COpGtLTRh3vYcHUi+uRkCn8="; + sha256 = "sha256-XgCifRy1S4dYYSdb13XWkWFXS/KSkyfnFWop5tpjBh8="; }; # remove the -arch flags which are set by default in the build Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A minixml nix build failed. checking whether compiler supports -Wno-unused-result... yes checking whether compiler supports -fPIE... yes checking for OS-specific compiler options... -D__USE_MISC -D_GNU_SOURCE -Wl,-z,relro,-z,now configure: creating ./config.status config.status: creating Makefile config.status: creating mxml4.pc config.status: creating config.h @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash Compiling mxml-attr.c Compiling mxml-file.c Compiling mxml-get.c Compiling mxml-index.c Compiling mxml-node.c Compiling mxml-options.c Compiling mxml-search.c Compiling mxml-set.c Compiling mxml-private.c Compiling testmxml.c Creating libmxml4.so.2... Creating libmxml4.a... Linking testmxml... @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: -j24 SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash install Installing libmxml4.so to /nix/store/0s3wh3zn5im5hpsr439jrm9399n1p6dl-mxml-4.0.0/lib... Installing documentation in ... install: no input file specified make: *** [Makefile:207: install] Error 1