ldm 0.5 -> 0.8 https://repology.org/project/ldm-mounter/versions attrpath: ldm 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/os-specific/linux/ldm/default.nix b/pkgs/os-specific/linux/ldm/default.nix index f8a519de847e..2ae9feac6a21 100644 --- a/pkgs/os-specific/linux/ldm/default.nix +++ b/pkgs/os-specific/linux/ldm/default.nix @@ -3,7 +3,7 @@ assert mountPath != ""; let - version = "0.5"; + version = "0.8"; in stdenv.mkDerivation rec { pname = "ldm"; @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { src = fetchgit { url = "https://github.com/LemonBoy/ldm"; rev = "refs/tags/v${version}"; - sha256 = "0lxfypnbamfx6p9ar5k9wra20gvwn665l4pp2j4vsx4yi5q7rw2n"; + sha256 = "sha256-7+SuHmGHfr/Lk4qjq+Mij+PcYE7EnmtKpBMM/7arNWU="; }; buildInputs = [ udev util-linux ]; 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 ldm nix build failed. got build log for 'ldm' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/sm81fbyn5k2dydwnm6cqffrsi028v3hp-ldm source root is ldm @nix { "action": "setPhase", "phase": "patchPhase" } patching sources substituteStream(): WARNING: pattern '/mnt/' doesn't match anything in file 'ldm.c' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/q1c2flcykgr4wwg5a6h450hxbk4ch589-bash-5.2-p15/bin/bash ldm gcc -std=c99 -D_GNU_SOURCE -Wall -Wunused-parameter -O2 -DVERSION_STR="\"v0.7\"" `pkg-config --cflags libudev mount glib-2.0` -o ipc.o -c ipc.c /nix/store/q1c2flcykgr4wwg5a6h450hxbk4ch589-bash-5.2-p15/bin/bash: line 1: pkg-config: command not found gcc -std=c99 -D_GNU_SOURCE -Wall -Wunused-parameter -O2 -DVERSION_STR="\"v0.7\"" `pkg-config --cflags libudev mount glib-2.0` -o ldm.o -c ldm.c /nix/store/q1c2flcykgr4wwg5a6h450hxbk4ch589-bash-5.2-p15/bin/bash: line 1: pkg-config: command not found ldm.c:6:10: fatal error: glib.h: No such file or directory 6 | #include  | ^~~~~~~~ compilation terminated. make: *** [Makefile:26: ldm.o] Error 1