Skip to content

Instantly share code, notes, and snippets.

@LovingMelody
Last active April 26, 2023 19:40
Show Gist options
  • Save LovingMelody/582e3192a0a3183f95b744ea0fdcab6a to your computer and use it in GitHub Desktop.
Save LovingMelody/582e3192a0a3183f95b744ea0fdcab6a to your computer and use it in GitHub Desktop.
Build Fail: QT Base 5.15.8
This file has been truncated, but you can view the full file.
- /nix/store/2mglmhmcxrpm5s6wm8pci9g4ph2fi9fc-qtbase-5.15.8.drv:{out}
+ /nix/store/5im1f14vkljlpnbi56j0f1p60kds0lr3-qtbase-5.15.9.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libinput-1.22.1
- libxml2-2.10.3
- python3-3.10.10
- qtbase-6c09620
- systemd-253.2
- xcb-util-0.4.0
- xcb-util-image-0.4.0
- xcb-util-keysyms-0.4.0
- xcb-util-renderutil-0.3.9
- xcb-util-wm-0.4.1
+ libinput-1.23.0
+ libxml2-2.10.4
+ python3-3.10.11
+ qtbase-d3b21bc
+ systemd-253.3
+ xcb-util-0.4.1
+ xcb-util-image-0.4.1
+ xcb-util-keysyms-0.4.1
+ xcb-util-renderutil-0.3.10
+ xcb-util-wm-0.4.2
• The input derivation named `at-spi2-core-2.48.0` differs
- /nix/store/iqa2wk68c1dqnmsga0rv9f97imd940w4-at-spi2-core-2.48.0.drv:{dev}
+ /nix/store/fpv9zrnr8fpzf108qlqmwi7w52sshxy1-at-spi2-core-2.48.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- systemd-253.2
+ libxml2-2.10.4
+ systemd-253.3
• The input derivation named `at-spi2-core-2.48.0.tar.xz` differs
- /nix/store/j751nij2vb9kqsx02v9djws6irbg2hlk-at-spi2-core-2.48.0.tar.xz.drv:{out}
+ /nix/store/s81rpc9pfr88yl70jk8gbx9mh7v6vgrn-at-spi2-core-2.48.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
- /nix/store/mlw9pgc39cil8jjgv2pwjy1cbwg828id-bash-5.2-p15.drv:{out}
+ /nix/store/7kgi1ky9jrwgcjdcx6w32jq3m1g1v7pf-bash-5.2-p15.drv:{out}
• The input derivation named `bison-3.8.2` differs
- /nix/store/dmldabpms50mi5w7zsd0pp0cxh9fb9d2-bison-3.8.2.drv:{out}
+ /nix/store/nsnc3hxv2li2qgilgzxgxz2gqprivqh7-bison-3.8.2.drv:{out}
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
- /nix/store/0qgqnvz6awgxj5w3svlagqijdaixi9ri-bootstrap-stage1-stdenv-linux.drv:{out}
+ /nix/store/ddqb2kbd6lhl67k28xrb3kpg77rqpryc-bootstrap-stage1-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `bootstrap-stage1-gcc-wrapper-` differs
- /nix/store/7clp0y90vbb0g3praijfm18ns4na6f7x-bootstrap-stage1-gcc-wrapper-.drv:{out}
+ /nix/store/sm3y8bb76qf4scdb3j0gjax18k054jfk-bootstrap-stage1-gcc-wrapper-.drv:{out}
• The input derivation named `bootstrap-stage0-binutils-wrapper-` differs
- /nix/store/hzhhrghn3zzy8ch4gn8qddjcb5i28xvg-bootstrap-stage0-binutils-wrapper-.drv:{out}
+ /nix/store/r7gs83n6kmh246swx9qa24z95i2b0czd-bootstrap-stage0-binutils-wrapper-.drv:{out}
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
- /nix/store/l604ji4livc9v1sh2xzrdpzrw8jrqxyc-bootstrap-stage0-glibc-bootstrapFiles.drv:{out}
+ /nix/store/ll2x3a4lz568ryyjk761n8w4w7nv3fn5-bootstrap-stage0-glibc-bootstrapFiles.drv:{out}
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
- /nix/store/8gzvc0dfz8sd7x6a5da376fp27ghfwch-bootstrap-stage0-stdenv-linux.drv:{out}
+ /nix/store/q28xilksn5pc7gnv2snm64ag3c8syy8b-bootstrap-stage0-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The environments do not match:
defaultNativeBuildInputs=''
/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh /nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh /nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh /nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh /nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh /nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh /nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh /nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh /nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh /nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh /nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh /nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh ←/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh←→/nix/store/a9ndjg0b1ivi0av9m93vfkrndp7fqbw1-strip.sh→
''
• Skipping environment comparison
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `gnum4-1.4.19` differs
- /nix/store/lr2rp5gklly3z0lpbwvs7did0551fhnb-gnum4-1.4.19.drv:{out}
+ /nix/store/mysh02k60dwmnal3i63hp3s4nq80s213-gnum4-1.4.19.drv:{out}
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
- /nix/store/73z069kx6l7b5q2h64bhng607xsksx4v-perl-5.36.0.drv:{out}
+ /nix/store/c3am2l97g2l3zg25i9lvbi04l9vg56az-perl-5.36.0.drv:{out}
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage1-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
- /nix/store/8s6igyd7labnhr1y4qll21p95nfyp4l1-zlib-1.2.13.drv:{dev,out}
+ /nix/store/iiqpbnphvc03z2n6gcqlyswhzcmhh067-zlib-1.2.13.drv:{dev,out}
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
- /nix/store/3rdvnzn6dkbj1daq8kkk01xkpx1pdws9-bootstrap-stage4-gcc-wrapper-12.2.0.drv:{out}
+ /nix/store/xsqv8cs9ipiznng26n1ram2634k8avpj-bootstrap-stage4-gcc-wrapper-12.2.0.drv:{out}
• The input derivation named `binutils-patchelfed-ld-wrapper-2.40` differs
- /nix/store/sh2jsjjf5w6m2i2paf3gz48hl7xhnyab-binutils-patchelfed-ld-wrapper-2.40.drv:{out}
+ /nix/store/z6fqfv9fsqbd23aq204i4yz7hxrfmdhc-binutils-patchelfed-ld-wrapper-2.40.drv:{out}
• The input derivation named `binutils-patchelfed-ld-2.40` differs
- /nix/store/gg1q2bn8dbgkks8xkj8dsnvyzmcv02s2-binutils-patchelfed-ld-2.40.drv:{out}
+ /nix/store/pcqjmpqy3bmm6jnvb77dpq0ibvg8qmi6-binutils-patchelfed-ld-2.40.drv:{out}
• The input derivation named `binutils-2.40` differs
- /nix/store/4vkwf6ipfqcspgsd9i8xgqd3kz3nvawg-binutils-2.40.drv:{out}
+ /nix/store/i43bwr8gq5hcyzn7cm1qfikf8va9n412-binutils-2.40.drv:{out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
- /nix/store/2pzxvgfjnn3rnkvfgfvichpphahwk9i6-bootstrap-stage-xgcc-gcc-wrapper-.drv:{out}
+ /nix/store/7ckwgnf3mh0nqi7sbab39f16j0vw2kwp-bootstrap-stage-xgcc-gcc-wrapper-.drv:{out}
• The input derivation named `bootstrap-stage0-binutils-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
- /nix/store/sp0d7z9lw4hyprsh2k1hhva0gcsks8ja-expand-response-params.drv:{out}
+ /nix/store/axxg2bs00jglxmwjv332by5xs646064n-expand-response-params.drv:{out}
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
- /nix/store/wjr5xwswzpz42s5skr8ll88ngagn9m3l-bootstrap-stage-xgcc-stdenv-linux.drv:{out}
+ /nix/store/w6k145bamz99kis1n5ayhw94pbxqbd9m-bootstrap-stage-xgcc-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gettext-0.21` differs
- /nix/store/0r2b2bxc576zb63k1s0qjc930ijfvcc1-gettext-0.21.drv:{out}
+ /nix/store/02lv9qv8f4dwly5n988yrxmhrayfrk59-gettext-0.21.drv:{out}
• The set of input source names do not match:
+ gnulib-longdouble-redirect.patch
• The input derivation named `bash-5.2-p15` differs
- /nix/store/iy1cpxrcf518rs19vcns53jwkvxkzwng-bash-5.2-p15.drv:{dev}
+ /nix/store/671ipzbqjyank0dq4hy8i1n0yvji4jxz-bash-5.2-p15.drv:{dev}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage1-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
- /nix/store/bxw2qsx07zkrsrzi4vgw2iiqh6bhhfsr-xz-5.4.2.drv:{bin,dev}
+ /nix/store/0j2hdahhx1n1vnw48xly54qrgy85mkm6-xz-5.4.2.drv:{bin,dev}
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
- /nix/store/8s6igyd7labnhr1y4qll21p95nfyp4l1-zlib-1.2.13.drv:{dev}
+ /nix/store/iiqpbnphvc03z2n6gcqlyswhzcmhh067-zlib-1.2.13.drv:{dev}
• The input derivation named `bootstrap-stage1-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
- /nix/store/mhrsqnj1v1wlpv4p4wf1hsgd2pw30w0h-bootstrap-stage2-stdenv-linux.drv:{out}
+ /nix/store/gfyy59pp92hfx853pl2vnnspj5yvf8bj-bootstrap-stage2-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The environments do not match:
defaultNativeBuildInputs=''
/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh /nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh /nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh /nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh /nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh /nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh /nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh /nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh /nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh /nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh /nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh /nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh ←/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh←→/nix/store/a9ndjg0b1ivi0av9m93vfkrndp7fqbw1-strip.sh→
''
• The input derivation named `glibc-2.37-8` differs
- /nix/store/k2wakzi409c4xcy5c5w6qqijic1wxwvb-glibc-2.37-8.drv:{out}
+ /nix/store/897ccbcikpwb26khz2hm2g7r03ipvbix-glibc-2.37-8.drv:{out}
• The set of input derivation names do not match:
- python3-minimal-3.10.10
+ python3-minimal-3.10.11
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
- /nix/store/ji93vc0xyxkhbn221jb2vqz9x8x1l95z-bootstrap-stage2-gcc-wrapper-12.2.0.drv:{out}
+ /nix/store/98lkf8pwqm5b84plnngmng8ifk90zvb6-bootstrap-stage2-gcc-wrapper-12.2.0.drv:{out}
• The input derivation named `binutils-wrapper-2.40` differs
- /nix/store/xicijkgjwbjvwl198rabd8asi04pc6yd-binutils-wrapper-2.40.drv:{out}
+ /nix/store/wpngbqi510k3vjxl14lnbdkd7h74dnf9-binutils-wrapper-2.40.drv:{out}
• The input derivation named `binutils-2.40` differs
- /nix/store/4vkwf6ipfqcspgsd9i8xgqd3kz3nvawg-binutils-2.40.drv:{info,man,out}
+ /nix/store/i43bwr8gq5hcyzn7cm1qfikf8va9n412-binutils-2.40.drv:{info,man,out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
- /nix/store/izpq1l3cni0a7kriq4wbgc24acb2ssrm-bootstrap-stage-xgcc-stdenv-linux.drv:{out}
+ /nix/store/r77mz1vl9pdm73w75dhh336yazz2flvj-bootstrap-stage-xgcc-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The environments do not match:
defaultNativeBuildInputs=''
/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh /nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh /nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh /nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh /nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh /nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh /nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh /nix/store/bxsly8a56yb8kyrq03s82a3vyc8fqrb3-multiple-outputs.sh /nix/store/nf1lkdrhapsx5lr6diyxyjr7pb7r20gr-patch-shebangs.sh /nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh /nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh /nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh ←/nix/store/d275wzmimzi3xp4j3vbkvxscmc79q088-strip.sh←→/nix/store/a9ndjg0b1ivi0av9m93vfkrndp7fqbw1-strip.sh→
''
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
- /nix/store/k93gmdfnkjzzhm77rlspwj3wzs4x9ww9-expand-response-params.drv:{out}
+ /nix/store/f3zzjdvi4sinyabga7pfgaszp7rz8pqf-expand-response-params.drv:{out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
- /nix/store/n2viwd292xpnhwz3lirh1x0m5aakafdm-xgcc-12.2.0.drv:{info,lib,man,out}
+ /nix/store/a0f0byjdys4nwh930gvif2797j31xiyz-xgcc-12.2.0.drv:{info,lib,man,out}
• The arguments do not match
• -e
- /nix/store/h6g467m8fwn99dgw3ij6b21gxzvzyk0f-builder.sh
+ /nix/store/qr60k7sz61hvv2baadlfv5qjr8q7vlg6-builder.sh
• The input source named `builder.sh` differs
''
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup
oldOpts="$(shopt -po nounset)" || true
set -euo pipefail
export NIX_FIXINC_DUMMY="$NIX_BUILD_TOP/dummy"
mkdir "$NIX_FIXINC_DUMMY"
if test "$staticCompiler" = "1"; then
EXTRA_LDFLAGS="-static"
else
EXTRA_LDFLAGS="-Wl,-rpath,${!outputLib}/lib"
fi
# GCC interprets empty paths as ".", which we don't want.
if test -z "${CPATH-}"; then unset CPATH; fi
if test -z "${LIBRARY_PATH-}"; then unset LIBRARY_PATH; fi
echo "\$CPATH is \`${CPATH-}'"
echo "\$LIBRARY_PATH is \`${LIBRARY_PATH-}'"
if test "$noSysDirs" = "1"; then
declare \
EXTRA_FLAGS_FOR_BUILD EXTRA_FLAGS EXTRA_FLAGS_FOR_TARGET \
EXTRA_LDFLAGS_FOR_BUILD EXTRA_LDFLAGS_FOR_TARGET
# Extract flags from Bintools Wrappers
for post in '_FOR_BUILD' ''; do
curBintools="NIX_BINTOOLS${post}"
declare -a extraLDFlags=()
if [[ -e "${!curBintools}/nix-support/orig-libc" ]]; then
# Figure out what extra flags when linking to pass to the gcc
# compilers being generated to make sure that they use our libc.
extraLDFlags=($(< "${!curBintools}/nix-support/libc-ldflags") $(< "${!curBintools}/nix-support/libc-ldflags-before" || true))
if [ -e ${!curBintools}/nix-support/ld-set-dynamic-linker ]; then
extraLDFlags=-dynamic-linker=$(< ${!curBintools}/nix-support/dynamic-linker)
fi
# The path to the Libc binaries such as `crti.o'.
libc_libdir="$(< "${!curBintools}/nix-support/orig-libc")/lib"
else
# Hack: support impure environments.
extraLDFlags=("-L/usr/lib64" "-L/usr/lib")
libc_libdir="/usr/lib"
fi
extraLDFlags=("-L$libc_libdir" "-rpath" "$libc_libdir"
"${extraLDFlags[@]}")
for i in "${extraLDFlags[@]}"; do
declare EXTRA_LDFLAGS${post}+=" -Wl,$i"
done
done
# Extract flags from CC Wrappers
for post in '_FOR_BUILD' ''; do
curCC="NIX_CC${post}"
curFIXINC="NIX_FIXINC_DUMMY${post}"
declare -a extraFlags=()
if [[ -e "${!curCC}/nix-support/orig-libc" ]]; then
# Figure out what extra compiling flags to pass to the gcc compilers
# being generated to make sure that they use our libc.
extraFlags=($(< "${!curCC}/nix-support/libc-crt1-cflags") $(< "${!curCC}/nix-support/libc-cflags"))
# The path to the Libc headers
libc_devdir="$(< "${!curCC}/nix-support/orig-libc-dev")"
# Use *real* header files, otherwise a limits.h is generated that
# does not include Libc's limits.h (notably missing SSIZE_MAX,
# which breaks the build).
declare NIX_FIXINC_DUMMY${post}="$libc_devdir/include"
else
# Hack: support impure environments.
extraFlags=("-isystem" "/usr/include")
declare NIX_FIXINC_DUMMY${post}=/usr/include
fi
extraFlags=("-I${!curFIXINC}" "${extraFlags[@]}")
# BOOT_CFLAGS defaults to `-g -O2'; since we override it below, make
# sure to explictly add them so that files compiled with the bootstrap
# compiler are optimized and (optionally) contain debugging information
# (info "(gccinstall) Building").
if test -n "${dontStrip-}"; then
extraFlags=("-O2" "-g" "${extraFlags[@]}")
else
# Don't pass `-g' at all; this saves space while building.
extraFlags=("-O2" "${extraFlags[@]}")
fi
declare EXTRA_FLAGS${post}="${extraFlags[*]}"
done
if test -z "${targetConfig-}"; then
# host = target, so the flags are the same
EXTRA_FLAGS_FOR_TARGET="$EXTRA_FLAGS"
EXTRA_LDFLAGS_FOR_TARGET="$EXTRA_LDFLAGS"
fi
# CFLAGS_FOR_TARGET are needed for the libstdc++ configure script to find
# the startfiles.
# FLAGS_FOR_TARGET are needed for the target libraries to receive the -Bxxx
# for the startfiles.
makeFlagsArray+=(
"BUILD_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"NATIVE_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY"
"LDFLAGS_FOR_BUILD=$EXTRA_LDFLAGS_FOR_BUILD"
#"LDFLAGS=$EXTRA_LDFLAGS"
"LDFLAGS_FOR_TARGET=$EXTRA_LDFLAGS_FOR_TARGET"
"CFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"CXXFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"FLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
# It seems there is a bug in GCC 5
#"CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
#"CXXFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"CFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"CXXFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"FLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
if test -z "${targetConfig-}"; then
makeFlagsArray+=(
"BOOT_CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"BOOT_LDFLAGS=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
fi
if test "$crossStageStatic" == 1; then
# We don't want the gcc build to assume there will be a libc providing
# limits.h in this stage
makeFlagsArray+=(
'LIMITS_H_TEST=false'
)
else
makeFlagsArray+=(
'LIMITS_H_TEST=true'
)
fi
fi
eval "$oldOpts"
providedPreConfigure="$preConfigure";
preConfigure() {
if test -n "$newlibSrc"; then
tar xvf "$newlibSrc" -C ..
ln -s ../newlib-*/newlib newlib
# Patch to get armvt5el working:
sed -i -e 's/ arm)/ arm*)/' newlib/configure.host
fi
# Bug - they packaged zlib
if test -d "zlib"; then
# This breaks the build without-headers, which should build only
# the target libgcc as target libraries.
# See 'configure:5370'
rm -Rf zlib
fi
if test -n "$crossMingw" -a -n "$crossStageStatic"; then
mkdir -p ../mingw
# --with-build-sysroot expects that:
cp -R $libcCross/include ../mingw
configureFlags="$configureFlags --with-build-sysroot=`pwd`/.."
fi
# Eval the preConfigure script from nix expression.
eval "$providedPreConfigure"
# Perform the build in a different directory.
mkdir ../build
cd ../build
configureScript=../$sourceRoot/configure
}
postConfigure() {
# Don't store the configure flags in the resulting executables.
sed -e '/TOPLEVEL_CONFIGURE_ARGUMENTS=/d' -i Makefile
}
preInstall() {
mkdir -p "$out/${targetConfig}/lib"
mkdir -p "${!outputLib}/${targetConfig}/lib"
# Make ‘lib64’ symlinks to ‘lib’.
if [ -n "$linkLib64toLib" ]; then
ln -s lib "$out/${targetConfig}/lib64"
ln -s lib "${!outputLib}/${targetConfig}/lib64"
fi
# Make ‘lib32’ symlinks to ‘lib’.
if [ -n "$linkLib32toLib" ]; then
ln -s lib "$out/${targetConfig}/lib32"
ln -s lib "${!outputLib}/${targetConfig}/lib32"
fi
}
postInstall() {
# Move runtime libraries to lib output.
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dylib" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dll.a" "${!outputLib}"
moveToOutput "share/gcc-*/python" "${!outputLib}"
if [ -z "$enableShared" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.a" "${!outputLib}"
fi
for i in "${!outputLib}/${targetConfig}"/lib/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
if [ -n "$enableMultilib" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.dylib" "${!outputLib}"
for i in "${!outputLib}/${targetConfig}"/lib64/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
fi
# Remove `fixincl' to prevent a retained dependency on the
# previous gcc.
rm -rf $out/libexec/gcc/*/*/install-tools
rm -rf $out/lib/gcc/*/*/install-tools
# More dependencies with the previous gcc or some libs (gccbug stores the build command line)
rm -rf $out/bin/gccbug
if type "install_name_tool"; then
for i in "${!outputLib}"/lib/*.*.dylib "${!outputLib}"/lib/*.so.[0-9]; do
install_name_tool -id "$i" "$i" || true
for old_path in $(otool -L "$i" | grep "$out" | awk '{print $1}'); do
new_path=`echo "$old_path" | sed "s,$out,${!outputLib},"`
install_name_tool -change "$old_path" "$new_path" "$i" || true
done
done
fi
# Cross-compiler specific:
# --with-headers=$dir option triggers gcc to make a private copy
# of $dir headers and use it later as `-isysroot`. This prevents
# cc-wrapper from overriding libc headers with `-idirafter`.
# It should be safe to drop it and rely solely on the cc-wrapper.
local sysinc_dir=$out/${targetConfig+$targetConfig/}sys-include
if [ -d "$sysinc_dir" ]; then
chmod -R u+w "$out/${targetConfig+$targetConfig/}sys-include"
rm -rfv "$out/${targetConfig+$targetConfig/}sys-include"
fi
# Get rid of some "fixed" header files
rm -rfv ←$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h}←→$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h,bits/statx.h}→
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do
if cmp -s $out/bin/gcc $i; then
ln -sfn gcc $i
fi
done
for i in $out/bin/c++ $out/bin/*-c++* $out/bin/*-g++*; do
if cmp -s $out/bin/g++ $i; then
ln -sfn g++ $i
fi
done
# Two identical man pages are shipped (moving and compressing is done later)
for i in "$out"/share/man/man1/*g++.1; do
if test -e "$i"; then
man_prefix=`echo "$i" | sed "s,.*/\(.*\)g++.1,\1,"`
ln -sf "$man_prefix"gcc.1 "$i"
fi
done
}
genericBuild
''
• The set of input derivation names do not match:
- texinfo-7.0.2
+ patchelf-0.15.0
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
- /nix/store/amdpjpm8ss1kgrm3sq9s8h9x6blj4c7y-bash-5.2-p15.drv:{out}
+ /nix/store/z9vxhkzjj05dp3zs906jgmwp4yfkdfwq-bash-5.2-p15.drv:{out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-binutils-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
- /nix/store/iz1s57y1kwki09aayhz3090vs60mm1sj-gmp-6.2.1.drv:{dev,out}
+ /nix/store/g1ml028fvfycv6cpdychg8lq10hci7nq-gmp-6.2.1.drv:{dev,out}
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `isl-0.20` differs
- /nix/store/ydj6hd69z56k4ikzmfj6jpn2f9xlfdfb-isl-0.20.drv:{out}
+ /nix/store/jfdb0zwq0qgjgk31zg1w58ybbp1k8pnp-isl-0.20.drv:{out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
- /nix/store/iz1s57y1kwki09aayhz3090vs60mm1sj-gmp-6.2.1.drv:{dev}
+ /nix/store/g1ml028fvfycv6cpdychg8lq10hci7nq-gmp-6.2.1.drv:{dev}
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `libmpc-1.3.1` differs
- /nix/store/svd7m9iffidg118h91w1yrxr5qiwxm74-libmpc-1.3.1.drv:{out}
+ /nix/store/28bb90l79394arcjhjfmgxcfbcvzzlzn-libmpc-1.3.1.drv:{out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
- /nix/store/791f42zxi7al9kr5zgja8jvqjwa8q4qj-mpfr-4.2.0.drv:{dev}
+ /nix/store/6l61fgdwfkqg3flc7js2kdr36mbjs1kx-mpfr-4.2.0.drv:{dev}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `libxcrypt-4.4.33` differs
- /nix/store/4wj7wxgrmzj2f8by6rpn9kzl6lw11vza-libxcrypt-4.4.33.drv:{out}
+ /nix/store/jniflh9q5xgmasw0md52d8lz8kqnd801-libxcrypt-4.4.33.drv:{out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `mpfr-4.2.0` differs
- /nix/store/791f42zxi7al9kr5zgja8jvqjwa8q4qj-mpfr-4.2.0.drv:{dev,out}
+ /nix/store/6l61fgdwfkqg3flc7js2kdr36mbjs1kx-mpfr-4.2.0.drv:{dev,out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nuke-references` differs
- /nix/store/55wymp3q2ri7swh5vhnlvdld5dn32vy1-nuke-references.drv:{out}
+ /nix/store/696qdbm079hxiz9a2d65k8lkb8ka8yk1-nuke-references.drv:{out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
- /nix/store/whbvy7ccv0man1n3386z69dbsss2rknc-which-2.21.drv:{out}
+ /nix/store/6irxkzadqgbqy6s51l8cnj1rvdzsrd10-which-2.21.drv:{out}
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
- /nix/store/f4zp5ybb2f36kvx5yrc718c6sdm4rl7i-bootstrap-stage2-stdenv-linux.drv:{out}
+ /nix/store/hlnpsqvhf0w7ch18dd4jaz2mb5ilfxay-bootstrap-stage2-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libidn2-2.3.4` differs
- /nix/store/dipr5zhn1fzpx3i4s8vflfpprm2lxw99-libidn2-2.3.4.drv:{out}
+ /nix/store/rprddbg7vh3jp6wdcixvkfh88adll1x8-libidn2-2.3.4.drv:{out}
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `libunistring-1.1` differs
- /nix/store/k91wwmmmv9j3l93v14lfsazzzgjrqvdy-libunistring-1.1.drv:{dev,out}
+ /nix/store/lfwbk74ghx60nrlikm3pzr1x0p7rmgfc-libunistring-1.1.drv:{dev,out}
• The input derivation named `bootstrap-stage0-glibc-iconv-bootstrapFiles` differs
- /nix/store/pr1dzkkrisri3c31k6v4sqj7yj7w42sz-bootstrap-stage0-glibc-iconv-bootstrapFiles.drv:{out}
+ /nix/store/q65kpsl68ahdnffvmlh99qwkih7chrjy-bootstrap-stage0-glibc-iconv-bootstrapFiles.drv:{out}
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
- /nix/store/jd67nbvyqa19gz2ccwd8gqh9v0rx1a89-nuke-references.drv:{out}
+ /nix/store/3qackbj5wlch0amz9kvqvazn3lzgy9x6-nuke-references.drv:{out}
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `linux-headers-6.2` differs
- /nix/store/my0paqimgxdv5q0qrlsymjd74sj67dhk-linux-headers-6.2.drv:{out}
+ /nix/store/lrvca0gf5rw3vi83p0gdj6gxvadnxsli-linux-headers-6.2.drv:{out}
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `xgcc-12.2.0` differs
- /nix/store/n2viwd292xpnhwz3lirh1x0m5aakafdm-xgcc-12.2.0.drv:{libgcc}
+ /nix/store/a0f0byjdys4nwh930gvif2797j31xiyz-xgcc-12.2.0.drv:{libgcc}
• The arguments do not match
• -e
- /nix/store/h6g467m8fwn99dgw3ij6b21gxzvzyk0f-builder.sh
+ /nix/store/qr60k7sz61hvv2baadlfv5qjr8q7vlg6-builder.sh
• The input source named `builder.sh` differs
''
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup
oldOpts="$(shopt -po nounset)" || true
set -euo pipefail
export NIX_FIXINC_DUMMY="$NIX_BUILD_TOP/dummy"
mkdir "$NIX_FIXINC_DUMMY"
if test "$staticCompiler" = "1"; then
EXTRA_LDFLAGS="-static"
else
EXTRA_LDFLAGS="-Wl,-rpath,${!outputLib}/lib"
fi
# GCC interprets empty paths as ".", which we don't want.
if test -z "${CPATH-}"; then unset CPATH; fi
if test -z "${LIBRARY_PATH-}"; then unset LIBRARY_PATH; fi
echo "\$CPATH is \`${CPATH-}'"
echo "\$LIBRARY_PATH is \`${LIBRARY_PATH-}'"
if test "$noSysDirs" = "1"; then
declare \
EXTRA_FLAGS_FOR_BUILD EXTRA_FLAGS EXTRA_FLAGS_FOR_TARGET \
EXTRA_LDFLAGS_FOR_BUILD EXTRA_LDFLAGS_FOR_TARGET
# Extract flags from Bintools Wrappers
for post in '_FOR_BUILD' ''; do
curBintools="NIX_BINTOOLS${post}"
declare -a extraLDFlags=()
if [[ -e "${!curBintools}/nix-support/orig-libc" ]]; then
# Figure out what extra flags when linking to pass to the gcc
# compilers being generated to make sure that they use our libc.
extraLDFlags=($(< "${!curBintools}/nix-support/libc-ldflags") $(< "${!curBintools}/nix-support/libc-ldflags-before" || true))
if [ -e ${!curBintools}/nix-support/ld-set-dynamic-linker ]; then
extraLDFlags=-dynamic-linker=$(< ${!curBintools}/nix-support/dynamic-linker)
fi
# The path to the Libc binaries such as `crti.o'.
libc_libdir="$(< "${!curBintools}/nix-support/orig-libc")/lib"
else
# Hack: support impure environments.
extraLDFlags=("-L/usr/lib64" "-L/usr/lib")
libc_libdir="/usr/lib"
fi
extraLDFlags=("-L$libc_libdir" "-rpath" "$libc_libdir"
"${extraLDFlags[@]}")
for i in "${extraLDFlags[@]}"; do
declare EXTRA_LDFLAGS${post}+=" -Wl,$i"
done
done
# Extract flags from CC Wrappers
for post in '_FOR_BUILD' ''; do
curCC="NIX_CC${post}"
curFIXINC="NIX_FIXINC_DUMMY${post}"
declare -a extraFlags=()
if [[ -e "${!curCC}/nix-support/orig-libc" ]]; then
# Figure out what extra compiling flags to pass to the gcc compilers
# being generated to make sure that they use our libc.
extraFlags=($(< "${!curCC}/nix-support/libc-crt1-cflags") $(< "${!curCC}/nix-support/libc-cflags"))
# The path to the Libc headers
libc_devdir="$(< "${!curCC}/nix-support/orig-libc-dev")"
# Use *real* header files, otherwise a limits.h is generated that
# does not include Libc's limits.h (notably missing SSIZE_MAX,
# which breaks the build).
declare NIX_FIXINC_DUMMY${post}="$libc_devdir/include"
else
# Hack: support impure environments.
extraFlags=("-isystem" "/usr/include")
declare NIX_FIXINC_DUMMY${post}=/usr/include
fi
extraFlags=("-I${!curFIXINC}" "${extraFlags[@]}")
# BOOT_CFLAGS defaults to `-g -O2'; since we override it below, make
# sure to explictly add them so that files compiled with the bootstrap
# compiler are optimized and (optionally) contain debugging information
# (info "(gccinstall) Building").
if test -n "${dontStrip-}"; then
extraFlags=("-O2" "-g" "${extraFlags[@]}")
else
# Don't pass `-g' at all; this saves space while building.
extraFlags=("-O2" "${extraFlags[@]}")
fi
declare EXTRA_FLAGS${post}="${extraFlags[*]}"
done
if test -z "${targetConfig-}"; then
# host = target, so the flags are the same
EXTRA_FLAGS_FOR_TARGET="$EXTRA_FLAGS"
EXTRA_LDFLAGS_FOR_TARGET="$EXTRA_LDFLAGS"
fi
# CFLAGS_FOR_TARGET are needed for the libstdc++ configure script to find
# the startfiles.
# FLAGS_FOR_TARGET are needed for the target libraries to receive the -Bxxx
# for the startfiles.
makeFlagsArray+=(
"BUILD_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"NATIVE_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY"
"LDFLAGS_FOR_BUILD=$EXTRA_LDFLAGS_FOR_BUILD"
#"LDFLAGS=$EXTRA_LDFLAGS"
"LDFLAGS_FOR_TARGET=$EXTRA_LDFLAGS_FOR_TARGET"
"CFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"CXXFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"FLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
# It seems there is a bug in GCC 5
#"CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
#"CXXFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"CFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"CXXFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"FLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
if test -z "${targetConfig-}"; then
makeFlagsArray+=(
"BOOT_CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"BOOT_LDFLAGS=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
fi
if test "$crossStageStatic" == 1; then
# We don't want the gcc build to assume there will be a libc providing
# limits.h in this stage
makeFlagsArray+=(
'LIMITS_H_TEST=false'
)
else
makeFlagsArray+=(
'LIMITS_H_TEST=true'
)
fi
fi
eval "$oldOpts"
providedPreConfigure="$preConfigure";
preConfigure() {
if test -n "$newlibSrc"; then
tar xvf "$newlibSrc" -C ..
ln -s ../newlib-*/newlib newlib
# Patch to get armvt5el working:
sed -i -e 's/ arm)/ arm*)/' newlib/configure.host
fi
# Bug - they packaged zlib
if test -d "zlib"; then
# This breaks the build without-headers, which should build only
# the target libgcc as target libraries.
# See 'configure:5370'
rm -Rf zlib
fi
if test -n "$crossMingw" -a -n "$crossStageStatic"; then
mkdir -p ../mingw
# --with-build-sysroot expects that:
cp -R $libcCross/include ../mingw
configureFlags="$configureFlags --with-build-sysroot=`pwd`/.."
fi
# Eval the preConfigure script from nix expression.
eval "$providedPreConfigure"
# Perform the build in a different directory.
mkdir ../build
cd ../build
configureScript=../$sourceRoot/configure
}
postConfigure() {
# Don't store the configure flags in the resulting executables.
sed -e '/TOPLEVEL_CONFIGURE_ARGUMENTS=/d' -i Makefile
}
preInstall() {
mkdir -p "$out/${targetConfig}/lib"
mkdir -p "${!outputLib}/${targetConfig}/lib"
# Make ‘lib64’ symlinks to ‘lib’.
if [ -n "$linkLib64toLib" ]; then
ln -s lib "$out/${targetConfig}/lib64"
ln -s lib "${!outputLib}/${targetConfig}/lib64"
fi
# Make ‘lib32’ symlinks to ‘lib’.
if [ -n "$linkLib32toLib" ]; then
ln -s lib "$out/${targetConfig}/lib32"
ln -s lib "${!outputLib}/${targetConfig}/lib32"
fi
}
postInstall() {
# Move runtime libraries to lib output.
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dylib" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dll.a" "${!outputLib}"
moveToOutput "share/gcc-*/python" "${!outputLib}"
if [ -z "$enableShared" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.a" "${!outputLib}"
fi
for i in "${!outputLib}/${targetConfig}"/lib/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
if [ -n "$enableMultilib" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.dylib" "${!outputLib}"
for i in "${!outputLib}/${targetConfig}"/lib64/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
fi
# Remove `fixincl' to prevent a retained dependency on the
# previous gcc.
rm -rf $out/libexec/gcc/*/*/install-tools
rm -rf $out/lib/gcc/*/*/install-tools
# More dependencies with the previous gcc or some libs (gccbug stores the build command line)
rm -rf $out/bin/gccbug
if type "install_name_tool"; then
for i in "${!outputLib}"/lib/*.*.dylib "${!outputLib}"/lib/*.so.[0-9]; do
install_name_tool -id "$i" "$i" || true
for old_path in $(otool -L "$i" | grep "$out" | awk '{print $1}'); do
new_path=`echo "$old_path" | sed "s,$out,${!outputLib},"`
install_name_tool -change "$old_path" "$new_path" "$i" || true
done
done
fi
# Cross-compiler specific:
# --with-headers=$dir option triggers gcc to make a private copy
# of $dir headers and use it later as `-isysroot`. This prevents
# cc-wrapper from overriding libc headers with `-idirafter`.
# It should be safe to drop it and rely solely on the cc-wrapper.
local sysinc_dir=$out/${targetConfig+$targetConfig/}sys-include
if [ -d "$sysinc_dir" ]; then
chmod -R u+w "$out/${targetConfig+$targetConfig/}sys-include"
rm -rfv "$out/${targetConfig+$targetConfig/}sys-include"
fi
# Get rid of some "fixed" header files
rm -rfv ←$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h}←→$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h,bits/statx.h}→
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do
if cmp -s $out/bin/gcc $i; then
ln -sfn gcc $i
fi
done
for i in $out/bin/c++ $out/bin/*-c++* $out/bin/*-g++*; do
if cmp -s $out/bin/g++ $i; then
ln -sfn g++ $i
fi
done
# Two identical man pages are shipped (moving and compressing is done later)
for i in "$out"/share/man/man1/*g++.1; do
if test -e "$i"; then
man_prefix=`echo "$i" | sed "s,.*/\(.*\)g++.1,\1,"`
ln -sf "$man_prefix"gcc.1 "$i"
fi
done
}
genericBuild
''
• The set of input derivation names do not match:
- texinfo-7.0.2
+ patchelf-0.15.0
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-gcc-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-binutils-wrapper-` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `isl-0.20` differs
• These two derivations have already been compared
• The input derivation named `libmpc-1.3.1` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage-xgcc-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
- /nix/store/k2wakzi409c4xcy5c5w6qqijic1wxwvb-glibc-2.37-8.drv:{bin,dev,out}
+ /nix/store/897ccbcikpwb26khz2hm2g7r03ipvbix-glibc-2.37-8.drv:{bin,dev,out}
• The set of input derivation names do not match:
- python3-minimal-3.10.10
+ python3-minimal-3.10.11
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
- /nix/store/zls6gbc0nn2kdxfzw9x31cmx9wvfdhl7-expand-response-params.drv:{out}
+ /nix/store/1c8l75mpfh4wi5fsa1mhkvb3l93zq4pq-expand-response-params.drv:{out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
- /nix/store/6dmw1glbic4qaqz1i2hzxra4k5k9csxz-bootstrap-stage3-stdenv-linux.drv:{out}
+ /nix/store/p1ll41646sbx5bkkbkrwq41rxak41qv6-bootstrap-stage3-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
- /nix/store/si8d42z9r1h6pqz91f8yqgrawnx2df6j-bootstrap-stage3-gcc-wrapper-12.2.0.drv:{out}
+ /nix/store/a74mj2fdkd59cs1mycimfxaja0cwkgql-bootstrap-stage3-gcc-wrapper-12.2.0.drv:{out}
• The input derivation named `binutils-patchelfed-ld-wrapper-2.40` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
- /nix/store/q9pa6ks4z2q1m44hlspbdnp8n3ln3rrc-expand-response-params.drv:{out}
+ /nix/store/pvq0a29gdcsln8yd98anxbf8jhhf2wkf-expand-response-params.drv:{out}
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `patchelf-0.15.0` differs
- /nix/store/qdirfh46wb6yyqyjjwg1gg5jiq5lm0ba-patchelf-0.15.0.drv:{out}
+ /nix/store/fpgrdqrrfv5qqvjx6q15ydqf9gy0xlsh-patchelf-0.15.0.drv:{out}
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `gcc-12.2.0` differs
- /nix/store/830b0aa9b65bgifk3lif8wfidcdlck9h-gcc-12.2.0.drv:{info,lib,man,out}
+ /nix/store/5w6p2iapipmjxwhan52zpm1isr8skfiq-gcc-12.2.0.drv:{info,lib,man,out}
• The arguments do not match
• -e
- /nix/store/h6g467m8fwn99dgw3ij6b21gxzvzyk0f-builder.sh
+ /nix/store/qr60k7sz61hvv2baadlfv5qjr8q7vlg6-builder.sh
• The input source named `builder.sh` differs
''
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup
oldOpts="$(shopt -po nounset)" || true
set -euo pipefail
export NIX_FIXINC_DUMMY="$NIX_BUILD_TOP/dummy"
mkdir "$NIX_FIXINC_DUMMY"
if test "$staticCompiler" = "1"; then
EXTRA_LDFLAGS="-static"
else
EXTRA_LDFLAGS="-Wl,-rpath,${!outputLib}/lib"
fi
# GCC interprets empty paths as ".", which we don't want.
if test -z "${CPATH-}"; then unset CPATH; fi
if test -z "${LIBRARY_PATH-}"; then unset LIBRARY_PATH; fi
echo "\$CPATH is \`${CPATH-}'"
echo "\$LIBRARY_PATH is \`${LIBRARY_PATH-}'"
if test "$noSysDirs" = "1"; then
declare \
EXTRA_FLAGS_FOR_BUILD EXTRA_FLAGS EXTRA_FLAGS_FOR_TARGET \
EXTRA_LDFLAGS_FOR_BUILD EXTRA_LDFLAGS_FOR_TARGET
# Extract flags from Bintools Wrappers
for post in '_FOR_BUILD' ''; do
curBintools="NIX_BINTOOLS${post}"
declare -a extraLDFlags=()
if [[ -e "${!curBintools}/nix-support/orig-libc" ]]; then
# Figure out what extra flags when linking to pass to the gcc
# compilers being generated to make sure that they use our libc.
extraLDFlags=($(< "${!curBintools}/nix-support/libc-ldflags") $(< "${!curBintools}/nix-support/libc-ldflags-before" || true))
if [ -e ${!curBintools}/nix-support/ld-set-dynamic-linker ]; then
extraLDFlags=-dynamic-linker=$(< ${!curBintools}/nix-support/dynamic-linker)
fi
# The path to the Libc binaries such as `crti.o'.
libc_libdir="$(< "${!curBintools}/nix-support/orig-libc")/lib"
else
# Hack: support impure environments.
extraLDFlags=("-L/usr/lib64" "-L/usr/lib")
libc_libdir="/usr/lib"
fi
extraLDFlags=("-L$libc_libdir" "-rpath" "$libc_libdir"
"${extraLDFlags[@]}")
for i in "${extraLDFlags[@]}"; do
declare EXTRA_LDFLAGS${post}+=" -Wl,$i"
done
done
# Extract flags from CC Wrappers
for post in '_FOR_BUILD' ''; do
curCC="NIX_CC${post}"
curFIXINC="NIX_FIXINC_DUMMY${post}"
declare -a extraFlags=()
if [[ -e "${!curCC}/nix-support/orig-libc" ]]; then
# Figure out what extra compiling flags to pass to the gcc compilers
# being generated to make sure that they use our libc.
extraFlags=($(< "${!curCC}/nix-support/libc-crt1-cflags") $(< "${!curCC}/nix-support/libc-cflags"))
# The path to the Libc headers
libc_devdir="$(< "${!curCC}/nix-support/orig-libc-dev")"
# Use *real* header files, otherwise a limits.h is generated that
# does not include Libc's limits.h (notably missing SSIZE_MAX,
# which breaks the build).
declare NIX_FIXINC_DUMMY${post}="$libc_devdir/include"
else
# Hack: support impure environments.
extraFlags=("-isystem" "/usr/include")
declare NIX_FIXINC_DUMMY${post}=/usr/include
fi
extraFlags=("-I${!curFIXINC}" "${extraFlags[@]}")
# BOOT_CFLAGS defaults to `-g -O2'; since we override it below, make
# sure to explictly add them so that files compiled with the bootstrap
# compiler are optimized and (optionally) contain debugging information
# (info "(gccinstall) Building").
if test -n "${dontStrip-}"; then
extraFlags=("-O2" "-g" "${extraFlags[@]}")
else
# Don't pass `-g' at all; this saves space while building.
extraFlags=("-O2" "${extraFlags[@]}")
fi
declare EXTRA_FLAGS${post}="${extraFlags[*]}"
done
if test -z "${targetConfig-}"; then
# host = target, so the flags are the same
EXTRA_FLAGS_FOR_TARGET="$EXTRA_FLAGS"
EXTRA_LDFLAGS_FOR_TARGET="$EXTRA_LDFLAGS"
fi
# CFLAGS_FOR_TARGET are needed for the libstdc++ configure script to find
# the startfiles.
# FLAGS_FOR_TARGET are needed for the target libraries to receive the -Bxxx
# for the startfiles.
makeFlagsArray+=(
"BUILD_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"NATIVE_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY"
"LDFLAGS_FOR_BUILD=$EXTRA_LDFLAGS_FOR_BUILD"
#"LDFLAGS=$EXTRA_LDFLAGS"
"LDFLAGS_FOR_TARGET=$EXTRA_LDFLAGS_FOR_TARGET"
"CFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"CXXFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"FLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
# It seems there is a bug in GCC 5
#"CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
#"CXXFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"CFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"CXXFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"FLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
if test -z "${targetConfig-}"; then
makeFlagsArray+=(
"BOOT_CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"BOOT_LDFLAGS=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
fi
if test "$crossStageStatic" == 1; then
# We don't want the gcc build to assume there will be a libc providing
# limits.h in this stage
makeFlagsArray+=(
'LIMITS_H_TEST=false'
)
else
makeFlagsArray+=(
'LIMITS_H_TEST=true'
)
fi
fi
eval "$oldOpts"
providedPreConfigure="$preConfigure";
preConfigure() {
if test -n "$newlibSrc"; then
tar xvf "$newlibSrc" -C ..
ln -s ../newlib-*/newlib newlib
# Patch to get armvt5el working:
sed -i -e 's/ arm)/ arm*)/' newlib/configure.host
fi
# Bug - they packaged zlib
if test -d "zlib"; then
# This breaks the build without-headers, which should build only
# the target libgcc as target libraries.
# See 'configure:5370'
rm -Rf zlib
fi
if test -n "$crossMingw" -a -n "$crossStageStatic"; then
mkdir -p ../mingw
# --with-build-sysroot expects that:
cp -R $libcCross/include ../mingw
configureFlags="$configureFlags --with-build-sysroot=`pwd`/.."
fi
# Eval the preConfigure script from nix expression.
eval "$providedPreConfigure"
# Perform the build in a different directory.
mkdir ../build
cd ../build
configureScript=../$sourceRoot/configure
}
postConfigure() {
# Don't store the configure flags in the resulting executables.
sed -e '/TOPLEVEL_CONFIGURE_ARGUMENTS=/d' -i Makefile
}
preInstall() {
mkdir -p "$out/${targetConfig}/lib"
mkdir -p "${!outputLib}/${targetConfig}/lib"
# Make ‘lib64’ symlinks to ‘lib’.
if [ -n "$linkLib64toLib" ]; then
ln -s lib "$out/${targetConfig}/lib64"
ln -s lib "${!outputLib}/${targetConfig}/lib64"
fi
# Make ‘lib32’ symlinks to ‘lib’.
if [ -n "$linkLib32toLib" ]; then
ln -s lib "$out/${targetConfig}/lib32"
ln -s lib "${!outputLib}/${targetConfig}/lib32"
fi
}
postInstall() {
# Move runtime libraries to lib output.
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dylib" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dll.a" "${!outputLib}"
moveToOutput "share/gcc-*/python" "${!outputLib}"
if [ -z "$enableShared" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.a" "${!outputLib}"
fi
for i in "${!outputLib}/${targetConfig}"/lib/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
if [ -n "$enableMultilib" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.dylib" "${!outputLib}"
for i in "${!outputLib}/${targetConfig}"/lib64/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
fi
# Remove `fixincl' to prevent a retained dependency on the
# previous gcc.
rm -rf $out/libexec/gcc/*/*/install-tools
rm -rf $out/lib/gcc/*/*/install-tools
# More dependencies with the previous gcc or some libs (gccbug stores the build command line)
rm -rf $out/bin/gccbug
if type "install_name_tool"; then
for i in "${!outputLib}"/lib/*.*.dylib "${!outputLib}"/lib/*.so.[0-9]; do
install_name_tool -id "$i" "$i" || true
for old_path in $(otool -L "$i" | grep "$out" | awk '{print $1}'); do
new_path=`echo "$old_path" | sed "s,$out,${!outputLib},"`
install_name_tool -change "$old_path" "$new_path" "$i" || true
done
done
fi
# Cross-compiler specific:
# --with-headers=$dir option triggers gcc to make a private copy
# of $dir headers and use it later as `-isysroot`. This prevents
# cc-wrapper from overriding libc headers with `-idirafter`.
# It should be safe to drop it and rely solely on the cc-wrapper.
local sysinc_dir=$out/${targetConfig+$targetConfig/}sys-include
if [ -d "$sysinc_dir" ]; then
chmod -R u+w "$out/${targetConfig+$targetConfig/}sys-include"
rm -rfv "$out/${targetConfig+$targetConfig/}sys-include"
fi
# Get rid of some "fixed" header files
rm -rfv ←$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h}←→$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h,bits/statx.h}→
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do
if cmp -s $out/bin/gcc $i; then
ln -sfn gcc $i
fi
done
for i in $out/bin/c++ $out/bin/*-c++* $out/bin/*-g++*; do
if cmp -s $out/bin/g++ $i; then
ln -sfn g++ $i
fi
done
# Two identical man pages are shipped (moving and compressing is done later)
for i in "$out"/share/man/man1/*g++.1; do
if test -e "$i"; then
man_prefix=`echo "$i" | sed "s,.*/\(.*\)g++.1,\1,"`
ln -sf "$man_prefix"gcc.1 "$i"
fi
done
}
genericBuild
''
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
- /nix/store/pxvhww04ipih2ib4whqbyl4l0w09xi7x-bash-5.2-p15.drv:{out}
+ /nix/store/0853fczxiqhc7igazj8dn18avgc2xjz8-bash-5.2-p15.drv:{out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `binutils-patchelfed-ld-wrapper-2.40` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
- /nix/store/k2wakzi409c4xcy5c5w6qqijic1wxwvb-glibc-2.37-8.drv:{dev,out}
+ /nix/store/897ccbcikpwb26khz2hm2g7r03ipvbix-glibc-2.37-8.drv:{dev,out}
• The set of input derivation names do not match:
- python3-minimal-3.10.10
+ python3-minimal-3.10.11
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gmp-6.2.1` differs
- /nix/store/3wwmwx2l180jshy4x5bs2r5bh3mh8s3v-gmp-6.2.1.drv:{dev,out}
+ /nix/store/k6p461gyai3wnzs2dmhdarzb5pvjdwwn-gmp-6.2.1.drv:{dev,out}
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `isl-0.20` differs
- /nix/store/6ii2nchdl6zh9ac9vr70lk9y7hgsv4vw-isl-0.20.drv:{out}
+ /nix/store/v2j0hxf7rz8as5hn7pbcnbf2acwbqhkw-isl-0.20.drv:{out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
- /nix/store/3wwmwx2l180jshy4x5bs2r5bh3mh8s3v-gmp-6.2.1.drv:{dev}
+ /nix/store/k6p461gyai3wnzs2dmhdarzb5pvjdwwn-gmp-6.2.1.drv:{dev}
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `libmpc-1.3.1` differs
- /nix/store/5hk585dvhp9ajxbrwln4idxn0jf5v7sz-libmpc-1.3.1.drv:{out}
+ /nix/store/aa0ar23b1fziivsifh7g5n3mgz6lq536-libmpc-1.3.1.drv:{out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
- /nix/store/gj9il7p3cjmg9adv66gb5cgdw2nky6wv-mpfr-4.2.0.drv:{dev}
+ /nix/store/arp2jvr1zn3rm734dd6firgdd7vc4ry3-mpfr-4.2.0.drv:{dev}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `libxcrypt-4.4.33` differs
- /nix/store/0rb47fgrf6bw0f44m0c7ymd3p8qzi7iw-libxcrypt-4.4.33.drv:{out}
+ /nix/store/i6nhpdgp2ny38imila328wyhs3wzf8fa-libxcrypt-4.4.33.drv:{out}
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `mpfr-4.2.0` differs
- /nix/store/gj9il7p3cjmg9adv66gb5cgdw2nky6wv-mpfr-4.2.0.drv:{dev,out}
+ /nix/store/arp2jvr1zn3rm734dd6firgdd7vc4ry3-mpfr-4.2.0.drv:{dev,out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nuke-references` differs
- /nix/store/cnxrhkfm0znrk3czs0bpj6gffqcskq1v-nuke-references.drv:{out}
+ /nix/store/cqcgz8r2p5z08mdgwrnwvr79b7nj9m5s-nuke-references.drv:{out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
- /nix/store/b3dlka991kf1s0pcw7z01kybx29pm5w2-bootstrap-stage3-stdenv-linux.drv:{out}
+ /nix/store/s2fwsqd7gmdwl6lgavi75zn712fvlxmc-bootstrap-stage3-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
- /nix/store/nx2j32xp68vn9fz25pbdcksm04glsz2n-zlib-1.2.13.drv:{dev,out}
+ /nix/store/x1h5vz6fl9za42fn8rm8ficv47hg9cxa-zlib-1.2.13.drv:{dev,out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
- /nix/store/0d2rimx266zzd448017jbd0g65iimvlx-bootstrap-stage4-stdenv-linux.drv:{out}
+ /nix/store/02jfigmdms8z9hfqqgzdh947q1xyjr5b-bootstrap-stage4-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
- /nix/store/6qq0d6dnyy547fksa3qici8kggja3h3l-xz-5.4.2.drv:{bin}
+ /nix/store/kgms2q9b3jiwisd5m002wyzzn9jvr8z9-xz-5.4.2.drv:{bin}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `curl-8.0.1` differs
- /nix/store/k6ri5fyxwvlpzrm4plm8cgafdvdf79dq-curl-8.0.1.drv:{dev}
+ /nix/store/8nd9kv0wpycl8y36vwscwrhxxmmzgz4m-curl-8.0.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libkrb5-1.20.1` differs
- /nix/store/yxpn9yx3l8chs24ayyazvl2yfjg3c50v-libkrb5-1.20.1.drv:{dev}
+ /nix/store/xpxy1zqmd0yj0hmc3m2png5vz8rr2vsg-libkrb5-1.20.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `keyutils-1.6.3` differs
- /nix/store/r44p8zjwap0p6d9k19v4rdgcr372pbyd-keyutils-1.6.3.drv:{dev}
+ /nix/store/iy2wn9i0djmff8mh5qp61ac8gkvr0nzn-keyutils-1.6.3.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
- /nix/store/y0w623rk6841cgd2bkbcy0p6dzvci0yw-stdenv-linux.drv:{out}
+ /nix/store/4zc2k7dm2pkgnmikx74adc0m06v6wxj3-stdenv-linux.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `acl-2.3.1` differs
- /nix/store/hx5v8nbx5fvficisgzra8h6ym9hxhkp1-acl-2.3.1.drv:{out}
+ /nix/store/pva8zjpnxj15yq4yl7jjxrlnhkhr8aq9-acl-2.3.1.drv:{out}
• The input derivation named `attr-2.5.1` differs
- /nix/store/8rqrh7f6x56i8yqyycp6z6wahnfm4a7i-attr-2.5.1.drv:{dev}
+ /nix/store/397pc5h08ksamkj6nvvfz3r2lalml4qr-attr-2.5.1.drv:{dev}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `attr-2.5.1` differs
- /nix/store/8rqrh7f6x56i8yqyycp6z6wahnfm4a7i-attr-2.5.1.drv:{out}
+ /nix/store/397pc5h08ksamkj6nvvfz3r2lalml4qr-attr-2.5.1.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-2.40` differs
- /nix/store/8nqc5s99jvzy80rwwhfjcp9wafqg1166-binutils-2.40.drv:{lib,out}
+ /nix/store/s862yria4v102ilckra0vjqfcb2fn8dv-binutils-2.40.drv:{lib,out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
- /nix/store/nx2j32xp68vn9fz25pbdcksm04glsz2n-zlib-1.2.13.drv:{dev}
+ /nix/store/x1h5vz6fl9za42fn8rm8ficv47hg9cxa-zlib-1.2.13.drv:{dev}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `binutils-wrapper-2.40` differs
- /nix/store/iy4kna7hqji5xklj2rcqlida4pza55xr-binutils-wrapper-2.40.drv:{out}
+ /nix/store/4ihc5ms1fbgag5pb3y131b0775i94bwk-binutils-wrapper-2.40.drv:{out}
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-2.40` differs
- /nix/store/8nqc5s99jvzy80rwwhfjcp9wafqg1166-binutils-2.40.drv:{info,man,out}
+ /nix/store/s862yria4v102ilckra0vjqfcb2fn8dv-binutils-2.40.drv:{info,man,out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
- /nix/store/nnklyy4jiqcfv9k60rgqwlm8kw5a1sab-bootstrap-stage4-stdenv-linux.drv:{out}
+ /nix/store/qrsi46qdzv5czr7bdk8v4vkn4b1y3y6k-bootstrap-stage4-stdenv-linux.drv:{out}
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `coreutils-9.1` differs
- /nix/store/xfk4y51nk63dkvqd0waxa96sk4l2vlqd-coreutils-9.1.drv:{out}
+ /nix/store/1l1a10gp6spa2pnvic1m4i9fl84l47mi-coreutils-9.1.drv:{out}
• The input derivation named `acl-2.3.1` differs
- /nix/store/hx5v8nbx5fvficisgzra8h6ym9hxhkp1-acl-2.3.1.drv:{dev}
+ /nix/store/pva8zjpnxj15yq4yl7jjxrlnhkhr8aq9-acl-2.3.1.drv:{dev}
• The input derivation named `attr-2.5.1` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `attr-2.5.1` differs
• These two derivations have already been compared
• The input derivation named `autoreconf-hook` differs
- /nix/store/jjw8dbb3hz5im2bclif2m0vcjillx5p3-autoreconf-hook.drv:{out}
+ /nix/store/0vwrcb8kmmysm829cz13zbjn6hm3jmc6-autoreconf-hook.drv:{out}
• The input derivation named `autoconf-2.71` differs
- /nix/store/icncs4izfadzf06r65ighzriza6adpnh-autoconf-2.71.drv:{out}
+ /nix/store/1arcckwai0xh78f7v7hhl5a9zs9j5l34-autoconf-2.71.drv:{out}
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `automake-1.16.5` differs
- /nix/store/pjdh0qk69lxf9s58d48wv2v36znjkb71-automake-1.16.5.drv:{out}
+ /nix/store/kgr5mxv445fiwy1y1y4baclxvf74fjb1-automake-1.16.5.drv:{out}
• The input derivation named `autoconf-2.71` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `libtool-2.4.7` differs
- /nix/store/qxqva3z68hwhkjy85hpdkk9jp9n6qnab-libtool-2.4.7.drv:{out}
+ /nix/store/91njlikydwmkacmrydvnp29nm9h2s4b0-libtool-2.4.7.drv:{out}
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `file-5.44` differs
- /nix/store/v5gq9m4xqkq0v7grh17walarxx372bhh-file-5.44.drv:{out}
+ /nix/store/57qp2g5gg1mgl5gxxcm9sk1r1jk8dsw1-file-5.44.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-with-cxx-6.2.1` differs
- /nix/store/6zvqbic4pqzl4mffxs9abnzib48733ah-gmp-with-cxx-6.2.1.drv:{dev}
+ /nix/store/1f9vjxwd6vxv8gj5fdc7iy8fm841aa9w-gmp-with-cxx-6.2.1.drv:{dev}
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
- /nix/store/y2nh5spyxkfqmxwkz2yxmvky17v62g8n-xz-5.4.2.drv:{bin}
+ /nix/store/s04ccf9z5y5yfbb7kld68x2pbdhxx003-xz-5.4.2.drv:{bin}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `expand-response-params` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `gnugrep-3.7` differs
- /nix/store/5pg4h02gdkw0mh7y5rl716qj69bk7j5v-gnugrep-3.7.drv:{out}
+ /nix/store/570jshqbhibr88dz7cgjvi1fqa0gski2-gnugrep-3.7.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
- /nix/store/dl69ac63n3811vdh7aaymg0bwkh0jrsy-glibc-iconv-2.37.drv:{out}
+ /nix/store/is0d44nvw0qqnrxsk78qywyv4jn46sk5-glibc-iconv-2.37.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
- /nix/store/k2wakzi409c4xcy5c5w6qqijic1wxwvb-glibc-2.37-8.drv:{dev}
+ /nix/store/897ccbcikpwb26khz2hm2g7r03ipvbix-glibc-2.37-8.drv:{dev}
• The set of input derivation names do not match:
- python3-minimal-3.10.10
+ python3-minimal-3.10.11
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `pcre-8.45` differs
- /nix/store/fx4pcrwqgmcgymz796r79pryy96dpbq8-pcre-8.45.drv:{dev}
+ /nix/store/3d2jjnv0h65slfc51i81nab3pwvpsc79-pcre-8.45.drv:{dev}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `bzip2-1.0.8` differs
- /nix/store/bvlnn54z0rrhv24y8zb28z3diiinzrdr-bzip2-1.0.8.drv:{bin,out}
+ /nix/store/4khlw0yr0v9vd6lc1bcm3wbhwwpblmb9-bzip2-1.0.8.drv:{bin,out}
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `diffutils-3.9` differs
- /nix/store/ybv2my089wiiw6zgfkbiavwdlrpq81lv-diffutils-3.9.drv:{out}
+ /nix/store/5smpbp9qmjknzga0s4mhyl7743l0w3zy-diffutils-3.9.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ed-1.19` differs
- /nix/store/0gy4jy2r8yvi41r81dwi716wy1j0pkfk-ed-1.19.drv:{out}
+ /nix/store/swa20rgyan00pkdnxz3na60b6a2m8snq-ed-1.19.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `lzip-1.23` differs
- /nix/store/145d5gldi598qa01wfr299bda2dsvabq-lzip-1.23.drv:{out}
+ /nix/store/9pifnkj5bj1q2lqzwsb4zidsr55sdbk0-lzip-1.23.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `expand-response-params` differs
• These two derivations have already been compared
• The input derivation named `file-5.44` differs
• These two derivations have already been compared
• The input derivation named `findutils-4.9.0` differs
- /nix/store/w5sni4jxngbhqvh5r5dgrpmsihmgh7a1-findutils-4.9.0.drv:{out}
+ /nix/store/0m32jmcvg4mji1jwjlxw3xb19ip0zvna-findutils-4.9.0.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gawk-5.2.1` differs
- /nix/store/59aigifzp07phk9g2fk9jlixdw04s62i-gawk-5.2.1.drv:{out}
+ /nix/store/y8lqgw5nxhpgplpx2v8lynhmss3lnhih-gawk-5.2.1.drv:{out}
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-12.2.0` differs
- /nix/store/830b0aa9b65bgifk3lif8wfidcdlck9h-gcc-12.2.0.drv:{lib,libgcc,out}
+ /nix/store/5w6p2iapipmjxwhan52zpm1isr8skfiq-gcc-12.2.0.drv:{lib,libgcc,out}
• The arguments do not match
• -e
- /nix/store/h6g467m8fwn99dgw3ij6b21gxzvzyk0f-builder.sh
+ /nix/store/qr60k7sz61hvv2baadlfv5qjr8q7vlg6-builder.sh
• The input source named `builder.sh` differs
''
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup
oldOpts="$(shopt -po nounset)" || true
set -euo pipefail
export NIX_FIXINC_DUMMY="$NIX_BUILD_TOP/dummy"
mkdir "$NIX_FIXINC_DUMMY"
if test "$staticCompiler" = "1"; then
EXTRA_LDFLAGS="-static"
else
EXTRA_LDFLAGS="-Wl,-rpath,${!outputLib}/lib"
fi
# GCC interprets empty paths as ".", which we don't want.
if test -z "${CPATH-}"; then unset CPATH; fi
if test -z "${LIBRARY_PATH-}"; then unset LIBRARY_PATH; fi
echo "\$CPATH is \`${CPATH-}'"
echo "\$LIBRARY_PATH is \`${LIBRARY_PATH-}'"
if test "$noSysDirs" = "1"; then
declare \
EXTRA_FLAGS_FOR_BUILD EXTRA_FLAGS EXTRA_FLAGS_FOR_TARGET \
EXTRA_LDFLAGS_FOR_BUILD EXTRA_LDFLAGS_FOR_TARGET
# Extract flags from Bintools Wrappers
for post in '_FOR_BUILD' ''; do
curBintools="NIX_BINTOOLS${post}"
declare -a extraLDFlags=()
if [[ -e "${!curBintools}/nix-support/orig-libc" ]]; then
# Figure out what extra flags when linking to pass to the gcc
# compilers being generated to make sure that they use our libc.
extraLDFlags=($(< "${!curBintools}/nix-support/libc-ldflags") $(< "${!curBintools}/nix-support/libc-ldflags-before" || true))
if [ -e ${!curBintools}/nix-support/ld-set-dynamic-linker ]; then
extraLDFlags=-dynamic-linker=$(< ${!curBintools}/nix-support/dynamic-linker)
fi
# The path to the Libc binaries such as `crti.o'.
libc_libdir="$(< "${!curBintools}/nix-support/orig-libc")/lib"
else
# Hack: support impure environments.
extraLDFlags=("-L/usr/lib64" "-L/usr/lib")
libc_libdir="/usr/lib"
fi
extraLDFlags=("-L$libc_libdir" "-rpath" "$libc_libdir"
"${extraLDFlags[@]}")
for i in "${extraLDFlags[@]}"; do
declare EXTRA_LDFLAGS${post}+=" -Wl,$i"
done
done
# Extract flags from CC Wrappers
for post in '_FOR_BUILD' ''; do
curCC="NIX_CC${post}"
curFIXINC="NIX_FIXINC_DUMMY${post}"
declare -a extraFlags=()
if [[ -e "${!curCC}/nix-support/orig-libc" ]]; then
# Figure out what extra compiling flags to pass to the gcc compilers
# being generated to make sure that they use our libc.
extraFlags=($(< "${!curCC}/nix-support/libc-crt1-cflags") $(< "${!curCC}/nix-support/libc-cflags"))
# The path to the Libc headers
libc_devdir="$(< "${!curCC}/nix-support/orig-libc-dev")"
# Use *real* header files, otherwise a limits.h is generated that
# does not include Libc's limits.h (notably missing SSIZE_MAX,
# which breaks the build).
declare NIX_FIXINC_DUMMY${post}="$libc_devdir/include"
else
# Hack: support impure environments.
extraFlags=("-isystem" "/usr/include")
declare NIX_FIXINC_DUMMY${post}=/usr/include
fi
extraFlags=("-I${!curFIXINC}" "${extraFlags[@]}")
# BOOT_CFLAGS defaults to `-g -O2'; since we override it below, make
# sure to explictly add them so that files compiled with the bootstrap
# compiler are optimized and (optionally) contain debugging information
# (info "(gccinstall) Building").
if test -n "${dontStrip-}"; then
extraFlags=("-O2" "-g" "${extraFlags[@]}")
else
# Don't pass `-g' at all; this saves space while building.
extraFlags=("-O2" "${extraFlags[@]}")
fi
declare EXTRA_FLAGS${post}="${extraFlags[*]}"
done
if test -z "${targetConfig-}"; then
# host = target, so the flags are the same
EXTRA_FLAGS_FOR_TARGET="$EXTRA_FLAGS"
EXTRA_LDFLAGS_FOR_TARGET="$EXTRA_LDFLAGS"
fi
# CFLAGS_FOR_TARGET are needed for the libstdc++ configure script to find
# the startfiles.
# FLAGS_FOR_TARGET are needed for the target libraries to receive the -Bxxx
# for the startfiles.
makeFlagsArray+=(
"BUILD_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"NATIVE_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY"
"LDFLAGS_FOR_BUILD=$EXTRA_LDFLAGS_FOR_BUILD"
#"LDFLAGS=$EXTRA_LDFLAGS"
"LDFLAGS_FOR_TARGET=$EXTRA_LDFLAGS_FOR_TARGET"
"CFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"CXXFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"FLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
# It seems there is a bug in GCC 5
#"CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
#"CXXFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"CFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"CXXFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"FLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
if test -z "${targetConfig-}"; then
makeFlagsArray+=(
"BOOT_CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"BOOT_LDFLAGS=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
fi
if test "$crossStageStatic" == 1; then
# We don't want the gcc build to assume there will be a libc providing
# limits.h in this stage
makeFlagsArray+=(
'LIMITS_H_TEST=false'
)
else
makeFlagsArray+=(
'LIMITS_H_TEST=true'
)
fi
fi
eval "$oldOpts"
providedPreConfigure="$preConfigure";
preConfigure() {
if test -n "$newlibSrc"; then
tar xvf "$newlibSrc" -C ..
ln -s ../newlib-*/newlib newlib
# Patch to get armvt5el working:
sed -i -e 's/ arm)/ arm*)/' newlib/configure.host
fi
# Bug - they packaged zlib
if test -d "zlib"; then
# This breaks the build without-headers, which should build only
# the target libgcc as target libraries.
# See 'configure:5370'
rm -Rf zlib
fi
if test -n "$crossMingw" -a -n "$crossStageStatic"; then
mkdir -p ../mingw
# --with-build-sysroot expects that:
cp -R $libcCross/include ../mingw
configureFlags="$configureFlags --with-build-sysroot=`pwd`/.."
fi
# Eval the preConfigure script from nix expression.
eval "$providedPreConfigure"
# Perform the build in a different directory.
mkdir ../build
cd ../build
configureScript=../$sourceRoot/configure
}
postConfigure() {
# Don't store the configure flags in the resulting executables.
sed -e '/TOPLEVEL_CONFIGURE_ARGUMENTS=/d' -i Makefile
}
preInstall() {
mkdir -p "$out/${targetConfig}/lib"
mkdir -p "${!outputLib}/${targetConfig}/lib"
# Make ‘lib64’ symlinks to ‘lib’.
if [ -n "$linkLib64toLib" ]; then
ln -s lib "$out/${targetConfig}/lib64"
ln -s lib "${!outputLib}/${targetConfig}/lib64"
fi
# Make ‘lib32’ symlinks to ‘lib’.
if [ -n "$linkLib32toLib" ]; then
ln -s lib "$out/${targetConfig}/lib32"
ln -s lib "${!outputLib}/${targetConfig}/lib32"
fi
}
postInstall() {
# Move runtime libraries to lib output.
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dylib" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dll.a" "${!outputLib}"
moveToOutput "share/gcc-*/python" "${!outputLib}"
if [ -z "$enableShared" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.a" "${!outputLib}"
fi
for i in "${!outputLib}/${targetConfig}"/lib/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
if [ -n "$enableMultilib" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.dylib" "${!outputLib}"
for i in "${!outputLib}/${targetConfig}"/lib64/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
fi
# Remove `fixincl' to prevent a retained dependency on the
# previous gcc.
rm -rf $out/libexec/gcc/*/*/install-tools
rm -rf $out/lib/gcc/*/*/install-tools
# More dependencies with the previous gcc or some libs (gccbug stores the build command line)
rm -rf $out/bin/gccbug
if type "install_name_tool"; then
for i in "${!outputLib}"/lib/*.*.dylib "${!outputLib}"/lib/*.so.[0-9]; do
install_name_tool -id "$i" "$i" || true
for old_path in $(otool -L "$i" | grep "$out" | awk '{print $1}'); do
new_path=`echo "$old_path" | sed "s,$out,${!outputLib},"`
install_name_tool -change "$old_path" "$new_path" "$i" || true
done
done
fi
# Cross-compiler specific:
# --with-headers=$dir option triggers gcc to make a private copy
# of $dir headers and use it later as `-isysroot`. This prevents
# cc-wrapper from overriding libc headers with `-idirafter`.
# It should be safe to drop it and rely solely on the cc-wrapper.
local sysinc_dir=$out/${targetConfig+$targetConfig/}sys-include
if [ -d "$sysinc_dir" ]; then
chmod -R u+w "$out/${targetConfig+$targetConfig/}sys-include"
rm -rfv "$out/${targetConfig+$targetConfig/}sys-include"
fi
# Get rid of some "fixed" header files
rm -rfv ←$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h}←→$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h,bits/statx.h}→
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do
if cmp -s $out/bin/gcc $i; then
ln -sfn gcc $i
fi
done
for i in $out/bin/c++ $out/bin/*-c++* $out/bin/*-g++*; do
if cmp -s $out/bin/g++ $i; then
ln -sfn g++ $i
fi
done
# Two identical man pages are shipped (moving and compressing is done later)
for i in "$out"/share/man/man1/*g++.1; do
if test -e "$i"; then
man_prefix=`echo "$i" | sed "s,.*/\(.*\)g++.1,\1,"`
ln -sf "$man_prefix"gcc.1 "$i"
fi
done
}
genericBuild
''
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-patchelfed-ld-wrapper-2.40` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `isl-0.20` differs
• These two derivations have already been compared
• The input derivation named `libmpc-1.3.1` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
- /nix/store/xhwm27g7mbbb6fs36igk4ixgg9ps0vfl-gcc-wrapper-12.2.0.drv:{out}
+ /nix/store/dx8d1622zlmaws36p2ypc50y053qfkfh-gcc-wrapper-12.2.0.drv:{out}
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-wrapper-2.40` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
• These two derivations have already been compared
• The input derivation named `gcc-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `gnugrep-3.7` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
- /nix/store/3wwmwx2l180jshy4x5bs2r5bh3mh8s3v-gmp-6.2.1.drv:{out}
+ /nix/store/k6p461gyai3wnzs2dmhdarzb5pvjdwwn-gmp-6.2.1.drv:{out}
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gmp-with-cxx-6.2.1` differs
- /nix/store/6zvqbic4pqzl4mffxs9abnzib48733ah-gmp-with-cxx-6.2.1.drv:{out}
+ /nix/store/1f9vjxwd6vxv8gj5fdc7iy8fm841aa9w-gmp-with-cxx-6.2.1.drv:{out}
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnugrep-3.7` differs
• These two derivations have already been compared
• The input derivation named `gnumake-4.4.1` differs
- /nix/store/hmlck3gi2xaa2b8f6mwb5rdg3fabhphm-gnumake-4.4.1.drv:{out}
+ /nix/store/8rrn59c6f6m8w60hy8ng8qzzwir2j8rg-gnumake-4.4.1.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnused-4.9` differs
- /nix/store/ajrqahiq0lgp3frqa7syyxki2fb64l37-gnused-4.9.drv:{out}
+ /nix/store/z33bkxarimi19zg1y59gl3xysnb344zn-gnused-4.9.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnutar-1.34` differs
- /nix/store/n965d9yfklwxgi1zdjcyhmgjjb7z2sfi-gnutar-1.34.drv:{out}
+ /nix/store/bvbvi24kc2b5hl8rvmmcjgjwhjb9kb04-gnutar-1.34.drv:{out}
• The input derivation named `acl-2.3.1` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gzip-1.12` differs
- /nix/store/q0a6hs82zzlf1h8as0awla3drv6z1asv-gzip-1.12.drv:{out}
+ /nix/store/21f0hr846nbqay9w59dnrh1x6qnqx21n-gzip-1.12.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `make-shell-wrapper-hook` differs
- /nix/store/d3q0dzbx32fgayp5r20j70zs471v2kxg-make-shell-wrapper-hook.drv:{out}
+ /nix/store/rrph5nliggippzb8s6gd9kvlv476l0v1-make-shell-wrapper-hook.drv:{out}
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `die-hook` differs
- /nix/store/42pygv9ib9i0myvzr9dqif1b4pnwxb2z-die-hook.drv:{out}
+ /nix/store/afybcvpas16hczwsigdky75xilj2avpg-die-hook.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `isl-0.20` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `libmpc-1.3.1` differs
• These two derivations have already been compared
• The input derivation named `libunistring-1.1` differs
- /nix/store/k91wwmmmv9j3l93v14lfsazzzgjrqvdy-libunistring-1.1.drv:{out}
+ /nix/store/lfwbk74ghx60nrlikm3pzr1x0p7rmgfc-libunistring-1.1.drv:{out}
• The input derivation named `bootstrap-stage0-glibc-iconv-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
- /nix/store/gj9il7p3cjmg9adv66gb5cgdw2nky6wv-mpfr-4.2.0.drv:{out}
+ /nix/store/arp2jvr1zn3rm734dd6firgdd7vc4ry3-mpfr-4.2.0.drv:{out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `patch-2.7.6` differs
- /nix/store/g3v8q6viaiylnhk6bvplrrv03f4yz13f-patch-2.7.6.drv:{out}
+ /nix/store/88rr6k14563lpxfn7c4mvslgda66yn8r-patch-2.7.6.drv:{out}
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `ed-1.19` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `patchelf-0.15.0` differs
- /nix/store/ybicch2qq185qcbj1xbr70nwhpfg6kyx-patchelf-0.15.0.drv:{out}
+ /nix/store/hwn8hj219wr5v4n3skzcmc3kqq2nc64g-patchelf-0.15.0.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pcre-8.45` differs
- /nix/store/fx4pcrwqgmcgymz796r79pryy96dpbq8-pcre-8.45.drv:{out}
+ /nix/store/3d2jjnv0h65slfc51i81nab3pwvpsc79-pcre-8.45.drv:{out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
- /nix/store/y2nh5spyxkfqmxwkz2yxmvky17v62g8n-xz-5.4.2.drv:{bin,out}
+ /nix/store/s04ccf9z5y5yfbb7kld68x2pbdhxx003-xz-5.4.2.drv:{bin,out}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `zlib-1.2.13` differs
- /nix/store/nx2j32xp68vn9fz25pbdcksm04glsz2n-zlib-1.2.13.drv:{out}
+ /nix/store/x1h5vz6fl9za42fn8rm8ficv47hg9cxa-zlib-1.2.13.drv:{out}
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
- /nix/store/7s9msffr1jw37f7pc2sq8kh8aj5kampc-openssl-3.0.8.drv:{dev}
+ /nix/store/mkghm9hdf82mcd6shi98rdxxvygxy145-openssl-3.0.8.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
+ make-shell-wrapper-hook
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
- /nix/store/04w5bld0p986q5zilngl2qf681pwc4rg-coreutils-9.1.drv:{out}
+ /nix/store/h19yn27h9lhhai6h5l58a02dwy6whmci-coreutils-9.1.drv:{out}
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
- /nix/store/cmqkg20sl169xdkwifwdm8dncdllgg76-perl-5.36.0.drv:{out}
+ /nix/store/p5chvdzg7cp0vf1y7yk8irxv5rsm1q3x-perl-5.36.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-12.2.0` differs
- /nix/store/830b0aa9b65bgifk3lif8wfidcdlck9h-gcc-12.2.0.drv:{out}
+ /nix/store/5w6p2iapipmjxwhan52zpm1isr8skfiq-gcc-12.2.0.drv:{out}
• The arguments do not match
• -e
- /nix/store/h6g467m8fwn99dgw3ij6b21gxzvzyk0f-builder.sh
+ /nix/store/qr60k7sz61hvv2baadlfv5qjr8q7vlg6-builder.sh
• The input source named `builder.sh` differs
''
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup
oldOpts="$(shopt -po nounset)" || true
set -euo pipefail
export NIX_FIXINC_DUMMY="$NIX_BUILD_TOP/dummy"
mkdir "$NIX_FIXINC_DUMMY"
if test "$staticCompiler" = "1"; then
EXTRA_LDFLAGS="-static"
else
EXTRA_LDFLAGS="-Wl,-rpath,${!outputLib}/lib"
fi
# GCC interprets empty paths as ".", which we don't want.
if test -z "${CPATH-}"; then unset CPATH; fi
if test -z "${LIBRARY_PATH-}"; then unset LIBRARY_PATH; fi
echo "\$CPATH is \`${CPATH-}'"
echo "\$LIBRARY_PATH is \`${LIBRARY_PATH-}'"
if test "$noSysDirs" = "1"; then
declare \
EXTRA_FLAGS_FOR_BUILD EXTRA_FLAGS EXTRA_FLAGS_FOR_TARGET \
EXTRA_LDFLAGS_FOR_BUILD EXTRA_LDFLAGS_FOR_TARGET
# Extract flags from Bintools Wrappers
for post in '_FOR_BUILD' ''; do
curBintools="NIX_BINTOOLS${post}"
declare -a extraLDFlags=()
if [[ -e "${!curBintools}/nix-support/orig-libc" ]]; then
# Figure out what extra flags when linking to pass to the gcc
# compilers being generated to make sure that they use our libc.
extraLDFlags=($(< "${!curBintools}/nix-support/libc-ldflags") $(< "${!curBintools}/nix-support/libc-ldflags-before" || true))
if [ -e ${!curBintools}/nix-support/ld-set-dynamic-linker ]; then
extraLDFlags=-dynamic-linker=$(< ${!curBintools}/nix-support/dynamic-linker)
fi
# The path to the Libc binaries such as `crti.o'.
libc_libdir="$(< "${!curBintools}/nix-support/orig-libc")/lib"
else
# Hack: support impure environments.
extraLDFlags=("-L/usr/lib64" "-L/usr/lib")
libc_libdir="/usr/lib"
fi
extraLDFlags=("-L$libc_libdir" "-rpath" "$libc_libdir"
"${extraLDFlags[@]}")
for i in "${extraLDFlags[@]}"; do
declare EXTRA_LDFLAGS${post}+=" -Wl,$i"
done
done
# Extract flags from CC Wrappers
for post in '_FOR_BUILD' ''; do
curCC="NIX_CC${post}"
curFIXINC="NIX_FIXINC_DUMMY${post}"
declare -a extraFlags=()
if [[ -e "${!curCC}/nix-support/orig-libc" ]]; then
# Figure out what extra compiling flags to pass to the gcc compilers
# being generated to make sure that they use our libc.
extraFlags=($(< "${!curCC}/nix-support/libc-crt1-cflags") $(< "${!curCC}/nix-support/libc-cflags"))
# The path to the Libc headers
libc_devdir="$(< "${!curCC}/nix-support/orig-libc-dev")"
# Use *real* header files, otherwise a limits.h is generated that
# does not include Libc's limits.h (notably missing SSIZE_MAX,
# which breaks the build).
declare NIX_FIXINC_DUMMY${post}="$libc_devdir/include"
else
# Hack: support impure environments.
extraFlags=("-isystem" "/usr/include")
declare NIX_FIXINC_DUMMY${post}=/usr/include
fi
extraFlags=("-I${!curFIXINC}" "${extraFlags[@]}")
# BOOT_CFLAGS defaults to `-g -O2'; since we override it below, make
# sure to explictly add them so that files compiled with the bootstrap
# compiler are optimized and (optionally) contain debugging information
# (info "(gccinstall) Building").
if test -n "${dontStrip-}"; then
extraFlags=("-O2" "-g" "${extraFlags[@]}")
else
# Don't pass `-g' at all; this saves space while building.
extraFlags=("-O2" "${extraFlags[@]}")
fi
declare EXTRA_FLAGS${post}="${extraFlags[*]}"
done
if test -z "${targetConfig-}"; then
# host = target, so the flags are the same
EXTRA_FLAGS_FOR_TARGET="$EXTRA_FLAGS"
EXTRA_LDFLAGS_FOR_TARGET="$EXTRA_LDFLAGS"
fi
# CFLAGS_FOR_TARGET are needed for the libstdc++ configure script to find
# the startfiles.
# FLAGS_FOR_TARGET are needed for the target libraries to receive the -Bxxx
# for the startfiles.
makeFlagsArray+=(
"BUILD_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY_FOR_BUILD"
"NATIVE_SYSTEM_HEADER_DIR=$NIX_FIXINC_DUMMY"
"LDFLAGS_FOR_BUILD=$EXTRA_LDFLAGS_FOR_BUILD"
#"LDFLAGS=$EXTRA_LDFLAGS"
"LDFLAGS_FOR_TARGET=$EXTRA_LDFLAGS_FOR_TARGET"
"CFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"CXXFLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
"FLAGS_FOR_BUILD=$EXTRA_FLAGS_FOR_BUILD $EXTRA_LDFLAGS_FOR_BUILD"
# It seems there is a bug in GCC 5
#"CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
#"CXXFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"CFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"CXXFLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
"FLAGS_FOR_TARGET=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
if test -z "${targetConfig-}"; then
makeFlagsArray+=(
"BOOT_CFLAGS=$EXTRA_FLAGS $EXTRA_LDFLAGS"
"BOOT_LDFLAGS=$EXTRA_FLAGS_FOR_TARGET $EXTRA_LDFLAGS_FOR_TARGET"
)
fi
if test "$crossStageStatic" == 1; then
# We don't want the gcc build to assume there will be a libc providing
# limits.h in this stage
makeFlagsArray+=(
'LIMITS_H_TEST=false'
)
else
makeFlagsArray+=(
'LIMITS_H_TEST=true'
)
fi
fi
eval "$oldOpts"
providedPreConfigure="$preConfigure";
preConfigure() {
if test -n "$newlibSrc"; then
tar xvf "$newlibSrc" -C ..
ln -s ../newlib-*/newlib newlib
# Patch to get armvt5el working:
sed -i -e 's/ arm)/ arm*)/' newlib/configure.host
fi
# Bug - they packaged zlib
if test -d "zlib"; then
# This breaks the build without-headers, which should build only
# the target libgcc as target libraries.
# See 'configure:5370'
rm -Rf zlib
fi
if test -n "$crossMingw" -a -n "$crossStageStatic"; then
mkdir -p ../mingw
# --with-build-sysroot expects that:
cp -R $libcCross/include ../mingw
configureFlags="$configureFlags --with-build-sysroot=`pwd`/.."
fi
# Eval the preConfigure script from nix expression.
eval "$providedPreConfigure"
# Perform the build in a different directory.
mkdir ../build
cd ../build
configureScript=../$sourceRoot/configure
}
postConfigure() {
# Don't store the configure flags in the resulting executables.
sed -e '/TOPLEVEL_CONFIGURE_ARGUMENTS=/d' -i Makefile
}
preInstall() {
mkdir -p "$out/${targetConfig}/lib"
mkdir -p "${!outputLib}/${targetConfig}/lib"
# Make ‘lib64’ symlinks to ‘lib’.
if [ -n "$linkLib64toLib" ]; then
ln -s lib "$out/${targetConfig}/lib64"
ln -s lib "${!outputLib}/${targetConfig}/lib64"
fi
# Make ‘lib32’ symlinks to ‘lib’.
if [ -n "$linkLib32toLib" ]; then
ln -s lib "$out/${targetConfig}/lib32"
ln -s lib "${!outputLib}/${targetConfig}/lib32"
fi
}
postInstall() {
# Move runtime libraries to lib output.
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dylib" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dll.a" "${!outputLib}"
moveToOutput "share/gcc-*/python" "${!outputLib}"
if [ -z "$enableShared" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib/lib*.a" "${!outputLib}"
fi
for i in "${!outputLib}/${targetConfig}"/lib/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
if [ -n "$enableMultilib" ]; then
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.so*" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.la" "${!outputLib}"
moveToOutput "${targetConfig+$targetConfig/}lib64/lib*.dylib" "${!outputLib}"
for i in "${!outputLib}/${targetConfig}"/lib64/*.{la,py}; do
substituteInPlace "$i" --replace "$out" "${!outputLib}"
done
fi
# Remove `fixincl' to prevent a retained dependency on the
# previous gcc.
rm -rf $out/libexec/gcc/*/*/install-tools
rm -rf $out/lib/gcc/*/*/install-tools
# More dependencies with the previous gcc or some libs (gccbug stores the build command line)
rm -rf $out/bin/gccbug
if type "install_name_tool"; then
for i in "${!outputLib}"/lib/*.*.dylib "${!outputLib}"/lib/*.so.[0-9]; do
install_name_tool -id "$i" "$i" || true
for old_path in $(otool -L "$i" | grep "$out" | awk '{print $1}'); do
new_path=`echo "$old_path" | sed "s,$out,${!outputLib},"`
install_name_tool -change "$old_path" "$new_path" "$i" || true
done
done
fi
# Cross-compiler specific:
# --with-headers=$dir option triggers gcc to make a private copy
# of $dir headers and use it later as `-isysroot`. This prevents
# cc-wrapper from overriding libc headers with `-idirafter`.
# It should be safe to drop it and rely solely on the cc-wrapper.
local sysinc_dir=$out/${targetConfig+$targetConfig/}sys-include
if [ -d "$sysinc_dir" ]; then
chmod -R u+w "$out/${targetConfig+$targetConfig/}sys-include"
rm -rfv "$out/${targetConfig+$targetConfig/}sys-include"
fi
# Get rid of some "fixed" header files
rm -rfv ←$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h}←→$out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h,bits/statx.h}→
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do
if cmp -s $out/bin/gcc $i; then
ln -sfn gcc $i
fi
done
for i in $out/bin/c++ $out/bin/*-c++* $out/bin/*-g++*; do
if cmp -s $out/bin/g++ $i; then
ln -sfn g++ $i
fi
done
# Two identical man pages are shipped (moving and compressing is done later)
for i in "$out"/share/man/man1/*g++.1; do
if test -e "$i"; then
man_prefix=`echo "$i" | sed "s,.*/\(.*\)g++.1,\1,"`
ln -sf "$man_prefix"gcc.1 "$i"
fi
done
}
genericBuild
''
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-patchelfed-ld-wrapper-2.40` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage3-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `isl-0.20` differs
• These two derivations have already been compared
• The input derivation named `libmpc-1.3.1` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
- /nix/store/dp0dcnafsrrlk4j7wzf0wkf594z84j95-libxcrypt-4.4.33.drv:{out}
+ /nix/store/65axlm7kk2zlx5yx0cfpsq3zwrka059x-libxcrypt-4.4.33.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
- /nix/store/zpyh7k3js7va55f8ibrxdlc68kj50xnz-perl-5.36.0.drv:{out}
+ /nix/store/hyxs5cxjwflwxqyv501bvdyfzcbl9xc7-perl-5.36.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
- /nix/store/gi979ynq9jlpfkpiy02alfqiiwax0p30-pkg-config-wrapper-0.29.2.drv:{out}
+ /nix/store/yy43di1xjjgrrf4s10v5bpq2cjz261im-pkg-config-wrapper-0.29.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-0.29.2` differs
- /nix/store/z7r4i61kl8j6sg857ds48d6wr4w19311-pkg-config-0.29.2.drv:{doc,man,out}
+ /nix/store/y54gwvc70v0kzk2r4p53ayh9a33i27pc-pkg-config-0.29.2.drv:{doc,man,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
- /nix/store/kciz1kk673lznrw3y0gcc9srxczxj8ls-glibc-iconv-2.37.drv:{out}
+ /nix/store/yip1g0k9vlzpxalc42lalscgsqyzl24h-glibc-iconv-2.37.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
- /nix/store/jph3vbjh4bn0zf1gb6ahr0mr9czc2sgg-stdenv-linux.drv:{out}
+ /nix/store/2ilh6nwfw70nd6dahbg3w6vgpbvg5z12-stdenv-linux.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input source named `strip.sh` differs
''
# This setup hook strips libraries and executables in the fixup phase.
fixupOutputHooks+=(_doStrip)
_doStrip() {
# We don't bother to strip build platform code because it shouldn't make it
# to $out anyways---if it does, that's a bigger problem that a lack of
# stripping will help catch.
local -ra flags=(dontStripHost dontStripTarget)
local -ra debugDirs=(stripDebugList stripDebugListTarget)
local -ra allDirs=(stripAllList stripAllListTarget)
local -ra stripCmds=(STRIP STRIP_FOR_TARGET)
local -ra ranlibCmds=(RANLIB RANLIB_FOR_TARGET)
# TODO(structured-attrs): This doesn't work correctly if one of
# the items in strip*List or strip*Flags contains a space,
# even with structured attrs enabled. This is OK for now
# because very few packages set any of these, and it doesn't
# affect any of them.
#
# After __structuredAttrs = true is universal, come back and
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}
local i
for i in ${!stripCmds[@]}; do
local -n flag="${flags[$i]}"
local -n debugDirList="${debugDirs[$i]}"
local -n allDirList="${allDirs[$i]}"
local -n stripCmd="${stripCmds[$i]}"
local -n ranlibCmd="${ranlibCmds[$i]}"
# `dontStrip` disables them all
if [[ "${dontStrip-}" || "${flag-}" ]] || ! type -f "${stripCmd-}" 2>/dev/null 1>&2
then continue; fi
stripDirs "$stripCmd" "$ranlibCmd" "$debugDirList" ←"${stripDebugFlags[*]:--S}"←→"${stripDebugFlags[*]:--S→→ →→-p}"→
stripDirs "$stripCmd" "$ranlibCmd" "$allDirList" ←"${stripAllFlags[*]:--s}"←→"${stripAllFlags[*]:--s→→ →→-p}"→
done
}
stripDirs() {
local cmd="$1"
local ranlibCmd="$2"
local paths="$3"
local stripFlags="$4"
local pathsNew=
local p
for p in ${paths}; do
if [ -e "$prefix/$p" ]; then
pathsNew="${pathsNew} $prefix/$p"
fi
done
paths=${pathsNew}
if [ -n "${paths}" ]; then
echo "stripping (with command $cmd and flags $stripFlags) in $paths"
# Do not strip lib/debug. This is a directory used by setup-hooks/separate-debug-info.sh.
find $paths -type f -a '!' -wholename "$prefix/lib/debug/*" -exec $cmd $stripFlags '{}' \; 2>/dev/null
# 'strip' does not normally preserve archive index in .a files.
# This usually causes linking failures against static libs like:
# ld: ...-i686-w64-mingw32-stage-final-gcc-13.0.0-lib/i686-w64-mingw32/lib/libstdc++.dll.a:
# error adding symbols: archive has no index; run ranlib to add one
# Restore the index by running 'ranlib'.
find $paths -name '*.a' -type f -exec $ranlibCmd '{}' \; 2>/dev/null
fi
}
''
• The input derivation named `acl-2.3.1` differs
• These two derivations have already been compared
• The input derivation named `attr-2.5.1` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `binutils-wrapper-2.40` differs
• These two derivations have already been compared
• The input derivation named `bzip2-1.0.8` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `diffutils-3.9` differs
• These two derivations have already been compared
• The input derivation named `ed-1.19` differs
• These two derivations have already been compared
• The input derivation named `expand-response-params` differs
• These two derivations have already been compared
• The input derivation named `file-5.44` differs
• These two derivations have already been compared
• The input derivation named `findutils-4.9.0` differs
• These two derivations have already been compared
• The input derivation named `gawk-5.2.1` differs
• These two derivations have already been compared
• The input derivation named `gcc-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `gmp-with-cxx-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `gnugrep-3.7` differs
• These two derivations have already been compared
• The input derivation named `gnumake-4.4.1` differs
• These two derivations have already been compared
• The input derivation named `gnused-4.9` differs
• These two derivations have already been compared
• The input derivation named `gnutar-1.34` differs
• These two derivations have already been compared
• The input derivation named `gzip-1.12` differs
• These two derivations have already been compared
• The input derivation named `isl-0.20` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `libmpc-1.3.1` differs
• These two derivations have already been compared
• The input derivation named `libunistring-1.1` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `mpfr-4.2.0` differs
• These two derivations have already been compared
• The input derivation named `patch-2.7.6` differs
• These two derivations have already been compared
• The input derivation named `patchelf-0.15.0` differs
• These two derivations have already been compared
• The input derivation named `pcre-8.45` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libssh2-1.10.0` differs
- /nix/store/zq1sccjy99v2pf68jdcb7ap0l5jawn9s-libssh2-1.10.0.drv:{dev,out}
+ /nix/store/msdspajiabp47dsdzp91mxsv381326xi-libssh2-1.10.0.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nghttp2-1.51.0` differs
- /nix/store/m6kf3i24lgg72gkmzcq5xjzq1ppjj9in-nghttp2-1.51.0.drv:{dev}
+ /nix/store/gsh4nn7yk3yyh6r5dk4n85jwxj6wpsg8-nghttp2-1.51.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `mirrors-list` differs
- /nix/store/r9zh5jx3abkq83w3w3p1a7grllbrydb6-mirrors-list.drv:{out}
+ /nix/store/mqwnkm81p9m8rnvysk6qlrbjfbb96v5y-mirrors-list.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dbus-1.14.6` differs
- /nix/store/klxwxxajh71gplrfp5ml7rbdlynq3d90-dbus-1.14.6.drv:{dev}
+ /nix/store/p17hdbdaf45kifcc0rblalq6m1zc0758-dbus-1.14.6.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- audit-2.8.5
- systemd-minimal-253.2
+ audit-3.1
+ systemd-minimal-253.3
• The input derivation named `autoconf-archive-2022.09.03` differs
- /nix/store/vzxhgqn9m9lkzjrax8m2xmix7cz4yrm8-autoconf-archive-2022.09.03.drv:{out}
+ /nix/store/0apn961f6945q6jvvc19kqckwcg21dc2-autoconf-archive-2022.09.03.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoconf-archive-2022.09.03.tar.xz` differs
- /nix/store/lxpf1wpbh3rji12llnxfd12p06703lqb-autoconf-archive-2022.09.03.tar.xz.drv:{out}
+ /nix/store/33f3am5dy3r76q4v6zv0wjq6yarjp7zn-autoconf-archive-2022.09.03.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
- /nix/store/y2nh5spyxkfqmxwkz2yxmvky17v62g8n-xz-5.4.2.drv:{dev}
+ /nix/store/s04ccf9z5y5yfbb7kld68x2pbdhxx003-xz-5.4.2.drv:{dev}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `autoreconf-hook` differs
- /nix/store/rnk32c2r1gk0k6j5308q0ph43apfqr1n-autoreconf-hook.drv:{out}
+ /nix/store/zlcv7vz5zyaqymw602gns23vj4v92z2s-autoreconf-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoconf-2.71` differs
- /nix/store/xad0845ip38g7lwrc9hz0rw32pbq3xq5-autoconf-2.71.drv:{out}
+ /nix/store/6m4yysill42m5k8my0h1xgfvy21syaar-autoconf-2.71.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `autoconf-2.71.tar.xz` differs
- /nix/store/7pgxf9bdchjd5qmnh0cgjhy2xdk7cb0c-autoconf-2.71.tar.xz.drv:{out}
+ /nix/store/ldgn7a8spq5kpy87h567x935hbpvcsvm-autoconf-2.71.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
- /nix/store/k5n3dzczs8blfmc06i4na6y5kidmjfys-gnum4-1.4.19.drv:{out}
+ /nix/store/8w5wawp30bdgi2wav6bnfbanzd17qdjc-gnum4-1.4.19.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `m4-1.4.19.tar.bz2` differs
- /nix/store/vypj3s2x82z58yy3q0lpmwy7c51p26q1-m4-1.4.19.tar.bz2.drv:{out}
+ /nix/store/8kfs9mcbffh6kf5mrvy0n43gw8941hnb-m4-1.4.19.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
- /nix/store/509vns04rs1ci0m28xnxkz34bazha0zc-perl-5.36.0.drv:{out}
+ /nix/store/n81jr3pm42zg3f1y2xn3skkkdb5pvf8c-perl-5.36.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0.tar.gz` differs
- /nix/store/szazcwvmil7wz46vv9bgn3401p20nvkz-perl-5.36.0.tar.gz.drv:{out}
+ /nix/store/z0l274whmnxffs52pygdnb1p7xdbi789-perl-5.36.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `automake-1.16.5` differs
- /nix/store/mfk3waxq736s8sskh5lwb331a3q96xm5-automake-1.16.5.drv:{out}
+ /nix/store/9zx6i80hpwfay8zvf4m2dxp243vcyb0p-automake-1.16.5.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoconf-2.71` differs
• These two derivations have already been compared
• The input derivation named `automake-1.16.5.tar.xz` differs
- /nix/store/nry40nj757a7r4yma87fnrval0z77wic-automake-1.16.5.tar.xz.drv:{out}
+ /nix/store/r4rax0jgn4xzha8vlcp7zy7zqk3l5kn1-automake-1.16.5.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
- /nix/store/170nkymks03f1h6pf56hcv97l1nh52nr-gettext-0.21.drv:{out}
+ /nix/store/bdwmqrdp57663r5rl5gjgys3lkygjhan-gettext-0.21.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input source names do not match:
+ gnulib-longdouble-redirect.patch
• The input derivation named `bash-5.2-p15` differs
- /nix/store/mlw9pgc39cil8jjgv2pwjy1cbwg828id-bash-5.2-p15.drv:{dev,out}
+ /nix/store/7kgi1ky9jrwgcjdcx6w32jq3m1g1v7pf-bash-5.2-p15.drv:{dev,out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gettext-0.21.tar.gz` differs
- /nix/store/6381fmy2mp7pqfpdyq3z1icg67rdnff8-gettext-0.21.tar.gz.drv:{out}
+ /nix/store/z1y8fbj4m59i5jx6sncyvkvfzj0y3rwx-gettext-0.21.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
- /nix/store/y2nh5spyxkfqmxwkz2yxmvky17v62g8n-xz-5.4.2.drv:{bin,dev}
+ /nix/store/s04ccf9z5y5yfbb7kld68x2pbdhxx003-xz-5.4.2.drv:{bin,dev}
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `libtool-2.4.7` differs
- /nix/store/g8adrvngpd0l7blvlpi92z6blrkzvki2-libtool-2.4.7.drv:{out}
+ /nix/store/wahsclw3j74zxj53v4k9cnz4xgbiazfv-libtool-2.4.7.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `file-5.44` differs
- /nix/store/abgfsblzz73y76pmgazj65nj45dbfs4s-file-5.44.drv:{out}
+ /nix/store/3s6cljbyjyvl41pwvrfdalji1jmjdmlm-file-5.44.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `file-5.44-decompress-empty.patch?h=dfc57da515a2aaf085bea68267cc727f1bfaa691` differs
- /nix/store/22kr9579dk01gkgp89s99gsv3a7ns60d-file-5.44-decompress-empty.patch?h=dfc57da515a2aaf085bea68267cc727f1bfaa691.drv:{out}
+ /nix/store/zysj09xq5jgyw9y7987hajj71g9r8lna-file-5.44-decompress-empty.patch?h=dfc57da515a2aaf085bea68267cc727f1bfaa691.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `file-5.44.tar.gz` differs
- /nix/store/s03idxas7rgirgslsqrgw9i8yyca3v54-file-5.44.tar.gz.drv:{out}
+ /nix/store/h8di67lcdxmracydpcffvkw1pkrj9hk7-file-5.44.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `libtool-2.4.7.tar.gz` differs
- /nix/store/79ikb5xlrn99y2qykm2wj5nsh7l8zmwd-libtool-2.4.7.tar.gz.drv:{out}
+ /nix/store/2vlb22lfq8blv8cpx4yk60bn5ic9kr01-libtool-2.4.7.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dbus-1.14.6.tar.xz` differs
- /nix/store/f6lbwk507n7djs55xwbchpbzyn4cyhzl-dbus-1.14.6.tar.xz.drv:{out}
+ /nix/store/v8psmd6p9hfajl674yx3i9mrri5dncfp-dbus-1.14.6.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-xml-4.4` differs
- /nix/store/bb8gi1sc5bnnd2a1s1a359jr53a4kmv9-docbook-xml-4.4.drv:{out}
+ /nix/store/lsrksy6ijpwl1k3nwbcyn6rjrpkimxww-docbook-xml-4.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.4.zip` differs
- /nix/store/xyc3ksc5328czq04lyi6qxww4fc6hj1r-docbook-xml-4.4.zip.drv:{out}
+ /nix/store/vhnfdpgw7bzdw1rfz323krg13rsny968-docbook-xml-4.4.zip.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `find-xml-catalogs-hook` differs
- /nix/store/5lpxb1jry0q62sfrrj769yf0xga79q2l-find-xml-catalogs-hook.drv:{out}
+ /nix/store/8bklqh8wa6bkpfmlg8lj5ghxid9c1qaz-find-xml-catalogs-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
- /nix/store/qvyw0fhi9nkjpkhyvmvv7vfry6b6jgb0-unzip-6.0.drv:{out}
+ /nix/store/gg6qs95nlbawwlqb4d55w2zhlglym8g3-unzip-6.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `06-initialize-the-symlink-flag.patch` differs
- /nix/store/cm5smlz9348z7hjz5sc5x70cssbw333v-06-initialize-the-symlink-flag.patch.drv:{out}
+ /nix/store/97gjq3j01s1l024zipyf54ylfsba0ja4-06-initialize-the-symlink-flag.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `28-cve-2022-0529-and-cve-2022-0530.patch` differs
- /nix/store/fczkwhniw20k9vdyqg0ajrrbm2ac9ypc-28-cve-2022-0529-and-cve-2022-0530.patch.drv:{out}
+ /nix/store/8l898nvfziylqsqsrc4zrn9a7bjiqjf1-28-cve-2022-0529-and-cve-2022-0530.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2019-13232-1.patch` differs
- /nix/store/apwklxh17gs9my2gn7zjmvv063srkami-CVE-2019-13232-1.patch.drv:{out}
+ /nix/store/ihk1rsfk9ndvicwbhx2ifcs5yr070ivd-CVE-2019-13232-1.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2019-13232-2.patch` differs
- /nix/store/53c4kdppzmsqyx13w5q8cgbxnsxr4vgf-CVE-2019-13232-2.patch.drv:{out}
+ /nix/store/laclm5k9zk69c4w1arvn481mkfvj0d73-CVE-2019-13232-2.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2019-13232-3.patch` differs
- /nix/store/96605xljal21zb49jh9r9kmnq3nygvnm-CVE-2019-13232-3.patch.drv:{out}
+ /nix/store/jdhawiv18a91mcak3j287513ilzhvgyh-CVE-2019-13232-3.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bzip2-1.0.8` differs
- /nix/store/bvlnn54z0rrhv24y8zb28z3diiinzrdr-bzip2-1.0.8.drv:{dev}
+ /nix/store/4khlw0yr0v9vd6lc1bcm3wbhwwpblmb9-bzip2-1.0.8.drv:{dev}
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip60.tar.gz` differs
- /nix/store/dmfkvzb11c01rdd5wbgg63iqjgpjvpdh-unzip60.tar.gz.drv:{out}
+ /nix/store/lpim9s15mizrba64nvyv9237wgd3hyi5-unzip60.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `docbook-xsl-nons-1.79.2` differs
- /nix/store/9p656xz0jkm5mfb2ssl8pknpzsqshb74-docbook-xsl-nons-1.79.2.drv:{out}
+ /nix/store/wdiq90z1wax1827mgrc5k7zv145y3f6k-docbook-xsl-nons-1.79.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `07631601e6602bc49b8eac3aab9d2b35968d3e7a.patch` differs
- /nix/store/bpjf5z4nsqbc6zmfaivdp64z2v085g27-07631601e6602bc49b8eac3aab9d2b35968d3e7a.patch.drv:{out}
+ /nix/store/jrl8z6b703lvf8z1avdxn9p2jwbscf00-07631601e6602bc49b8eac3aab9d2b35968d3e7a.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
- /nix/store/m8xkjmdavf90ja9qb5skk3dbpnscalwc-patchutils-0.3.3.drv:{out}
+ /nix/store/8pq8k9m4swm9f5wpyvvldyj4adwhbj02-patchutils-0.3.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `make-shell-wrapper-hook` differs
- /nix/store/8fnw6gjs8lidpf1qprng36jrgvh227rf-make-shell-wrapper-hook.drv:{out}
+ /nix/store/vmi7wl3fn2h7haqgi8fjpwvln1pvgqz4-make-shell-wrapper-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `die-hook` differs
- /nix/store/93lfqkwhvnvpi41ckk02s3cg6jk11j16-die-hook.drv:{out}
+ /nix/store/ja9i27abxsvxmw09f9r4sjyjn8ffwckc-die-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `patchutils-0.3.3.tar.xz` differs
- /nix/store/y6k0w09wsjwn7al0kb54pja8xkknj8a7-patchutils-0.3.3.tar.xz.drv:{out}
+ /nix/store/b378aqa5sywmdyh4i774iik85rklvm0v-patchutils-0.3.3.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `catalog-legacy-uris.patch` differs
- /nix/store/zhw5xw0dwmyd5y07qpnmxj892v28y5l4-catalog-legacy-uris.patch.drv:{out}
+ /nix/store/zr9l9ywq2jpf822flwmpv7arrc8vlrcf-catalog-legacy-uris.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-style-xsl-non-recursive-string-subst.patch` differs
- /nix/store/ag18glm2fravimxbsrl8yxrdm8c8gqq7-docbook-style-xsl-non-recursive-string-subst.patch.drv:{out}
+ /nix/store/l4mp0anh1akkcsahcgpy7hvm36ha89aa-docbook-style-xsl-non-recursive-string-subst.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-xsl-nons-1.79.2.tar.bz2` differs
- /nix/store/a3vcw6br85gildcfyd8jav0mmblmlfsa-docbook-xsl-nons-1.79.2.tar.bz2.drv:{out}
+ /nix/store/q1vkg4wgc558g38xm4f65j5176lsgrm2-docbook-xsl-nons-1.79.2.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `expat-2.5.0` differs
- /nix/store/0k6ls94avyv94xwzcn85j22rrx1l6ddx-expat-2.5.0.drv:{dev}
+ /nix/store/cip3crfd6j539qdgs86njws9w9mpq4ij-expat-2.5.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `expat-2.5.0.tar.xz` differs
- /nix/store/23y6yr0vgjnw193i3ljjmzzxkkip8rw5-expat-2.5.0.tar.xz.drv:{out}
+ /nix/store/bad6bs5ymjdn95jrm6zjq4magpcs2qqc-expat-2.5.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libICE-1.0.10` differs
- /nix/store/cb7y14ynailn242ykwpbrlz53cb4j15a-libICE-1.0.10.drv:{dev}
+ /nix/store/ii0a11g87d78g3hsvn57mzhxjd7jwv13-libICE-1.0.10.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libICE-1.0.10.tar.bz2` differs
- /nix/store/bslfbwjw9h80kqb7fagz34kaw5h0iqib-libICE-1.0.10.tar.bz2.drv:{out}
+ /nix/store/8y7rfxadqvwwrncrb1l2ynqqymj2fc8z-libICE-1.0.10.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
- /nix/store/29g4x6vhrgqvdmnpky986ms669fzdylq-pkg-config-wrapper-0.29.2.drv:{out}
+ /nix/store/vx0hqmb4pgd5h5j3qsz50qk47day7z74-pkg-config-wrapper-0.29.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-0.29.2` differs
- /nix/store/0j0iyzjkk4lmsnnh0p3x0zg194w16gvz-pkg-config-0.29.2.drv:{doc,man,out}
+ /nix/store/cvpckncgw03qq266izraj6gd6dn73rna-pkg-config-0.29.2.drv:{doc,man,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-0.29.2.tar.gz` differs
- /nix/store/rjg4kp8v4145x8hk552jawly1a6bg1ig-pkg-config-0.29.2.tar.gz.drv:{out}
+ /nix/store/bqfb3dasr1khpqnb484vgwjrf5pysmzm-pkg-config-0.29.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
- /nix/store/6y30zsz9cj3j65zl4lkcw7ydp9spxh1k-xorgproto-2021.5.drv:{out}
+ /nix/store/scf97cpwmkibm5l1zawmc4cwv11s13j2-xorgproto-2021.5.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
- /nix/store/0ji7b3y47pw5sxagday7092b38s48kaw-meson-1.0.0.drv:{out}
+ /nix/store/f2g3ylb1g848iz58zq7kb6j316kapcch-meson-1.0.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `a38ad3039d0680f3ac34a6dc487776c79c48acf3.patch` differs
- /nix/store/zc3gyzffdipvqa2y6n7wwah2k9aixf66-a38ad3039d0680f3ac34a6dc487776c79c48acf3.patch.drv:{out}
+ /nix/store/5js3d731ar1grgr8zdkckvydc6n0qncd-a38ad3039d0680f3ac34a6dc487776c79c48acf3.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `d5252c5d4cf1c1931fef0c1c98dd66c000891d21.patch` differs
- /nix/store/wx6c21vp30gx0fx5xlcr1klwycac1nzk-d5252c5d4cf1c1931fef0c1c98dd66c000891d21.patch.drv:{out}
+ /nix/store/yqxv7z7v1s1wcb95gmrgrpv35qpypair-d5252c5d4cf1c1931fef0c1c98dd66c000891d21.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
- /nix/store/8sk5s76a4f10l769si269sbp9rn396a2-ensure-newer-sources-hook.drv:{out}
+ /nix/store/n4qsmbyrzbz0bkbpky48bb194sjg245q-ensure-newer-sources-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook.sh` differs
- /nix/store/14bndl6c4gxn4w4v38j0d10s10xkmw48-ensure-newer-sources-hook.sh.drv:{out}
+ /nix/store/3d2jwxz5anl39j1mlvgilbgxbnfpb2jx-ensure-newer-sources-hook.sh.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `findutils-4.9.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `fix-rpath.patch` differs
- /nix/store/sv5fnqj8lz5m3is9swdy0vykxm19svyi-fix-rpath.patch.drv:{out}
+ /nix/store/7dx2lhng0abcfybz68gzk79zqz1w3db0-fix-rpath.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `install-shell-files` differs
- /nix/store/3w5z5848q1fpabqfnsrw07rbfsiyhb9y-install-shell-files.drv:{out}
+ /nix/store/mzdwzbz0yn02sk5xlacbk3irak6h6cfb-install-shell-files.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `meson-1.0.0.tar.gz` differs
- /nix/store/8jg23gxxi7mx66bzsws7yqypbilvd6yq-meson-1.0.0.tar.gz.drv:{out}
+ /nix/store/dyxvn4mc12cfpm3ixjrmavns01cza05r-meson-1.0.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ninja-1.11.1` differs
- /nix/store/1w6pxmrmmkqgmmf08fas1w25myqnzvd2-ninja-1.11.1.drv:{out}
+ /nix/store/rxrajnq7yh0g5x9h0gz0ikrxfarw7yc2-ninja-1.11.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `asciidoc-10.2.0` differs
- /nix/store/kaqkc02k709lhx0mwj4vn19ypzzw8jbp-asciidoc-10.2.0.drv:{out}
+ /nix/store/9mfrnhgi1ynxa1zs80qpdl42dbcq52nh-asciidoc-10.2.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
- /nix/store/w4bbcmz8c1k7nwbi1sd3bxica5jmyc7a-docbook-xml-4.5.drv:{out}
+ /nix/store/xs0qmv8v6f6a0cl8cdhqdiai0mr7j0df-docbook-xml-4.5.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5.zip` differs
- /nix/store/60fxxa46sgnks2chblix1nvyi9nz2cxl-docbook-xml-4.5.zip.drv:{out}
+ /nix/store/9r90mi3qkk3dm7aqgzxnid5vr6vqg9ph-docbook-xml-4.5.zip.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-ns-1.79.2` differs
- /nix/store/nz2gzcw25ylbbnry5gnc075hz4g8cpvc-docbook-xsl-ns-1.79.2.drv:{out}
+ /nix/store/1ax94l4zl3biqd02whygr2wxkjpn1g6b-docbook-xsl-ns-1.79.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `07631601e6602bc49b8eac3aab9d2b35968d3e7a.patch` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `catalog-legacy-uris.patch` differs
- /nix/store/bd2vfjfhjpmalv9mzh3q1kjj2vq6wgip-catalog-legacy-uris.patch.drv:{out}
+ /nix/store/05vixnbjxmnnnmp1crmb4pihakhhsnqc-catalog-legacy-uris.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-style-xsl-non-recursive-string-subst.patch` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-1.79.2.tar.bz2` differs
- /nix/store/j2y580566j7z164rgbpyk59wj9a5d7z6-docbook-xsl-1.79.2.tar.bz2.drv:{out}
+ /nix/store/39lws4192hi68bqzaj7aypfydz7zxh5x-docbook-xsl-1.79.2.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `install-shell-files` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
- /nix/store/v3dn33nlflvalliniyg73jz1srqhxzvd-libxslt-1.1.37.drv:{bin}
+ /nix/store/s3b3464lbpyrbr1i5y16kmn5138x27as-libxslt-1.1.37.drv:{bin}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37.tar.xz` differs
- /nix/store/6bkskqxkjwhd0n3r1kkix35q7dzjv6dd-libxslt-1.1.37.tar.xz.drv:{out}
+ /nix/store/shz9m7p9565sbal9qb453w50m3wfq9ca-libxslt-1.1.37.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ncurses-6.4` differs
- /nix/store/sh4xmbksplkbbx6kw0f6gw4r1bax48ll-ncurses-6.4.drv:{dev}
+ /nix/store/x1c45lzgnb90cll795qa83d2j7x9vrb9-ncurses-6.4.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `ncurses-6.4.tar.gz` differs
- /nix/store/6rkq3d8p440lpks9a9z7kf19w0z465vs-ncurses-6.4.tar.gz.drv:{out}
+ /nix/store/n9sbhxh002p2602vj8gknci655hxys2s-ncurses-6.4.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
- /nix/store/9l9wdz1i37hl9l7dhanq2q07awjnnn38-pip-install-hook.drv:{out}
+ /nix/store/vxzr52rlqb2b1qwnh0n8xk9agjbb1li0-pip-install-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pip-23.0.1` differs
- /nix/store/h2fv2bwbd0dfggdfwxnjia71lrzmwh5f-python3.10-pip-23.0.1.drv:{out}
+ /nix/store/57w3d47h8q3dngyianfyn3v0m9cgpyd4-python3.10-pip-23.0.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-23.0.1-source` differs
- /nix/store/vs74ghhqplgnh9nga6qgbjc9xvlqmbfp-pip-23.0.1-source.drv:{out}
+ /nix/store/nwlq8qyl3n060ksqavc8vbvbhzj9q5if-pip-23.0.1-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
- /nix/store/qizw7f7vrxsffw6hflp54hicwg3mpzw8-glibc-locales-2.37-8.drv:{out}
+ /nix/store/nwrd8hl3finx8xzxdb8zizxa5gqizz0l-glibc-locales-2.37-8.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-minimal-3.10.10
+ python3-minimal-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-2.40` differs
- /nix/store/8nqc5s99jvzy80rwwhfjcp9wafqg1166-binutils-2.40.drv:{out}
+ /nix/store/s862yria4v102ilckra0vjqfcb2fn8dv-binutils-2.40.drv:{out}
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage4-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bison-3.8.2` differs
- /nix/store/pigmbsx9lwhrbhg3xprhbvr57baxzw8d-bison-3.8.2.drv:{out}
+ /nix/store/zfb4z8ypbzr58f7r5vqsnygwikhbgjjp-bison-3.8.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2.tar.gz` differs
- /nix/store/g4ax7pvnkq1cp5cbyl8jzvgzn1ml46i6-bison-3.8.2.tar.gz.drv:{out}
+ /nix/store/klaycw6wgv1nrrs82msdbwm8aszji2da-bison-3.8.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37.tar.xz` differs
- /nix/store/qvs9qj5fl9c8dvhnmdldnvr17mxypysm-glibc-2.37.tar.xz.drv:{out}
+ /nix/store/fx8z1mhxnvhrgicz76jvjvanp02gyczc-glibc-2.37.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
- /nix/store/y8br9mxlc2czwd169lrw6zavvhjibqar-linux-headers-6.2.drv:{out}
+ /nix/store/k3kyvi8vpcr8pnr8mf8hx15qyzf4ny3w-linux-headers-6.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `linux-6.2.tar.xz` differs
- /nix/store/78pvjl56gajr8v4zdsnnc7s1c0mnzd9f-linux-6.2.tar.xz.drv:{out}
+ /nix/store/i2dd1bgdhi5xmf0nl9psgivxrf9vc100-linux-6.2.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `locales-setup-hook.sh` differs
- /nix/store/cd016djp2hm7hxw96rcl3mkgvaya737r-locales-setup-hook.sh.drv:{out}
+ /nix/store/kjc64q6amwqlia1b6pqrfslvmyk3jd6k-locales-setup-hook.sh.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
- /nix/store/bs2vrvl1x9dkbly0pr9krw1cbrgs0lcn-python-catch-conflicts-hook.drv:{out}
+ /nix/store/p7g4wnfi7kagb78gflz016w1aw39fs5n-python-catch-conflicts-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-67.4.0` differs
- /nix/store/pz650qld2k6za03bylz6yjhs212766sv-python3.10-setuptools-67.4.0.drv:{out}
+ /nix/store/im5fd3x3pa8qid5lc22saj79z2f836fc-python3.10-setuptools-67.4.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
- /nix/store/jhnc7y1qq6hww8jcszjcwfi9mzs14qzj-pip-install-hook.drv:{out}
+ /nix/store/ldhvwlzpk3997xfvi70911hxdw2v9j06-pip-install-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-imports-check-hook.sh` differs
- /nix/store/drdf0s3mggl7pvz3spyw3r183kaq5nak-python-imports-check-hook.sh.drv:{out}
+ /nix/store/qnb52imdk6ajc0xifs2sjhbxcl235bac-python-imports-check-hook.sh.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-namespaces-hook.sh` differs
- /nix/store/g41201k8ydvf22r4ssnyldn0ri1a33a4-python-namespaces-hook.sh.drv:{out}
+ /nix/store/31yxihw21r6i4c2dfsl9mdjkwm4jb90m-python-namespaces-hook.sh.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `findutils-4.9.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-remove-bin-bytecode-hook` differs
- /nix/store/784sh3xadraa4i3cr5s5qcrydnwbiivm-python-remove-bin-bytecode-hook.drv:{out}
+ /nix/store/l1y9br8jmczppixd9nnr9phqjggj9k41-python-remove-bin-bytecode-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-remove-tests-dir-hook` differs
- /nix/store/q7czxshs32pxy5lnfrbkajfqiby14g2k-python-remove-tests-dir-hook.drv:{out}
+ /nix/store/zwda5darqmcv9ycc199zlxnmw06z6hkh-python-remove-tests-dir-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-bootstrapped-pip-23.0.1` differs
- /nix/store/9jlvdpkdipk5p9y93zvf1y2bspm17w2l-python3.10-bootstrapped-pip-23.0.1.drv:{out}
+ /nix/store/z12rjrnchgx1dn5afi68mw6l35alybgi-python3.10-bootstrapped-pip-23.0.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-23.0.1-source` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-67.4.0-sdist.tar.gz` differs
- /nix/store/j9m196xfdnp1ln9x4jax8zhfbj5c2fn4-setuptools-67.4.0-sdist.tar.gz.drv:{out}
+ /nix/store/0nrk528wrg22b6khfxlkgddlkyicnx41-setuptools-67.4.0-sdist.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `setuptools-67.4.0-source` differs
- /nix/store/ig2qszidc4bgi8ybb869mqbackc579z1-setuptools-67.4.0-source.drv:{out}
+ /nix/store/8s9nslwwhy6yfasdlmihrcyx2rpkrvg1-setuptools-67.4.0-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
- /nix/store/3p5xx92fn1n04pxzsck6q0k0ll6wcrvm-setuptools-setup-hook.drv:{out}
+ /nix/store/31qrgxygp4l8kmkv6q7wbg55znq4bvdp-setuptools-setup-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• The input derivation named `wheel-0.38.4-source` differs
- /nix/store/xbj9fx1aiarhf7d83aps10j57648la8b-wheel-0.38.4-source.drv:{out}
+ /nix/store/xlanqdd8b7fl0ljc74j2vzz4y9p0ixh4-wheel-0.38.4-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `setuptools-67.4.0-sdist.tar.gz` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
- /nix/store/m7m0fbzbwbp4kbq3pv1ffpx01qdd4g53-wrap-python-hook.drv:{out}
+ /nix/store/r7d2f0gz631m15zbmff1c3jmj3aa10v8-wrap-python-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-bootstrapped-pip-23.0.1` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
- /nix/store/hkns0px6378kr0hd1w5lwqwagqs04gvx-python-output-dist-hook.drv:{out}
+ /nix/store/gl637k4qdx8ir394k2szky0kdzqf362w-python-output-dist-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-7.2.1` differs
- /nix/store/nfn2gsyamvxjnb2hwyzfdfqkxcjjv5bf-python3.10-pytest-7.2.1.drv:{out}
+ /nix/store/rrxryl8sg2y5lag4x6l0gnqcqg3hgwc6-python3.10-pytest-7.2.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
- /nix/store/4xgwlbds61a1p45jll92br12xsi9lzy2-pip-build-hook.sh.drv:{out}
+ /nix/store/wkx3i8ngix6c6idc2cc4fm28frxc67fy-pip-build-hook.sh.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pip-23.0.1` differs
• These two derivations have already been compared
• The input derivation named `python3.10-wheel-0.38.4` differs
- /nix/store/9z75kmxhqg51wkqij3dlm7z64s5872wp-python3.10-wheel-0.38.4.drv:{out}
+ /nix/store/biz9m5azv29bax6pk4z3j7clcy91sqf7-python3.10-wheel-0.38.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-bootstrapped-pip-23.0.1` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-67.4.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wheel-0.38.4-source` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-7.2.1.tar.gz` differs
- /nix/store/4rp2rnb1r9sijda11bqyk0fdvajzjnrz-pytest-7.2.1.tar.gz.drv:{out}
+ /nix/store/pfb133b5y4d3g6kvfzdrv98bxmvwcdrk-pytest-7.2.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pytest-hook` differs
- /nix/store/dqz568h7fm0j1afm4j68n0pqnndmr5m4-pytest-hook.drv:{out}
+ /nix/store/3zpxqqikizzq4d0vc390fj0r4f2prx6i-pytest-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-attrs-22.2.0` differs
- /nix/store/6i73h2mskxxg8cjrvks78jiffw24gj75-python3.10-attrs-22.2.0.drv:{out}
+ /nix/store/5mjjmr7y7d2kz120g489wxxyh52xxhp4-python3.10-attrs-22.2.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `attrs-22.2.0.tar.gz` differs
- /nix/store/m3vwv7d4q48cawwmm6jh7bvmchsi18dx-attrs-22.2.0.tar.gz.drv:{out}
+ /nix/store/srnp6slq1mkgrijddd07l4w4s65hv1nf-attrs-22.2.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-67.4.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-exceptiongroup-1.1.0` differs
- /nix/store/aa3hdwkfmyj8fj5q6w4gbhdnzrkb8i2w-python3.10-exceptiongroup-1.1.0.drv:{out}
+ /nix/store/f979nisn165z5q6rqr7qq8bl5r8n4afq-python3.10-exceptiongroup-1.1.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-scm-1.7.0` differs
- /nix/store/4z3ra5lrs73ddn4vd2khy4lxa709dhhr-python3.10-flit-scm-1.7.0.drv:{out}
+ /nix/store/6wjirn3f7jii1gziwxlwjkrprqcb1gcm-python3.10-flit-scm-1.7.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
- /nix/store/197006a7yi8nyn2cs5p7f1wka2wpchwh-python3.10-flit-core-3.8.0.drv:{out}
+ /nix/store/r897ywmmrm5gkkvinrij4mvfb7gx4kwc-python3.10-flit-core-3.8.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/d4hxkm0hr2dcyq5s46r88g4b69i1xqzs-source.drv:{out}
+ /nix/store/2k51494p8m76i9mkc69xhrv1z3ihlqi2-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
- /nix/store/1iy5j8z65j8r0hnpgnp18adxprf32as9-python3.10-setuptools-scm-7.1.0.drv:{out}
+ /nix/store/ikplfd10hpc6lzwpqhc97s2mnpjw7l5b-python3.10-setuptools-scm-7.1.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-packaging-23.0` differs
- /nix/store/657cxxplya83l2ngh3aga6qk84kl5c4x-python3.10-packaging-23.0.drv:{out}
+ /nix/store/j9dbzm0q1v2xi3v16rz4n7lpi9ksbi8a-python3.10-packaging-23.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `packaging-23.0.tar.gz` differs
- /nix/store/83gh3jdj5h4hkshf4ixhqz6qn2gvlbzj-packaging-23.0.tar.gz.drv:{out}
+ /nix/store/83j276hmhszbn99y6j6simbafvjv4fp7-packaging-23.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-setuptools-67.4.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-tomli-2.0.1` differs
- /nix/store/qwdp200mvp5fbvkwbjzj7r618yv8g46z-python3.10-tomli-2.0.1.drv:{out}
+ /nix/store/2qvrzyxj3dw3pnambmcnkqhsvyxxfbbf-python3.10-tomli-2.0.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/yqkczl1m4zgcmiizs2rnlffj5j24kca7-source.drv:{out}
+ /nix/store/0rmskn3db4k83dyxs8wcqqz2r625a3bl-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unittest-check-hook` differs
- /nix/store/mwjp4jblzpqvfz0n8mqrsf7nqwmfww8n-unittest-check-hook.drv:{out}
+ /nix/store/x4nyma7azf5kka4n04inzhx4vks42l2f-unittest-check-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-typing-extensions-4.5.0` differs
- /nix/store/2graklxz5yrpb73xicyhiwlw2jphgn8p-python3.10-typing-extensions-4.5.0.drv:{out}
+ /nix/store/s095zk6vmyaq1fni6bkjp87cyl4w1qvm-python3.10-typing-extensions-4.5.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `typing_extensions-4.5.0.tar.gz` differs
- /nix/store/qn4qd0szi7y95bd4f480k313vxr1nkhl-typing_extensions-4.5.0.tar.gz.drv:{out}
+ /nix/store/bf2qpxny1c88hr6nvshqxkm2f7y37ras-typing_extensions-4.5.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools_scm-7.1.0.tar.gz` differs
- /nix/store/j7k2k4flhf670b2d01nn3dn14j8qp6bq-setuptools_scm-7.1.0.tar.gz.drv:{out}
+ /nix/store/6krdrfq8h7l8svsh72s0wdv2i5r8jnr9-setuptools_scm-7.1.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-tomli-2.0.1` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/c2bq6sb0n4qv2cc682w3saxwsqlfl6gx-source.drv:{out}
+ /nix/store/h9b30ar23gf0qqlnpsdyk615ivw7ixrf-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/13ap1hvwmckna2xiv4rhw4p0gjzs2jrv-source.drv:{out}
+ /nix/store/z0j0rfwmzk9r3acgzwaj60d4c94r148q-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-iniconfig-2.0.0` differs
- /nix/store/422j9xfy86fxsq174yddx2arslv44c40-python3.10-iniconfig-2.0.0.drv:{out}
+ /nix/store/bghly9v47vy0wzagdn63r7ngfg59b4xw-python3.10-iniconfig-2.0.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `iniconfig-2.0.0.tar.gz` differs
- /nix/store/2n9ibyrr61zf3jjqcsvkvf9dz8qclqyv-iniconfig-2.0.0.tar.gz.drv:{out}
+ /nix/store/m0r6cirz084ml0ryacj4hrwhhhrkbhzz-iniconfig-2.0.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-hatchling-1.13.0` differs
- /nix/store/312jij2jbmvyn8n9xxsbn7rnr3jkr90k-python3.10-hatchling-1.13.0.drv:{out}
+ /nix/store/dcz3s2nnqi6xx2xf9hj07mr3wky4dpr5-python3.10-hatchling-1.13.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `hatchling-1.13.0.tar.gz` differs
- /nix/store/9k28ssjaq7l3yqr4vk41x0dkfljj0q9c-hatchling-1.13.0.tar.gz.drv:{out}
+ /nix/store/dalr42zk62mfiqi9wg0g1l98rfmnadg8-hatchling-1.13.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-editables-0.3` differs
- /nix/store/wgbq6lmyicx2gh99ni0fhari9ffi800b-python3.10-editables-0.3.drv:{out}
+ /nix/store/lr140rz56z1x465va3asrl94jqiv4ilc-python3.10-editables-0.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `editables-0.3.tar.gz` differs
- /nix/store/7m3xl4qgc24gb0264ddpb5bwdyzv82gr-editables-0.3.tar.gz.drv:{out}
+ /nix/store/yllpyl0d106j80grh4y3bcmyi3wanmyc-editables-0.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
- /nix/store/s09zb8ifxvh52qpcnls6rfyx45nzmcsf-setuptools-setup-hook.drv:{out}
+ /nix/store/487ipwpn60xswq5lzfamn14x8k0djsvz-setuptools-setup-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-67.4.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-wheel-0.38.4` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-packaging-23.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pathspec-0.11.0` differs
- /nix/store/2hcczcimngw6nk39sxrcqx55qmnl4mh4-python3.10-pathspec-0.11.0.drv:{out}
+ /nix/store/67h2kc491mr03vw4zmk2k67s8ih07k0n-python3.10-pathspec-0.11.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pathspec-0.11.0.tar.gz` differs
- /nix/store/rygxbi3j3mi1b58m38wv5f8kvknrq7vw-pathspec-0.11.0.tar.gz.drv:{out}
+ /nix/store/h2kwx2h5n74y6686f8aj8qm4zmf3q6k5-pathspec-0.11.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unittest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pluggy-1.0.0` differs
- /nix/store/5ph81snn6253p7mqmig4jsjymxirp1zi-python3.10-pluggy-1.0.0.drv:{out}
+ /nix/store/idc44wc9chc5nqwq2gfabv7d2shj14fs-python3.10-pluggy-1.0.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pluggy-1.0.0.tar.gz` differs
- /nix/store/hlxwpyrl4g6xqsnyi65nya62r43ic9c6-pluggy-1.0.0.tar.gz.drv:{out}
+ /nix/store/98wdk81niga93l20460rnzf2538haxa1-pluggy-1.0.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-tomli-2.0.1` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `version.patch` differs
- /nix/store/nxcxdl1scvpkc0a8wm0469hpvr97vznr-version.patch.drv:{out}
+ /nix/store/79dv820hwkn8varl6c3a6d66bkcp8bb9-version.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-packaging-23.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pluggy-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-py-1.11.0` differs
- /nix/store/ian4g7dpy6l60iyhqbvds3hxjm71b5c1-python3.10-py-1.11.0.drv:{out}
+ /nix/store/457h9lz7571jdajrfxml9s0qyljrdsxn-python3.10-py-1.11.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `py-1.11.0.tar.gz` differs
- /nix/store/0z616q90rzghk7vpa1s8wzc13v1w44xs-py-1.11.0.tar.gz.drv:{out}
+ /nix/store/9qsg201i0la3fxj3x6rqp1mclxgy00ac-py-1.11.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-tomli-2.0.1` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pytest-mock-3.10.0` differs
- /nix/store/bk2bc3y6wd5isf7r7kj4d5v3sbmfn7h0-python3.10-pytest-mock-3.10.0.drv:{out}
+ /nix/store/z3r5fq5b5hrcaprkc6504lh2dyh7vifa-python3.10-pytest-mock-3.10.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `e2016928db1147a2a46de6ee9fa878ca0e9d8fc8.patch` differs
- /nix/store/kawfgrmqf7d76vm35r84cqqjh8clsm5w-e2016928db1147a2a46de6ee9fa878ca0e9d8fc8.patch.drv:{out}
+ /nix/store/2ygx6ill1xbm976wz66vnvy450kipb2p-e2016928db1147a2a46de6ee9fa878ca0e9d8fc8.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
- /nix/store/19bl8lq6g9fhdhbc53b9hxf27nl1hf6d-pytest-check-hook.drv:{out}
+ /nix/store/0qgx8aaznjxgkh5i0bikjfslx9fxs21f-pytest-check-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-7.2.1` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pytest-mock-3.10.0.tar.gz` differs
- /nix/store/zix2g1vk931nqb68sb6bjlrcwqnfmvby-pytest-mock-3.10.0.tar.gz.drv:{out}
+ /nix/store/pi67a453yymvsqvif8y22s5lcnnanx3c-pytest-mock-3.10.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-7.2.1` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-asyncio-0.20.3` differs
- /nix/store/70162zz90sgnggcyclngh04gi3mn6svh-python3.10-pytest-asyncio-0.20.3.drv:{out}
+ /nix/store/7gqs3zs16ij2qsvi4rndvawa02c02ysh-python3.10-pytest-asyncio-0.20.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-7.2.1` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/26hchc2n7nqqxfy5w2vbvzhmwa5rczzg-source.drv:{out}
+ /nix/store/4gwf5wbhbgd4yadnaaxpwagfv0vpw4fm-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
- /nix/store/26zyanrf2lnd5jy527dhy50pxls8naxn-setuptools-check-hook.drv:{out}
+ /nix/store/b0nz9l6xqm22c86h2c0av1v5hhd6vq5n-setuptools-check-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-67.4.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/ca2ia0k0p6fz3ynpya8gpyqh91v7588k-source.drv:{out}
+ /nix/store/wfsfxksfkpz77wbqpk9fm9xwwgk96mn6-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `install-shell-files` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `re2c-3.0` differs
- /nix/store/3v3q57g4i2x1axc01438k2sihyphb9gn-re2c-3.0.drv:{out}
+ /nix/store/adsr1xl9jnr7brr5cj0jn3sk71wrwsya-re2c-3.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/y32i0dmzrqrzpsngh7ll9qi3jf5z6fy7-source.drv:{out}
+ /nix/store/d04q0y9rank72iclah3n57c24z1i60r0-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/9d93iyyki3p7y3ww7h2iv245raissrxk-source.drv:{out}
+ /nix/store/2yb62wgzl8mln6dmx6f8cbgqhvgavi3v-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5.tar.bz2` differs
- /nix/store/d0z5yajhvk34c2jz9qwvv3fayl1anl74-xorgproto-2021.5.tar.bz2.drv:{out}
+ /nix/store/dlykd66fs0293v5qgamjvsrc09q8qv43-xorgproto-2021.5.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `xtrans-1.4.0` differs
- /nix/store/78pxkx56w30s9xgr8skh6k7f3474pd2h-xtrans-1.4.0.drv:{out}
+ /nix/store/s6n7fkxq235r4ynjaxm38n9xg99s3814-xtrans-1.4.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xtrans-1.4.0.tar.bz2` differs
- /nix/store/46s8q44rky7qwigxqv3qajjz6j687i87-xtrans-1.4.0.tar.bz2.drv:{out}
+ /nix/store/59zqyds4lzh6503q1nc8x2axahqnhbvw-xtrans-1.4.0.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `libSM-1.2.3` differs
- /nix/store/nnlbs5bpqvjl2fcdh6ibsyf5rvdf2m34-libSM-1.2.3.drv:{dev}
+ /nix/store/xn4r2p037clkb4qkwss7g4jkb877ni25-libSM-1.2.3.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libICE-1.0.10` differs
• These two derivations have already been compared
• The input derivation named `libSM-1.2.3.tar.bz2` differs
- /nix/store/axmmyg93a40wig0s1lir8g18yf32bz8z-libSM-1.2.3.tar.bz2.drv:{out}
+ /nix/store/y5mlkih1g1r1q1sfs99bkxjzvnlbxx2z-libSM-1.2.3.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-minimal-2.38.1` differs
- /nix/store/s5fb404z8m2mx501nanaqjxpvy4nrxxf-util-linux-minimal-2.38.1.drv:{dev}
+ /nix/store/wl8g76gla94qvgn7fq0vbr7f7ycal2qb-util-linux-minimal-2.38.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `install-shell-files` differs
• These two derivations have already been compared
• The input derivation named `libcap-ng-0.8.3` differs
- /nix/store/v9sd0300gnljzlzliyrf9gz0swqw4jzp-libcap-ng-0.8.3.drv:{out}
+ /nix/store/pfq9qc4160xrpxknn3lp50ifpywjqjc9-libcap-ng-0.8.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libcap-ng-0.8.3.tar.gz` differs
- /nix/store/1kkw42km3k47grdq24qqvywcxv1r252q-libcap-ng-0.8.3.tar.gz.drv:{out}
+ /nix/store/bc4z5jh6bpd9pic2d9j4xq73szz6nf08-libcap-ng-0.8.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `linux-pam-1.5.2` differs
- /nix/store/vgqd9p92lbvh4vdx12ilizyl3c25fcic-linux-pam-1.5.2.drv:{out}
+ /nix/store/4qsv7653mwqxbx9lqbmy3imfw6h764ps-linux-pam-1.5.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- audit-2.8.5
+ audit-3.1
• The input derivation named `Linux-PAM-1.5.2.tar.xz` differs
- /nix/store/cz370mj7zpkjlh88a8vf8jim24fqhiy2-Linux-PAM-1.5.2.tar.xz.drv:{out}
+ /nix/store/wf17jqkmchp1wz5978407add5gg3994c-Linux-PAM-1.5.2.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cracklib-2.9.8` differs
- /nix/store/5dqhk84wk3zn2bd4hr98py8jkg6z5jlv-cracklib-2.9.8.drv:{out}
+ /nix/store/ay1za3vy71pwihf660fgplx3h5r7ipkk-cracklib-2.9.8.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cracklib-2.9.8.tar.bz2` differs
- /nix/store/gvc9byhc9xgszsh9pjwkg6wdjdn0iz6c-cracklib-2.9.8.tar.bz2.drv:{out}
+ /nix/store/k6zl4hvqycl8j026airfblymxl0zl1b9-cracklib-2.9.8.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `cracklib-words-2.9.8.gz` differs
- /nix/store/qfnqxcab6l4dpys6jzpjiyyb13x88lsz-cracklib-words-2.9.8.gz.drv:{out}
+ /nix/store/lk1xkxcsihvafmn24zgx4ryjfh5jrf9f-cracklib-words-2.9.8.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `db-4.8.30` differs
- /nix/store/7dm9lij9mw4k45s1gpm7y678n3j6389k-db-4.8.30.drv:{dev}
+ /nix/store/zfs75zi8n4fd2xzx0y1dhr33wbyb97zx-db-4.8.30.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `db-4.8.30.tar.gz` differs
- /nix/store/6k926qib2lk0h4xn56civk1n5x2z4srh-db-4.8.30.tar.gz.drv:{out}
+ /nix/store/v84ndzj42gcdp0df2b9rf3jwh4sw76vw-db-4.8.30.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `flex-2.6.4` differs
- /nix/store/g67vr497fjfq3w5djkj7h1flq9y1m5dy-flex-2.6.4.drv:{out}
+ /nix/store/8d9qhvw6m3yzb9xjk9k0a2xfw3ldjcc0-flex-2.6.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4.tar.gz` differs
- /nix/store/34biw9rz7209w92smk0q4973c6civ2hr-flex-2.6.4.tar.gz.drv:{out}
+ /nix/store/l6pj4s9af6xr8q7xfygpgwljim0m2d27-flex-2.6.4.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.26.patch` differs
- /nix/store/7rd1ybjmxiqg83dl3lvf245zvzr156pr-glibc-2.26.patch.drv:{out}
+ /nix/store/ika63zcvivbi8gzawjf772p6i8aqqziz-glibc-2.26.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `help2man-1.49.3` differs
- /nix/store/hirk19g02ygrar93yq5d028l6a6r3wm1-help2man-1.49.3.drv:{out}
+ /nix/store/25xaw06irc2sbjb2cfcca1xcfz82nvaf-help2man-1.49.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `help2man-1.49.3.tar.xz` differs
- /nix/store/551x91wzfd82cw7jqy4jpnsx66imbfkz-help2man-1.49.3.tar.xz.drv:{out}
+ /nix/store/gxn7i1qmv8nzsddy0h5zxx5r04fm1dij-help2man-1.49.3.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-gettext-1.07` differs
- /nix/store/kz370ip87lyi807zxg3ymp86xrngxh8p-perl5.36.0-gettext-1.07.drv:{out}
+ /nix/store/35asq85q8xcynvdm5c1rgbx9m1f5sd4b-perl5.36.0-gettext-1.07.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `gettext-1.07.tar.gz` differs
- /nix/store/maj7vzf7ia4zblc3wplhy2whd00bww4p-gettext-1.07.tar.gz.drv:{out}
+ /nix/store/2zp6jgcwvdhm7zf5lyzic1a3q4994xy7-gettext-1.07.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `shadow-4.13` differs
- /nix/store/y5wlf8zhg0snd314j7s7m37s9580yxbd-shadow-4.13.drv:{out}
+ /nix/store/hdarpsy08n2bh00c1bmwhwzy2s2vfny5-shadow-4.13.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
+ libxml2-2.10.4
• The input derivation named `a281f241b592aec636d1b93a99e764499d68c7ef.patch` differs
- /nix/store/71r7yvkarns95gz3yydxs8afll386da8-a281f241b592aec636d1b93a99e764499d68c7ef.patch.drv:{out}
+ /nix/store/hh18dgm8sqqjmy02j29kb9m170yr70xb-a281f241b592aec636d1b93a99e764499d68c7ef.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
- /nix/store/k2wakzi409c4xcy5c5w6qqijic1wxwvb-glibc-2.37-8.drv:{bin}
+ /nix/store/897ccbcikpwb26khz2hm2g7r03ipvbix-glibc-2.37-8.drv:{bin}
• The set of input derivation names do not match:
- python3-minimal-3.10.10
+ python3-minimal-3.10.11
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage0-glibc-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `xgcc-12.2.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `itstool-2.0.6` differs
- /nix/store/mkd2mxprm0qc4mlam2mniyf8vfppr63v-itstool-2.0.6.drv:{out}
+ /nix/store/zsg0rxlsid5m837887rpfgnzdblck0zx-itstool-2.0.6.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `itstool-2.0.6.tar.bz2` differs
- /nix/store/7r6njs6w357g5qlv2vgan0yzqdghj42k-itstool-2.0.6.tar.bz2.drv:{out}
+ /nix/store/knsqi03z1kdwmnxp60vw39yx6i7fph8k-itstool-2.0.6.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
- /nix/store/v3dn33nlflvalliniyg73jz1srqhxzvd-libxslt-1.1.37.drv:{dev}
+ /nix/store/s3b3464lbpyrbr1i5y16kmn5138x27as-libxslt-1.1.37.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37.tar.xz` differs
• These two derivations have already been compared
• The input derivation named `ncurses-6.4` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `linux-pam-1.5.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/6z7iq972x9pam3swicdp0ybp83zwxgny-source.drv:{out}
+ /nix/store/s48g6zfxbrhpz2vdfjakca9kbxlv3p3h-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tcb-1.2` differs
- /nix/store/ga3b2fj898qqscfxii9fjyzd1qbg8may-tcb-1.2.drv:{dev}
+ /nix/store/c808hcq2d09k3sg8jla4pdfh97cds3d5-tcb-1.2.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `linux-pam-1.5.2` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/d6fqnzmz81xr4zsn7gsk5185irlml6w0-source.drv:{out}
+ /nix/store/f461xp7v3bjsyqvnqgdzzb4m5xmp3dy0-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-2.38.1.tar.xz` differs
- /nix/store/jr6s9sw925vi4xjrbqz4bzqg0xgbpabb-util-linux-2.38.1.tar.xz.drv:{out}
+ /nix/store/xq2kx7nxkg0s3rayzyly2hdd456m5d0l-util-linux-2.38.1.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• The input derivation named `xtrans-1.4.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libX11-1.8.4` differs
- /nix/store/48sx2ddfz4ad1089abwkbc9q51winq6p-libX11-1.8.4.drv:{dev}
+ /nix/store/fl0vxfb4mzmgxp2c7jpr63qs0zkimq9h-libX11-1.8.4.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4.tar.xz` differs
- /nix/store/1a2zy4s0x0sgb2hvys5wfjpdpjq47m5k-libX11-1.8.4.tar.xz.drv:{out}
+ /nix/store/wgkiwx1xmmzpl8z2v6qzri5p8h88kmfl-libX11-1.8.4.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libpthread-stubs-0.4` differs
- /nix/store/svbm38k1bzsz2ijccnb0dxnygz05s3xa-libpthread-stubs-0.4.drv:{out}
+ /nix/store/2bliwmqn6iqsnblrxsbhcy59b4qabjgj-libpthread-stubs-0.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libpthread-stubs-0.4.tar.bz2` differs
- /nix/store/wizr12i7j7asd5scqmv2zh17kp2fx6hv-libpthread-stubs-0.4.tar.bz2.drv:{out}
+ /nix/store/s8qx41r820q9xadbqd1y3fry3caa4rlz-libpthread-stubs-0.4.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxcb-1.14` differs
- /nix/store/wlkgdazwh6hvyhrxiv6a83ssg4mnvhjh-libxcb-1.14.drv:{dev}
+ /nix/store/89fikagj88wgx9c02725n30b51m9j67s-libxcb-1.14.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libXau-1.0.9` differs
- /nix/store/kr1cl28h17bxw7qsgy99gbi6gdp19rlp-libXau-1.0.9.drv:{dev}
+ /nix/store/gi0bbz9jcg9lgxbcw81ir393lqb8fbvw-libXau-1.0.9.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libXau-1.0.9.tar.bz2` differs
- /nix/store/5248zjwbirqbmxbakvin77ayzg9i6a7v-libXau-1.0.9.tar.bz2.drv:{out}
+ /nix/store/1viwbrxwzja5fhi0f7dz1c4pd8blxj2h-libXau-1.0.9.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libXdmcp-1.1.3` differs
- /nix/store/f5bqcmhi3r50fc301hh6jmvim502kswp-libXdmcp-1.1.3.drv:{dev}
+ /nix/store/s7vblvlcjibxkbifvndgfgzr1mz9mpiy-libXdmcp-1.1.3.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libXdmcp-1.1.3.tar.bz2` differs
- /nix/store/xqshid6xlc48xnkvslx99k41ndzqdg0k-libXdmcp-1.1.3.tar.bz2.drv:{out}
+ /nix/store/vvd77927ydm64zbma2szjdk703wcg42d-libXdmcp-1.1.3.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libpthread-stubs-0.4` differs
• These two derivations have already been compared
• The input derivation named `libxcb-1.14.tar.xz` differs
- /nix/store/km0yjaj0df4jk1qjpmwk4njv0j22vc5r-libxcb-1.14.tar.xz.drv:{out}
+ /nix/store/cjz9h39bvd6xcspn76qr6862zflm7rq6-libxcb-1.14.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xcb-proto-1.14.1` differs
- /nix/store/5vkjckbh5p9zjh8gl9c1g3lsycplrps4-xcb-proto-1.14.1.drv:{out}
+ /nix/store/v6lrbh7y26qazl2x5qlvhrgncbp2hmr6-xcb-proto-1.14.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xcb-proto-1.14.1.tar.xz` differs
- /nix/store/cw7v8vs86vhyjqksa285h26242yni3kw-xcb-proto-1.14.1.tar.xz.drv:{out}
+ /nix/store/z71bv55m01g3lz9l1lvc3pmgp3a9g312-xcb-proto-1.14.1.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• The input derivation named `xtrans-1.4.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libapparmor-3.1.3` differs
- /nix/store/70rbmhqcazjn7kaqbfxgcfd2p2sqvhfg-libapparmor-3.1.3.drv:{out}
+ /nix/store/bf07ly5zy9jwk3mpkb360as4ydkkrv6l-libapparmor-3.1.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10-env
+ python3-3.10.11-env
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `linux-headers-6.2` differs
• These two derivations have already been compared
• The input derivation named `ncurses-6.4` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/3ns9x2rxd2y63jn7dvx3zynip41k3fih-source.drv:{out}
+ /nix/store/lh9w4xgmw1nddv868fvph5mk6zmx62x1-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `swig-3.0.12` differs
- /nix/store/1nw5wy4f5nvrdb3w0q0c659zcsgw6cil-swig-3.0.12.drv:{out}
+ /nix/store/43lna81pgbnsaby62xx7sa4rd6qq8vrq-swig-3.0.12.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoconf-2.71` differs
• These two derivations have already been compared
• The input derivation named `automake-1.16.5` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `libtool-2.4.7` differs
• These two derivations have already been compared
• The input derivation named `pcre-8.45` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/s21gbymfwvfphmpz8i7fsrmjxk5hx4k8-source.drv:{out}
+ /nix/store/825v9q8bavkzlwd4i5g2396h5vbl8xb5-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `which-2.21` differs
- /nix/store/80ak5ns75ac3sybpcx4c3nw390r58pkq-which-2.21.drv:{out}
+ /nix/store/s10pbjxhx77bdl9yihd8zb6n9yyq1lh7-which-2.21.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `which-2.21.tar.gz` differs
- /nix/store/z10zwyjq93gcaci2n74q0v2ljp8pd129-which-2.21.tar.gz.drv:{out}
+ /nix/store/q0h3fa3by6s8l5y411sm5dz99iwrkndb-which-2.21.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xmlto-0.0.28` differs
- /nix/store/bbpl6zgn44czijqwzw4iwbmqn8p71bp1-xmlto-0.0.28.drv:{out}
+ /nix/store/hnhwh08ghl872jw6s4s9yxh8qy07lq90-xmlto-0.0.28.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
+ libxml2-2.10.4
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `getopt-1.1.6` differs
- /nix/store/v9wd2fh52daz9dsh4qz3nlc68fxyy0y1-getopt-1.1.6.drv:{out}
+ /nix/store/hifa1khhnc19f52s0v3hcdaqyi3ab3rp-getopt-1.1.6.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `getopt-1.1.6.tar.gz` differs
- /nix/store/qank1mlg01xkv7y7z86gx4m06d4b5212-getopt-1.1.6.tar.gz.drv:{out}
+ /nix/store/86y8rdk9npfpiqdh3dcahbmcb3a91s3h-getopt-1.1.6.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxslt-1.1.37` differs
- /nix/store/v3dn33nlflvalliniyg73jz1srqhxzvd-libxslt-1.1.37.drv:{bin,dev}
+ /nix/store/s3b3464lbpyrbr1i5y16kmn5138x27as-libxslt-1.1.37.drv:{bin,dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37.tar.xz` differs
• These two derivations have already been compared
• The input derivation named `ncurses-6.4` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `w3m-0.5.3+git20230121` differs
- /nix/store/p77da4zmzw5nj98rm7mfwv43l7hx5c58-w3m-0.5.3+git20230121.drv:{out}
+ /nix/store/waaiv2hyszrsm3g91fd9gai9bh3ldb4b-w3m-0.5.3+git20230121.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `boehm-gc-8.2.2` differs
- /nix/store/fyd3iql9jcsk79fdi264dz2kriii5hw0-boehm-gc-8.2.2.drv:{dev}
+ /nix/store/9q42hffbhpys6xx6ya69qdqc8syyz8wh-boehm-gc-8.2.2.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gc-8.2.2.tar.gz` differs
- /nix/store/xhr3mffj10mqc0dbk7l2dvqyflqp45kl-gc-8.2.2.tar.gz.drv:{out}
+ /nix/store/vx238pczcnyvyzpksjyf1adff9bqmq1j-gc-8.2.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `https.patch` differs
- /nix/store/df9rv7nqap3crngnn9ja1ljxax1ir9g0-https.patch.drv:{out}
+ /nix/store/fbsyaxh81qalc12bxiajs8b1b4sc3p4g-https.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `man-db-2.11.2` differs
- /nix/store/rvd4p5hpysdfr5byzh4mjngca6dxf5v1-man-db-2.11.2.drv:{out}
+ /nix/store/wz41ya9bjkshv33i4b562ql2nnv1qv58-man-db-2.11.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- zstd-1.5.4
+ zstd-1.5.5
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `db-5.3.28` differs
- /nix/store/djyyx3hbw20j10j6h1jy4ngzv218gnid-db-5.3.28.drv:{dev}
+ /nix/store/d8lr24n2wiy7mja2v8gfnaxc83phl50f-db-5.3.28.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `db-5.3.28.tar.gz` differs
- /nix/store/inig3qd2s4xqdsiz4l81z6n6hxvxl9by-db-5.3.28.tar.gz.drv:{out}
+ /nix/store/drnzb5zwfml0qn5fn8wyi3699b470z2b-db-5.3.28.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `groff-1.22.4` differs
- /nix/store/5pxvqvc9f8d88f2k5g2w8dndfxz964di-groff-1.22.4.drv:{out}
+ /nix/store/1905qj3lh5pa2ggilnl5shspsydsg5ws-groff-1.22.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `groff-1.22.4.tar.gz` differs
- /nix/store/fvs7wfi7i4ih9kvb39xqd67fqwpy2k74-groff-1.22.4.tar.gz.drv:{out}
+ /nix/store/82sy5xxblr6gcfhhimjca8gryqm1dq17-groff-1.22.4.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gzip-1.12` differs
• These two derivations have already been compared
• The input derivation named `libpipeline-1.5.7` differs
- /nix/store/vcmdvwm2izp6rapngxrf4rlsiam4gp1n-libpipeline-1.5.7.drv:{out}
+ /nix/store/lfl0v7jpnnm2snpffyfdw2q4ifi45414-libpipeline-1.5.7.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libpipeline-1.5.7.tar.gz` differs
- /nix/store/8vs20459w1i654p36yshqr9pb7bll5k1-libpipeline-1.5.7.tar.gz.drv:{out}
+ /nix/store/k7dbmbbzr1jskvma9q9052nn9z4xmq1w-libpipeline-1.5.7.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `man-db-2.11.2.tar.xz` differs
- /nix/store/ym5i98bs2d3wfmijr6dgqvda869g08q3-man-db-2.11.2.tar.xz.drv:{out}
+ /nix/store/lnzqdi6k43svqy4n35clavj4qp0f45hw-man-db-2.11.2.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ncurses-6.4` differs
• These two derivations have already been compared
• The input derivation named `openssl-3.0.8` differs
- /nix/store/x63vbk721jjsk0i2izbwyjpca60hwx5z-openssl-3.0.8.drv:{dev}
+ /nix/store/cx95i3sq4jy0wbz1ypfc6g7ws7mg58m2-openssl-3.0.8.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
+ make-shell-wrapper-hook
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `openssl-3.0.8.tar.gz` differs
- /nix/store/w3gjgbcbkf0nvsjz2gglwppjxdh113js-openssl-3.0.8.tar.gz.drv:{out}
+ /nix/store/pay458mi7cvqyd1s6pxqj82d5zv6n5p4-openssl-3.0.8.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/sfk4djg7adws939r02x41nrmyl12p126-source.drv:{out}
+ /nix/store/g3vdb22673iv7v51i31cnlynw2gk4gzd-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `xmlto-0.0.28.tar.bz2` differs
- /nix/store/4zasp3zn5039kjzbx727cj2ilzl9yin3-xmlto-0.0.28.tar.bz2.drv:{out}
+ /nix/store/ky4yd91ga27sjh8m9wx84fjzmd7hhprg-xmlto-0.0.28.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `dconf-0.40.0` differs
- /nix/store/mf5xrxnyliksi184v60z4y2w5hccbsqf-dconf-0.40.0.drv:{lib}
+ /nix/store/ah16k80ndf6ncq5waidvs5wnk39i3wbx-dconf-0.40.0.drv:{lib}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bash-completion-2.11` differs
- /nix/store/8lgipc6x9hp76dla4dx74xi5bqn8lbvd-bash-completion-2.11.drv:{out}
+ /nix/store/51n2n20hmsr6r80n9khrrddlxpc05498-bash-completion-2.11.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bash-completion-2.11.tar.xz` differs
- /nix/store/75c12j612zd868ns5hr6467zkgv34gly-bash-completion-2.11.tar.xz.drv:{out}
+ /nix/store/afvdy195nxair5sjyqj7921p4kfpiz33-bash-completion-2.11.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `dbus-1.14.6` differs
• These two derivations have already been compared
• The input derivation named `dconf-0.40.0.tar.xz` differs
- /nix/store/dpqmw8kra87468mdsimd5mj9s3li0vn4-dconf-0.40.0.tar.xz.drv:{out}
+ /nix/store/6vjwixgw9i9kn5bff5hcfi83symr201r-dconf-0.40.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-xml-4.2` differs
- /nix/store/dkgaq536ccjiik932h2zsqkalpnfpmy9-docbook-xml-4.2.drv:{out}
+ /nix/store/b2q0gn4x1gnik91srqpdd2imsax0j9f7-docbook-xml-4.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.2.zip` differs
- /nix/store/4zqqb3gncnhjiy7prc61j3p98vkpldsw-docbook-xml-4.2.zip.drv:{out}
+ /nix/store/zbc6r52jcxv4x2bmn8f04gs043jmd6r4-docbook-xml-4.2.zip.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
- /nix/store/3c997n6qxiyn7vkjnphlpdhbzm0y57bc-glib-2.76.1.drv:{dev}
+ /nix/store/xnijap3zgh9vd0qiaaqswhbw0vbi4x60-glib-2.76.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1.tar.xz` differs
- /nix/store/17zrkmjs7i4xq1m1fwjhf5zb72p8rja8-glib-2.76.1.tar.xz.drv:{out}
+ /nix/store/hhw90j0qilksz3ikdv807ckhrj6j9kz5-glib-2.76.1.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `gtk-doc-1.33.2` differs
- /nix/store/swlz8rhkx0sy0mlbc85hblfq59cdzcms-gtk-doc-1.33.2.drv:{out}
+ /nix/store/skja7q8k41ah8kqaxn4ag0wmjd1w6zpg-gtk-doc-1.33.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.3` differs
- /nix/store/hiyfvlw1xzi1bxzhzgp2zysshq0qcc06-docbook-xml-4.3.drv:{out}
+ /nix/store/izq9k87gzfdff2yiq2xxrj14xkmq3a30-docbook-xml-4.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.3.zip` differs
- /nix/store/950hl69k15gxb7rkfwknaylkj0kp0r2v-docbook-xml-4.3.zip.drv:{out}
+ /nix/store/qkmny5m63l69m8pqr5fbkzgqc28w656f-docbook-xml-4.3.zip.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `find-xml-catalogs-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-lxml-4.9.2` differs
- /nix/store/qrvn07kzsky0z60fqqyrbjxb3mcyma56-python3.10-lxml-4.9.2.drv:{out}
+ /nix/store/08hw0cj0izcfa8agsp33dnkcnw048bm0-python3.10-lxml-4.9.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- python3-3.10.10
+ libxml2-2.10.4
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-cython-0.29.34` differs
- /nix/store/kmydf5l696xwdwb9x533w5g54gznhcnd-python3.10-cython-0.29.34.drv:{out}
+ /nix/store/aadhd72qd3hlx58bjlzdajgc67c003yw-python3.10-cython-0.29.34.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `Cython-0.29.34.tar.gz` differs
- /nix/store/yr7lkh3dl4cm00rb6y55pygblazzg72z-Cython-0.29.34.tar.gz.drv:{out}
+ /nix/store/6k3mlanw9m7nyb3klwsmmg0fd9gwisc8-Cython-0.29.34.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `disable-trashcan.patch` differs
- /nix/store/v9dw63afs7nr0abqhh1z8c9mkrfrhqpc-disable-trashcan.patch.drv:{out}
+ /nix/store/1c3q97vay0bn806wzyjl3rxbkf2bhdpb-disable-trashcan.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/vcwpzl5iw7h1wax1xc8wfrh7wqyppyx8-source.drv:{out}
+ /nix/store/m22gywwi6lkvj7ibyn0xc5s0xcbcdr4m-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pygments-2.14.0` differs
- /nix/store/fyvlyh448iqiq787qc65f2swzscsk909-python3.10-pygments-2.14.0.drv:{out}
+ /nix/store/9qw2ynjysswf5bs0g262xj34dc452d71-python3.10-pygments-2.14.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `Pygments-2.14.0.tar.gz` differs
- /nix/store/9n30579zymbfxaf90ip96a7bd9mr5rz0-Pygments-2.14.0.tar.gz.drv:{out}
+ /nix/store/7rxrxrwcbzi3s4jc443kv1j9qaly95pm-Pygments-2.14.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-docutils-0.19` differs
- /nix/store/r1p7crnc1pzd3z1xai4rhfbd8ixkd7fl-python3.10-docutils-0.19.drv:{out}
+ /nix/store/fhyib0y5v7khfmfcibnsz9hg86apy6l5-python3.10-docutils-0.19.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docutils-0.19.tar.gz` differs
- /nix/store/4c1ir2nl4x72zys0fhyq69hdd74zzhir-docutils-0.19.tar.gz.drv:{out}
+ /nix/store/j2jh0332aji56dq5hhjbaaiaw29c1av3-docutils-0.19.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/5788yjy2x93gikpr02ly2fbvlkbhr4w6-source.drv:{out}
+ /nix/store/1xqn4g51wsxh488mlp482q5rdgqgwl2s-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libelf-0.8.13` differs
- /nix/store/pp8p30p1zm3xmlhy4z5h1n0p96d4wl0m-libelf-0.8.13.drv:{out}
+ /nix/store/d7famislry94a8mpc649j76dnhklqq7s-libelf-0.8.13.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `libelf-0.8.13.tar.gz` differs
- /nix/store/3avziiykys072bzhcyqnvm0gmdi1bl9y-libelf-0.8.13.tar.gz.drv:{out}
+ /nix/store/512kjxamn0g4z5yas8zqmi77plvkkzzl-libelf-0.8.13.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libffi-3.4.4` differs
- /nix/store/z6zfys0s0rc4sx3my77qvn833zha0vi7-libffi-3.4.4.drv:{dev}
+ /nix/store/p5zpwkmc73wrxdi89azkk1zjd75iwab5-libffi-3.4.4.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dejagnu-1.6.3` differs
- /nix/store/whqx6lg81a2w2gpqsg4249ydhrf9crs2-dejagnu-1.6.3.drv:{out}
+ /nix/store/ns1z473d97a8dalbyypk3syiazwy27m0-dejagnu-1.6.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dejagnu-1.6.3.tar.gz` differs
- /nix/store/298m5586v7fdblnhsg1n2v0cnlv74k6v-dejagnu-1.6.3.tar.gz.drv:{out}
+ /nix/store/icny7l4rd7aznpd5zann03hhiw45bhxn-dejagnu-1.6.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `expect-5.45.4` differs
- /nix/store/bsgqs6mrpb40gi1yyaa7i596dr6flazs-expect-5.45.4.drv:{dev,out}
+ /nix/store/k29648kfd8zvc1q8cgy7v99lrf9k867a-expect-5.45.4.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `0001-enable-cross-compilation.patch` differs
- /nix/store/nsd15gmd2xcgaikpl2vmpj0zvzz9hz2k-0001-enable-cross-compilation.patch.drv:{out}
+ /nix/store/v0bdbgwnkag2zp2svnlq4r17cvljbdzq-0001-enable-cross-compilation.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `expect5.45.4.tar.gz` differs
- /nix/store/wxlp7zmrr8aqxfzlkhxp4vvgsawxiicv-expect5.45.4.tar.gz.drv:{out}
+ /nix/store/adfnfp3xph58m3zjlnn61biq43gyaw2h-expect5.45.4.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `fix-cross-compilation.patch` differs
- /nix/store/qngzsd17b9maw6036rmr4z1ala3wn69p-fix-cross-compilation.patch.drv:{out}
+ /nix/store/3s572pm168srd1w4aq2mh5yrnzyy0bbi-fix-cross-compilation.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tcl-8.6.11` differs
- /nix/store/8ars10j3rp99ds6jyjgdby3wsian8hx5-tcl-8.6.11.drv:{out}
+ /nix/store/8gn1xkfizb2ig2xy9l7mp4nlxj0r5wsc-tcl-8.6.11.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tcl8.6.11-src.tar.gz` differs
- /nix/store/p8597hh5ajp3fmg2hq5zi8c5c7aqpjhb-tcl8.6.11-src.tar.gz.drv:{out}
+ /nix/store/4rzzskip7ll86fmxxgrxj18c8k1f30b2-tcl8.6.11-src.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tcl-8.6.11` differs
• These two derivations have already been compared
• The input derivation named `tcl-package-hook` differs
- /nix/store/0bxfv1v1idi7ih45z7v36gp9j5w1l7ch-tcl-package-hook.drv:{out}
+ /nix/store/6qq28ysj5dpwj6nrhrhxniw2xl4fxzc5-tcl-package-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libffi-3.4.4.tar.gz` differs
- /nix/store/hpz9fyg9ljw9qfql0awbvcck47nj8xzl-libffi-3.4.4.tar.gz.drv:{out}
+ /nix/store/jxgvpvjihflik1xk8lw3cxnhgzf9dsc6-libffi-3.4.4.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libselinux-3.3` differs
- /nix/store/ww77c5b26lspkbi42qrklr36av3xws75-libselinux-3.3.drv:{dev}
+ /nix/store/mk6m7szv6q48yq483h9f1sly1l7ar9rx-libselinux-3.3.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libselinux-3.3.tar.gz` differs
- /nix/store/azlhxgr16psmz1bc7cfn34iyr59bcms5-libselinux-3.3.tar.gz.drv:{out}
+ /nix/store/6zyf7mh2xa3gq8adisbw6mxldakqkapx-libselinux-3.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libsepol-3.5` differs
- /nix/store/mbmcwd41bkr4g0gnj2gw37bp4kns55cr-libsepol-3.5.drv:{dev,out}
+ /nix/store/c3gq64vw3c133nk5cjcqfm86ay2692b0-libsepol-3.5.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `libsepol-3.5.tar.gz` differs
- /nix/store/3dppij1lcl9rigj9bpm5crd9vkhvsm63-libsepol-3.5.tar.gz.drv:{out}
+ /nix/store/f4rc60d6zgn1kva2jpq3p7bg5llvsj0q-libsepol-3.5.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pcre-8.45` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `raw` differs
- /nix/store/s5m5db990j7xfbk355vmyqcl770ipaqq-raw.drv:{out}
+ /nix/store/9q70872d6j3dh888nvps0fss7vp9fjph-raw.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `swig-3.0.12` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pcre2-10.42` differs
- /nix/store/gpilx9yx033im70y2cl6knq699682fw6-pcre2-10.42.drv:{dev}
+ /nix/store/kfy93irsikyyp5j7440cwwqcs4lvrnjk-pcre2-10.42.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `pcre2-10.42.tar.bz2` differs
- /nix/store/kni2ag3q4w2ibscpcidrih532xic28qm-pcre2-10.42.tar.bz2.drv:{out}
+ /nix/store/k15nfcsq80j8qcn1mrcbr46ayf8df6mi-pcre2-10.42.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-minimal-2.38.1` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gtk-doc-1.33.2` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `vala-0.56.6` differs
- /nix/store/1akrr9d4g4gas8n5gwgz5qf1zbd3n161-vala-0.56.6.drv:{out}
+ /nix/store/ssf2j2n9fp5njf1w8pa0rwxxvvnx607i-vala-0.56.6.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `setup-hook.sh` differs
- /nix/store/gjgjm59m6da7kj2knqvkn435vvsxb57c-setup-hook.sh.drv:{out}
+ /nix/store/dlvbbgnna6saw7wq07m3jlf4dddm19bk-setup-hook.sh.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `vala-0.56.6.tar.xz` differs
- /nix/store/3vk8g4clf47j4h3zb08m6gnn04zm3wkp-vala-0.56.6.tar.xz.drv:{out}
+ /nix/store/y0inc66p3siixxgdyysxmv9gyj00nr00-vala-0.56.6.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `gobject-introspection-wrapped-1.76.1` differs
- /nix/store/l1d5n9jd4vgyfv16l0ycpjhil9g5cgiw-gobject-introspection-wrapped-1.76.1.drv:{dev}
+ /nix/store/6wghsmw3i2zdadlbsci03qjgigq9bb4m-gobject-introspection-wrapped-1.76.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10-env
+ python3-3.10.11-env
• The input derivation named `absolute_gir_path.patch` differs
- /nix/store/w2mk0vpls04m1xvigyzjc2khv70v4wbz-absolute_gir_path.patch.drv:{out}
+ /nix/store/mi8qjvkr8p32qbaijhbs3vvi1ywqg0gs-absolute_gir_path.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cairo-1.16.0` differs
- /nix/store/x5yv7f2mbxvgpd002w3r125524xlan94-cairo-1.16.0.drv:{out}
+ /nix/store/492bcxf3z50s8wppdn22ayhq8mzfciww-cairo-1.16.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- xcb-util-0.4.0
+ xcb-util-0.4.1
• The input derivation named `5e34c5a9640e49dcc29e6b954c4187cfc838dbd1.patch` differs
- /nix/store/plxd5gwr9fbnb5kr98rxhgdn2rviafx3-5e34c5a9640e49dcc29e6b954c4187cfc838dbd1.patch.drv:{out}
+ /nix/store/z2hsm0zqjcwskfz769a7nhzbhfwww7c6-5e34c5a9640e49dcc29e6b954c4187cfc838dbd1.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2018-19876.patch` differs
- /nix/store/56sbcqvd5p04vh95q9agj1c8vygqdb0r-CVE-2018-19876.patch.drv:{out}
+ /nix/store/r5n6lz7ilhaymvsl32bymyvngdfxpwnd-CVE-2018-19876.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2020-35492.patch` differs
- /nix/store/75vdn7fcl8pvh9cz797ih8qs1v94bapg-CVE-2020-35492.patch.drv:{out}
+ /nix/store/mlvq1cyn7i111nvyfz71w0dv7cxdbbb3-CVE-2020-35492.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cairo-1.16.0.tar.xz` differs
- /nix/store/pq5km1hvibln9q0yn5jpw233wg80bsnf-cairo-1.16.0.tar.xz.drv:{out}
+ /nix/store/vb3djhsjlnnl64gh4yydp03nmc1p18f1-cairo-1.16.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `e22d7212acb454daccc088619ee147af03883974.diff` differs
- /nix/store/12k9svar4wrmbhn49jip1w2f10xd5c7a-e22d7212acb454daccc088619ee147af03883974.diff.drv:{out}
+ /nix/store/hnlzqqwkqqbx3nwqwqwmv5qqnyr4ngn2-e22d7212acb454daccc088619ee147af03883974.diff.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `expat-2.5.0` differs
• These two derivations have already been compared
• The input derivation named `fix-grayscale-anialias.patch` differs
- /nix/store/r76npl3a3fhfs94878f9d4bmxlq7nkzs-fix-grayscale-anialias.patch.drv:{out}
+ /nix/store/3irc7568gjk1bm9baqdav2kw35vq7nnd-fix-grayscale-anialias.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `fontconfig-2.14.0` differs
- /nix/store/gn06jmpq8j8c9wgq4fqvws4aplq22qsv-fontconfig-2.14.0.drv:{dev}
+ /nix/store/rmri00c5k8mky19zc408n9r35njdwj8w-fontconfig-2.14.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dejavu-fonts-minimal-2.37` differs
- /nix/store/yym5xayv84bvb2iicia52s5xnxr5i0m3-dejavu-fonts-minimal-2.37.drv:{out}
+ /nix/store/830h19h84qhpb70cgb2ii6izzxmg8cmj-dejavu-fonts-minimal-2.37.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dejavu-fonts-full-2.37` differs
- /nix/store/pz2b7715qq6pwryac04s757n8fiaxpmb-dejavu-fonts-full-2.37.drv:{out}
+ /nix/store/in78k9y0z9nkp5fknpycfbmi0byjin3f-dejavu-fonts-full-2.37.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- fontforge-20220308
+ fontforge-20230101
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Font-TTF-1.06` differs
- /nix/store/sf2mmkv47dgjiqz0whwdpsldrwa80ca6-perl5.36.0-Font-TTF-1.06.drv:{out}
+ /nix/store/ln8z39pchmknq7cbg9q5schgfrdxkg2y-perl5.36.0-Font-TTF-1.06.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Font-TTF-1.06.tar.gz` differs
- /nix/store/qrgx1yxi9gl5q5cvy3nqc2xgvcbqqw4k-Font-TTF-1.06.tar.gz.drv:{out}
+ /nix/store/552d08q9wjmw7gha5f2im9jjkmnpjrbk-Font-TTF-1.06.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-IO-String-1.08` differs
- /nix/store/yam80z00m0j30rgn6mgar6cq1gn69xzx-perl5.36.0-IO-String-1.08.drv:{out}
+ /nix/store/v3rxm69sx02im6w07b3197av9dxph6zy-perl5.36.0-IO-String-1.08.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `IO-String-1.08.tar.gz` differs
- /nix/store/1ys7q1r987fs8kap1046iyf3aa7pnm3p-IO-String-1.08.tar.gz.drv:{out}
+ /nix/store/b46yyvim28l22dpiminx5h57hcd6hfar-IO-String-1.08.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-IO-String-1.08` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/4k96rb67lj8zvz5g35qbi7drfq1yfh9d-source.drv:{out}
+ /nix/store/d5jz38bddyx9hxmyag5yfiddg4ciy52y-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `expat-2.5.0` differs
• These two derivations have already been compared
• The input derivation named `fontconfig-2.14.0.tar.xz` differs
- /nix/store/s8hyix3m7nkl60xawlqigd2dc0alplnx-fontconfig-2.14.0.tar.xz.drv:{out}
+ /nix/store/mz3lsmr6ys2fxm7ppjnfgavmhaqy37p4-fontconfig-2.14.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `freetype-2.13.0` differs
- /nix/store/6ga88m0j8cr3c5svr16k1rs81z04czb7-freetype-2.13.0.drv:{dev}
+ /nix/store/8vbhrryh5kc5s41jcljk7bdcdkcai2hi-freetype-2.13.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `brotli-1.0.9` differs
- /nix/store/y3aww9ark8bfqp6dcickpasb70x15wns-brotli-1.0.9.drv:{dev}
+ /nix/store/blglra4i5pzk3w4z58r21qyppqvsaks9-brotli-1.0.9.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cmake-3.25.3` differs
- /nix/store/4md8j1fiv1j47ayp1hrjdf29m6sw4qgz-cmake-3.25.3.drv:{out}
+ /nix/store/wnvg9lqjbf8r8a8cdkxp92dldpaal49m-cmake-3.25.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `bzip2-1.0.8` differs
• These two derivations have already been compared
• The input derivation named `cmake-3.25.3.tar.gz` differs
- /nix/store/sxy38yv5l6vism9rjnwjnwv73p74fvgg-cmake-3.25.3.tar.gz.drv:{out}
+ /nix/store/77ygwgnbp7gx74jmjj8f3ly1imlh770h-cmake-3.25.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `curl-8.0.1` differs
- /nix/store/6zk8bgwg04j9pfgh83slw457q0s8f26s-curl-8.0.1.drv:{dev}
+ /nix/store/hy0qa8266xxpx192zsqhprm1q4zz5sm4-curl-8.0.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1.tar.bz2` differs
- /nix/store/ikjzaipfy3mxzwzpl3p7pn348qjpygn2-curl-8.0.1.tar.bz2.drv:{out}
+ /nix/store/8x6v9ypxrkiqlnv53flv67lrpmh53349-curl-8.0.1.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libkrb5-1.20.1` differs
- /nix/store/bdc99l82pps4lxvjysh0cyizlkmr7vc2-libkrb5-1.20.1.drv:{dev}
+ /nix/store/j8gk6hqscfhxgl7v077j6sca8qiljrqw-libkrb5-1.20.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `keyutils-1.6.3` differs
- /nix/store/nn8fr34p369sxz7aan3jy4bdlssdw3cp-keyutils-1.6.3.drv:{dev}
+ /nix/store/b2md75zbd76acbi7zz7snc8a2jif0pak-keyutils-1.6.3.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `keyutils-1.6.3.tar.gz` differs
- /nix/store/npw5j9srdq77jn1xyq03d2zr2k3bbqqc-keyutils-1.6.3.tar.gz.drv:{out}
+ /nix/store/qwf0pm1bb6rc0d21vsxwqamvdyk2yvcf-keyutils-1.6.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `raw` differs
- /nix/store/82bkqsqgbbbzcnkmqz8zsxn2q5n89mjk-raw.drv:{out}
+ /nix/store/zs6hy907gh0v8iaj5ajjbxx7zkcfb12v-raw.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `krb5-1.20.1.tar.gz` differs
- /nix/store/4vn18vp6p6xf60r3mijkhvmsz2gdpg7k-krb5-1.20.1.tar.gz.drv:{out}
+ /nix/store/xla5866z03yh02qwhdlbdzrr0z45xr0r-krb5-1.20.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libssh2-1.10.0` differs
- /nix/store/4137yc822brv7qmhzpx89dl7ij4ximjr-libssh2-1.10.0.drv:{dev,out}
+ /nix/store/sw999j59y3x2jxzp3gq8ci4yi0w2w7dz-libssh2-1.10.0.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libssh2-1.10.0.tar.gz` differs
- /nix/store/18qri02isb8icwnkzb2kc540kjpjlf7i-libssh2-1.10.0.tar.gz.drv:{out}
+ /nix/store/gj9sn1ihw97cgpjr73q9ydy6gx83crcl-libssh2-1.10.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nghttp2-1.51.0` differs
- /nix/store/v0js0a2gwbk2z4qv26a71z3pzl277x5k-nghttp2-1.51.0.drv:{dev}
+ /nix/store/sxfx325jhlb2sph815ac4sczrm1bnnn8-nghttp2-1.51.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `CUnit-2.1-3` differs
- /nix/store/xfsnqmm9rbnazrgkkhbbwmdd19zfpk7v-CUnit-2.1-3.drv:{out}
+ /nix/store/n2r7lxa24yijpv5bag884mwaffkaqggh-CUnit-2.1-3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `CUnit-2.1-3.tar.bz2` differs
- /nix/store/7fg2y9f6caa0xcpp0jshxniqkjqm4rvk-CUnit-2.1-3.tar.bz2.drv:{out}
+ /nix/store/205qnawzsv1yn2hj6v97rhnrr23xbzla-CUnit-2.1-3.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `autoconf-2.71` differs
• These two derivations have already been compared
• The input derivation named `automake-1.16.5` differs
• These two derivations have already been compared
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libtool-2.4.7` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `c-ares-1.19.0` differs
- /nix/store/b2z1q21d5jz0l3qylls6xq3zih405w59-c-ares-1.19.0.drv:{dev}
+ /nix/store/yxxkchnbd56ksbbnr0l7d0ml9h5kd3kf-c-ares-1.19.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `c-ares-1.19.0.tar.gz` differs
- /nix/store/ni100ng0lib5ids2vnvpx017m2axa9sb-c-ares-1.19.0.tar.gz.drv:{out}
+ /nix/store/2shyrzazl6ljp0sqzw9pwbc489gi5gk5-c-ares-1.19.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `install-shell-files` differs
• These two derivations have already been compared
• The input derivation named `libev-4.33` differs
- /nix/store/zlscgg4l1rb4b6l0vg4q0srppq4ph1h8-libev-4.33.drv:{out}
+ /nix/store/f4psziig4j3pzvmyh5pldnn6sqfpx5cv-libev-4.33.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libev-4.33.tar.gz` differs
- /nix/store/d1fbh8m41v3bbk8z2flg3f5hkk291bcq-libev-4.33.tar.gz.drv:{out}
+ /nix/store/pxr8vnfkcq5z5wzdp24gcrb2dm7hjzc4-libev-4.33.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nghttp2-1.51.0.tar.bz2` differs
- /nix/store/jkg51msrn69jvcnzy32n83advr43b3z6-nghttp2-1.51.0.tar.bz2.drv:{out}
+ /nix/store/1bnd6cjzvwh4wrn0x53aywaabzl0p3c0-nghttp2-1.51.0.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tzdata-2023c` differs
- /nix/store/ik1mi7wqdmayly3syacic5yjpan8fgj6-tzdata-2023c.drv:{dev,out}
+ /nix/store/x689nkva7ds3vz4knlkj83p7x530l26f-tzdata-2023c.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tzcode2023c.tar.gz` differs
- /nix/store/2xcjrzs731hrnc9cjcqaai0x1wkx96x4-tzcode2023c.tar.gz.drv:{out}
+ /nix/store/dk4hs2qcvhl0zhkdh3cm6zlpzrl6xm4i-tzcode2023c.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `tzdata2023c.tar.gz` differs
- /nix/store/6linin4sp5dpwx2k5r5qiznqq3wgbmzw-tzdata2023c.tar.gz.drv:{out}
+ /nix/store/dgk1vgaxscfwacj0hb2jk9fmbkcfyxpn-tzdata2023c.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `expat-2.5.0` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `libarchive-3.6.2` differs
- /nix/store/gg0afjpgrh1zbisad245qfgdag0yqxzz-libarchive-3.6.2.drv:{dev}
+ /nix/store/lbzr07nrf0af24a4x9jgqjiwid31ks7q-libarchive-3.6.2.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
- zstd-1.5.4
+ libxml2-2.10.4
+ zstd-1.5.5
• The input derivation named `acl-2.3.1` differs
• These two derivations have already been compared
• The input derivation named `attr-2.5.1` differs
• These two derivations have already been compared
• The input derivation named `autoreconf-hook` differs
- /nix/store/aj8h3skzx511a9378jnx974zzw6qk20d-autoreconf-hook.drv:{out}
+ /nix/store/1vxd4nrqwy9r6ds3vgdmv8kpy22x1g6m-autoreconf-hook.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoconf-2.69` differs
- /nix/store/dbh96ldczz5i5y7c5j3i8npc9cs754gb-autoconf-2.69.drv:{out}
+ /nix/store/82ff72p690pqhjg1gfa87h8q9wwq8s45-autoconf-2.69.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoconf-2.69.tar.xz` differs
- /nix/store/bi98lnn3lnry85189nac82pdff2ayn9p-autoconf-2.69.tar.xz.drv:{out}
+ /nix/store/hszvxfbhd3w84sk2clpvs64595fibyvy-autoconf-2.69.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `automake-1.16.5` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `libtool-2.4.7` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bzip2-1.0.8` differs
• These two derivations have already been compared
• The input derivation named `e2fsprogs-1.46.6` differs
- /nix/store/4z12rr2fjwfjk5msby2hr3flpf5jac1a-e2fsprogs-1.46.6.drv:{dev}
+ /nix/store/v09ldlhm4c8gyk4rq5rc6b7xm1k4acfq-e2fsprogs-1.46.6.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `e2fsprogs-1.46.6.tar.gz` differs
- /nix/store/4mknril8xmr85gx8cp7ywnydnw45a4m1-e2fsprogs-1.46.6.tar.gz.drv:{out}
+ /nix/store/kvf0i0p1hh9hrqh4689l29dxyvyhi2y4-e2fsprogs-1.46.6.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `fix-glibcism.patch` differs
- /nix/store/izmk841l675xh705gz0ddd58r87rk2h1-fix-glibcism.patch.drv:{out}
+ /nix/store/kizzk8apwajs6qnp1zxqpqh1hvzayddk-fix-glibcism.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `fuse-2.9.9` differs
- /nix/store/7rhqlmw7s3230gm6cgmv1lf3f0hb4kmv-fuse-2.9.9.drv:{out}
+ /nix/store/z2yf3x94nvl28biq028bswv3yqzmsj6k-fuse-2.9.9.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `fuse-2.9.9-closefrom-glibc-2-34.patch?id=8a970396fca7aca2d5a761b8e7a8242f1eef14c9` differs
- /nix/store/k66idj8bmpwqhv7kl4ybz78xx3pf3xd8-fuse-2.9.9-closefrom-glibc-2-34.patch?id=8a970396fca7aca2d5a761b8e7a8242f1eef14c9.drv:{out}
+ /nix/store/z27rmhixfj75jlqj7f408v5125g0565d-fuse-2.9.9-closefrom-glibc-2-34.patch?id=8a970396fca7aca2d5a761b8e7a8242f1eef14c9.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `fuse-3.11.0` differs
- /nix/store/990k50j47s3a18n8vrs9pwcmca228c42-fuse-3.11.0.drv:{common}
+ /nix/store/rgp20cp9l2f677hjk6wf94hkak53r11f-fuse-3.11.0.drv:{common}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/k4jkkz1dzvibhw2rb3jqxw5xfq8jsqqh-source.drv:{out}
+ /nix/store/27zrr8fjcpxxv475r841kgb5aysv5yy3-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-minimal-2.38.1` differs
- /nix/store/s5fb404z8m2mx501nanaqjxpvy4nrxxf-util-linux-minimal-2.38.1.drv:{bin}
+ /nix/store/wl8g76gla94qvgn7fq0vbr7f7ycal2qb-util-linux-minimal-2.38.1.drv:{bin}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `install-shell-files` differs
• These two derivations have already been compared
• The input derivation named `libcap-ng-0.8.3` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `linux-pam-1.5.2` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `shadow-4.13` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-2.38.1.tar.xz` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `shadow-4.13` differs
- /nix/store/y5wlf8zhg0snd314j7s7m37s9580yxbd-shadow-4.13.drv:{su}
+ /nix/store/hdarpsy08n2bh00c1bmwhwzy2s2vfny5-shadow-4.13.drv:{su}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- libxml2-2.10.3
+ libxml2-2.10.4
• The input derivation named `a281f241b592aec636d1b93a99e764499d68c7ef.patch` differs
• These two derivations have already been compared
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `itstool-2.0.6` differs
• These two derivations have already been compared
• The input derivation named `libxcrypt-4.4.33` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `linux-pam-1.5.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `tcb-1.2` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/a02rikjygzd10jkjqc9a3blj6f4wqgq4-source.drv:{out}
+ /nix/store/kd28y59x0fy0w1ix8qx1nmp4qv4d6bz9-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-minimal-2.38.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `util-linux-minimal-2.38.1` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `lzo-2.10` differs
- /nix/store/cq46za05q47g25v2a7p3di2wmw4xi8w6-lzo-2.10.drv:{out}
+ /nix/store/yfn5y5m0anfpsbv7p6z2wq5kfi7y5hf3-lzo-2.10.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `lzo-2.10.tar.gz` differs
- /nix/store/0dkwzrm134p8vi0ki1594cc8z27vv11x-lzo-2.10.tar.gz.drv:{out}
+ /nix/store/5kpc5a6nj5286zzl3ja36svgz5j8fgzr-lzo-2.10.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
- /nix/store/x63vbk721jjsk0i2izbwyjpca60hwx5z-openssl-3.0.8.drv:{dev,out}
+ /nix/store/cx95i3sq4jy0wbz1ypfc6g7ws7mg58m2-openssl-3.0.8.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
+ make-shell-wrapper-hook
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `openssl-3.0.8.tar.gz` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `sharutils-4.15.2` differs
- /nix/store/ky0ln0x84gx9n1vgd0b6f5cgx74bvpv4-sharutils-4.15.2.drv:{out}
+ /nix/store/s2vrmb5czbadyz9l72327vch92zyr834-sharutils-4.15.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `01-fix-heap-buffer-overflow-cve-2018-1000097.patch` differs
- /nix/store/bgciy3mr8d37wv7pw1n2xj09qgv7sx8k-01-fix-heap-buffer-overflow-cve-2018-1000097.patch.drv:{out}
+ /nix/store/li932v6sdc4nbzya2nmm3979kkkizz5r-01-fix-heap-buffer-overflow-cve-2018-1000097.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `02-fix-ftbfs-with-glibc-2.28.patch` differs
- /nix/store/955nxi3yh59lv9ricb2741dfm7blmi6h-02-fix-ftbfs-with-glibc-2.28.patch.drv:{out}
+ /nix/store/yi65m3x7hflzjxks35931gch842mkv9h-02-fix-ftbfs-with-glibc-2.28.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `sharutils-4.15.2-Do-not-include-lib-md5.c-into-src-shar.c.patch` differs
- /nix/store/q5b41nhq8wbprgn5sjqv34jxlhps33sb-sharutils-4.15.2-Do-not-include-lib-md5.c-into-src-shar.c.patch.drv:{out}
+ /nix/store/k63y567ggaf6fn4v442f9p6ak6m5s221-sharutils-4.15.2-Do-not-include-lib-md5.c-into-src-shar.c.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `sharutils-4.15.2-Fix-building-with-GCC-10.patch` differs
- /nix/store/xadidzb8l81ckwhv82r6i8qih8ppwb66-sharutils-4.15.2-Fix-building-with-GCC-10.patch.drv:{out}
+ /nix/store/1lb5f5gd41i6bixq1934z2rxm29hhylr-sharutils-4.15.2-Fix-building-with-GCC-10.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `sharutils-4.15.2.tar.xz` differs
- /nix/store/sl4x7lyagkmfqi7h5j2886hbcbwq4f48-sharutils-4.15.2.tar.xz.drv:{out}
+ /nix/store/dhppn2axi7d7b7lnl2i98ffvh9cpmfjc-sharutils-4.15.2.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/bxzszqmdvwcy33f9yqv36qhblfwd46vl-source.drv:{out}
+ /nix/store/5lamnjg5gv1nbllgxnlz8n37hq9s4x1h-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libuv-1.44.2` differs
- /nix/store/v1246iv7fqqf3a149kv3rnj88a53idbb-libuv-1.44.2.drv:{out}
+ /nix/store/44vw3lcm6jyg5qg1gdcxpcjzlm351g04-libuv-1.44.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `9d898acc564351dde74e9ed9865144e5c41f5beb.patch` differs
- /nix/store/dvk0wciq29dgwvvxi42n2cc97vhxs7wv-9d898acc564351dde74e9ed9865144e5c41f5beb.patch.drv:{out}
+ /nix/store/ixvnh53ahbbbbc80qvbchnf06b72dh01-9d898acc564351dde74e9ed9865144e5c41f5beb.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `autoconf-2.71` differs
• These two derivations have already been compared
• The input derivation named `automake-1.16.5` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libtool-2.4.7` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/b7xm9xn6aribn0h2x8x06w6wmwkiazy6-source.drv:{out}
+ /nix/store/8b2b9fn6nfa24nzqz3xyhx1swbcgn8am-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `rhash-1.4.3` differs
- /nix/store/hwqwmkycjja3c46jn3hbwczghcqz3w2l-rhash-1.4.3.drv:{out}
+ /nix/store/v8cdkmxch5z6532vfg9h30nqmm868hrf-rhash-1.4.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/r2b9x33fdw68fl0glhg5a8nawd35v19i-source.drv:{out}
+ /nix/store/9j0zzdlrp3f98yjfck33ykkfgq095b5i-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xz-5.4.2` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/z91j8192xssjs6q9rspj4ndcj96i7s50-source.drv:{out}
+ /nix/store/5fi2b2cgip2ny7779pl50n2vfxvalvnl-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bzip2-1.0.8` differs
• These two derivations have already been compared
• The input derivation named `freetype-2.13.0.tar.xz` differs
- /nix/store/fhd60z8a6xp5f9lif89ifc696wyj2f21-freetype-2.13.0.tar.xz.drv:{out}
+ /nix/store/2swvp10bpp6z5clm133h1hzgd45rs9h3-freetype-2.13.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `libpng-apng-1.6.39` differs
- /nix/store/vqllpwhrzrhqgyllpb1w6f6nj9s4w0yg-libpng-apng-1.6.39.drv:{dev}
+ /nix/store/58xlyb0855dchrsn5kmg2snc7a5jac29-libpng-apng-1.6.39.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libpng-1.6.39-apng.patch.gz` differs
- /nix/store/dc9c7xi6csd8715gjfxpvlmhlv66ivmd-libpng-1.6.39-apng.patch.gz.drv:{out}
+ /nix/store/i5brka0bz3aqkza1i6c96yjcxb6aimf0-libpng-1.6.39-apng.patch.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libpng-1.6.39.tar.xz` differs
- /nix/store/7d5qpssfl3q6mwjlinv59vb1zxiw8q06-libpng-1.6.39.tar.xz.drv:{out}
+ /nix/store/k5y2x2liydbs2lz2wm6whxbsyhsill3k-libpng-1.6.39.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gperf-3.1` differs
- /nix/store/dja9aahhys1wzvx6pxyq0l8rir4rn7lx-gperf-3.1.drv:{out}
+ /nix/store/zldkgyiafb5wj641fnzml9zl048ivxq4-gperf-3.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gperf-3.1.tar.gz` differs
- /nix/store/qxzcgb2bgyc457009fcyjgsyxh1yc78l-gperf-3.1.tar.gz.drv:{out}
+ /nix/store/28364q2b7smhb9d0z4cbdni9p99zdvp9-gperf-3.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `freetype-2.13.0` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `libGL-1.6.0` differs
- /nix/store/jbzjw050is9c8wl803v73hk2fkmxwi5i-libGL-1.6.0.drv:{dev}
+ /nix/store/jn6wk00byyybbvwvhbk69pbrfr43rm9r-libGL-1.6.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libglvnd-1.6.0` differs
- /nix/store/h3w533l04y09di26y5s37d5zwv0zy7mb-libglvnd-1.6.0.drv:{dev,out}
+ /nix/store/b607wy79x6k4kxcrbmqjcn4bahq8nb3l-libglvnd-1.6.0.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `add-opengl-runpath` differs
- /nix/store/5k771fjq38v8yaw4339v248yndw1yy0p-add-opengl-runpath.drv:{out}
+ /nix/store/ijyfqg4rpx8rqggr6d68r65q9rgmv035-add-opengl-runpath.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXext-1.3.4` differs
- /nix/store/gq5yrzsvcsx115z2fniq52x08q0l5fki-libXext-1.3.4.drv:{dev}
+ /nix/store/8g9wkxcca7f45z4swvmhbjg0m73i9pq4-libXext-1.3.4.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXau-1.0.9` differs
• These two derivations have already been compared
• The input derivation named `libXext-1.3.4.tar.bz2` differs
- /nix/store/s9a5acxs4xik1gg85n21sr5si47w9ihx-libXext-1.3.4.tar.bz2.drv:{out}
+ /nix/store/63cak1bmpx4k5d41vpcj3w5j0qirpq10-libXext-1.3.4.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/kzx293q7r3h3j2aw33k3rdra025mvy1z-source.drv:{out}
+ /nix/store/zb24pnikfnncxd3f4shclrp3d1smal75-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libXext-1.3.4` differs
• These two derivations have already been compared
• The input derivation named `libXrender-0.9.10` differs
- /nix/store/50zp46k6fgbpkhchvf0s70qzspbjg7bk-libXrender-0.9.10.drv:{dev}
+ /nix/store/ib3579q52wkpg8yapjzwcafg31wssn7h-libXrender-0.9.10.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXrender-0.9.10.tar.bz2` differs
- /nix/store/bvn7f00gwzjchm1b34bgrdg836d91a40-libXrender-0.9.10.tar.bz2.drv:{out}
+ /nix/store/a1gzkmpng3jvvddys2fxsgkbl727dpk8-libXrender-0.9.10.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libpng-apng-1.6.39` differs
• These two derivations have already been compared
• The input derivation named `libxcb-1.14` differs
• These two derivations have already been compared
• The input derivation named `pixman-0.42.2` differs
- /nix/store/b3jfhcyrs9d2lhazzm2qjwxqmx59hgjg-pixman-0.42.2.drv:{out}
+ /nix/store/hyxyxncfddqm3l52m4qy18b98bgwxqq3-pixman-0.42.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libpng-apng-1.6.39` differs
• These two derivations have already been compared
• The input derivation named `pixman-0.42.2.tar.gz` differs
- /nix/store/344xfjm5rc8h8fdkblh3pqspy5m39srs-pixman-0.42.2.tar.gz.drv:{out}
+ /nix/store/vnymyrdzl66pf7sl43gm6prpsym4bl23-pixman-0.42.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `absolute_shlib_path.patch` differs
- /nix/store/bbrzm9kvrc51jx10rvgh605zx6nn41xc-absolute_shlib_path.patch.drv:{out}
+ /nix/store/y3yfwpn6z8hmizpnpmwxhvmk7vi1rx8q-absolute_shlib_path.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `gobject-introspection-1.76.1` differs
- /nix/store/5064cn9liniqajjkz5mh6ghyw1ldf3hw-gobject-introspection-1.76.1.drv:{dev,devdoc,man,out}
+ /nix/store/zv347lf33pridaa6r57a97fkn652xcb1-gobject-introspection-1.76.1.drv:{dev,devdoc,man,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10-env
+ python3-3.10.11-env
• The input derivation named `absolute_gir_path.patch` differs
• These two derivations have already been compared
• The input derivation named `absolute_shlib_path.patch` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `docbook-xml-4.5` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `flex-2.6.4` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `gobject-introspection-1.76.1.tar.xz` differs
- /nix/store/a6hyzwkyjncb151wpy7s3d13izmlhcdx-gobject-introspection-1.76.1.tar.xz.drv:{out}
+ /nix/store/wb570929d7hbkg1igkg26w7daa8q2pbb-gobject-introspection-1.76.1.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gtk-doc-1.33.2` differs
• These two derivations have already been compared
• The input derivation named `libffi-3.4.4` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gobject-introspection-1.76.1.tar.xz` differs
• These two derivations have already been compared
• The input derivation named `gtk-doc-1.33.2` differs
• These two derivations have already been compared
• The input derivation named `libffi-3.4.4` differs
• These two derivations have already been compared
• The input derivation named `lndir-1.0.4` differs
- /nix/store/zq3c9272rxnjz04svsncy5r5sacxpjy5-lndir-1.0.4.drv:{out}
+ /nix/store/wkl7anm7prahm4wkgj8xpxijj78wws72-lndir-1.0.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `lndir-1.0.4.tar.xz` differs
- /nix/store/vmgxpy28b162jvb1lczxgkxf1mwmlmxh-lndir-1.0.4.tar.xz.drv:{out}
+ /nix/store/b4lxm3vxiclfqn50zi9vivyshcpqxj8s-lndir-1.0.4.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gsettings-desktop-schemas-44.0` differs
- /nix/store/x98ccqw5syarj9ifpnl06c54lvhsshcw-gsettings-desktop-schemas-44.0.drv:{out}
+ /nix/store/w16w4assqzip89598ijvk5g30ppn2lrz-gsettings-desktop-schemas-44.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `gobject-introspection-wrapped-1.76.1` differs
• These two derivations have already been compared
• The input derivation named `gsettings-desktop-schemas-44.0.tar.xz` differs
- /nix/store/abwpabxavdjd3kj221fzjzjnswsp89va-gsettings-desktop-schemas-44.0.tar.xz.drv:{out}
+ /nix/store/63a69d3d95jvxl4cms0dahclcv9myds7-gsettings-desktop-schemas-44.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXext-1.3.4` differs
• These two derivations have already been compared
• The input derivation named `libXi-1.8` differs
- /nix/store/23hv2z5yw1hg55kq6han5k6vb3n1vaqi-libXi-1.8.drv:{dev}
+ /nix/store/3f8b6i2mxp59ykb55wapwdpv114mabgb-libXi-1.8.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXext-1.3.4` differs
• These two derivations have already been compared
• The input derivation named `libXfixes-6.0.0` differs
- /nix/store/lcs6cbdrhzqaxr9rxvms61a6jskiwp1n-libXfixes-6.0.0.drv:{dev}
+ /nix/store/cavwh86vg95h7s90jd0wsdl77g7skmzm-libXfixes-6.0.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXfixes-6.0.0.tar.bz2` differs
- /nix/store/10lwpjqrhzkd3m75kyak70g0yyjh450i-libXfixes-6.0.0.tar.bz2.drv:{out}
+ /nix/store/7dsql6wdzn928i7ypyrwwf7wak4r7mx8-libXfixes-6.0.0.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libXi-1.8.tar.bz2` differs
- /nix/store/58khmzyc07g89r8fvp0lcshhnmh575rf-libXi-1.8.tar.bz2.drv:{out}
+ /nix/store/pjqlzmawigzgflzmrc4p6zgq1mk6q87c-libXi-1.8.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libXtst-1.2.3` differs
- /nix/store/jq509jqzbys528pj1qakpwsffb15kr5h-libXtst-1.2.3.drv:{out}
+ /nix/store/f53rqi5rg6d74450zc5zpwlxi7pa00j0-libXtst-1.2.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libX11-1.8.4` differs
• These two derivations have already been compared
• The input derivation named `libXext-1.3.4` differs
• These two derivations have already been compared
• The input derivation named `libXi-1.8` differs
• These two derivations have already been compared
• The input derivation named `libXtst-1.2.3.tar.bz2` differs
- /nix/store/jgzblz4bwml88660brp3gci4b34p1ydh-libXtst-1.2.3.tar.bz2.drv:{out}
+ /nix/store/yi302q1j0xr1a6dc695bk3aah7sjsj8n-libXtst-1.2.3.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `xorgproto-2021.5` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `meson-1.0.0` differs
• These two derivations have already been compared
• The input derivation named `ninja-1.11.1` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `cups-2.4.2` differs
- /nix/store/mvakss30sww5cw10cl3cz7qh3kdv6h2y-cups-2.4.2.drv:{dev,lib}
+ /nix/store/pnkh04m22lal07avjv6i9dldkr8fbi3y-cups-2.4.2.drv:{dev,lib}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- systemd-253.2
+ systemd-253.3
• The input derivation named `acl-2.3.1` differs
• These two derivations have already been compared
• The input derivation named `avahi-0.8` differs
- /nix/store/pdpdj6qsanvg465ykp159c7rhz4bvmly-avahi-0.8.drv:{out}
+ /nix/store/6rhi69qjq71h37s6gqisz5jfykiis2yk-avahi-0.8.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `447affe29991ee99c6b9732fc5f2c1048a611d3b.patch` differs
- /nix/store/1bc8bykxd2bipf6spskc4jz3zg6fd4s8-447affe29991ee99c6b9732fc5f2c1048a611d3b.patch.drv:{out}
+ /nix/store/jlad9lal77pxvis3nm6qbrpqa8zm3l5q-447affe29991ee99c6b9732fc5f2c1048a611d3b.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `9d31939e55280a733d930b15ac9e4dda4497680c.patch` differs
- /nix/store/m2x9wpdlbvk6riahwc4x6s3msxf35rqw-9d31939e55280a733d930b15ac9e4dda4497680c.patch.drv:{out}
+ /nix/store/ad551l1sah3x2164qn7l735ds1firg4n-9d31939e55280a733d930b15ac9e4dda4497680c.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `avahi-0.8.tar.gz` differs
- /nix/store/829nrvjlk718kzi56bs1pxrxx0zc6yd8-avahi-0.8.tar.gz.drv:{out}
+ /nix/store/84jwgwz6xb4miakwqlc52hk9010fprxq-avahi-0.8.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dbus-1.14.6` differs
• These two derivations have already been compared
• The input derivation named `expat-2.5.0` differs
• These two derivations have already been compared
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `glib-2.76.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `libdaemon-0.14` differs
- /nix/store/gk8p5wqfj1cxx3n48pwqwm4x3m2lzgjk-libdaemon-0.14.drv:{out}
+ /nix/store/zzi9skmg9gbjqv7gpbmw9fqm68i3gidf-libdaemon-0.14.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libdaemon-0.14.tar.gz` differs
- /nix/store/qwdvdz5j36xsdws29xzhzchilx1wazqm-libdaemon-0.14.tar.gz.drv:{out}
+ /nix/store/av6caskxq5ja67h27mzanmm30dgr66i6-libdaemon-0.14.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libevent-2.1.12` differs
- /nix/store/5iwaslqin4mzhncv9h99rijrgcb1cybi-libevent-2.1.12.drv:{dev}
+ /nix/store/hkc7s7l87r68vpvq8k7zclgg5mvhqp8z-libevent-2.1.12.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `883630f76cbf512003b81de25cd96cb75c6cf0f9.patch` differs
- /nix/store/bxs1q5gvcfn2mq0d9v9qm7m70y3mmn3j-883630f76cbf512003b81de25cd96cb75c6cf0f9.patch.drv:{out}
+ /nix/store/mvrn0ra87bzhs813csaw4fy6nplsagkc-883630f76cbf512003b81de25cd96cb75c6cf0f9.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libevent-2.1.12-stable.tar.gz` differs
- /nix/store/22ah3ig1fx3ia91avm55p5iymc57kryw-libevent-2.1.12-stable.tar.gz.drv:{out}
+ /nix/store/0i2v769h9mr87x2l2i3hqpz2yn1dflm9-libevent-2.1.12-stable.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-XML-Parser-2.46` differs
- /nix/store/mwzcjq6xrkvzc18bz8sylwjq46ybvdc8-perl5.36.0-XML-Parser-2.46.drv:{out}
+ /nix/store/zfhmdqwqvpqzwpb4m12g94hby4v1qq16-perl5.36.0-XML-Parser-2.46.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `XML-Parser-2.46.tar.gz` differs
- /nix/store/n73907xl3m1z6rq117wnndfhglyybglc-XML-Parser-2.46.tar.gz.drv:{out}
+ /nix/store/kgah84c91rcfcng3mdzsifwak9bia44f-XML-Parser-2.46.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `expat-2.5.0` differs
- /nix/store/0k6ls94avyv94xwzcn85j22rrx1l6ddx-expat-2.5.0.drv:{dev,out}
+ /nix/store/cip3crfd6j539qdgs86njws9w9mpq4ij-expat-2.5.0.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `expat-2.5.0.tar.xz` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-libwww-perl-6.67` differs
- /nix/store/65ryzjcg125ypaf43q8gp5b223wy975b-perl5.36.0-libwww-perl-6.67.drv:{out}
+ /nix/store/v95jvykbz3jrs30cb27p9lqvgl9w51cf-perl5.36.0-libwww-perl-6.67.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libwww-perl-6.67.tar.gz` differs
- /nix/store/j2lpir0aym5j577i3l1jngqbsai62aqc-libwww-perl-6.67.tar.gz.drv:{out}
+ /nix/store/fpin4bzld55d4np8na337hrm2mjhfzpn-libwww-perl-6.67.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-File-Listing-6.14` differs
- /nix/store/qn355s188xjqq2n0im460bsm4z4wpxpj-perl5.36.0-File-Listing-6.14.drv:{out}
+ /nix/store/3c4z38yxwqmgc43kgygbl3vd76wdvj5v-perl5.36.0-File-Listing-6.14.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `File-Listing-6.14.tar.gz` differs
- /nix/store/gs6z8vj8cq318hh8xfvszrdc29z15mya-File-Listing-6.14.tar.gz.drv:{out}
+ /nix/store/8cyg7sg101i4lk0g9vpzki92kfg8inal-File-Listing-6.14.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-HTTP-Date-6.05` differs
- /nix/store/wkcxsz1krm19lmdcf3y378hnrr1bypv6-perl5.36.0-HTTP-Date-6.05.drv:{out}
+ /nix/store/s1m2y2i7b58w3y2p82ypdwa3qz5fwnbp-perl5.36.0-HTTP-Date-6.05.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTTP-Date-6.05.tar.gz` differs
- /nix/store/gqvpfv6yw1k0n75ib0nq3aagn9z5gyvr-HTTP-Date-6.05.tar.gz.drv:{out}
+ /nix/store/1kd0rmap2b3xqdjalc8nqrvm575qk18d-HTTP-Date-6.05.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-TimeDate-2.33` differs
- /nix/store/qrqbs71bc576hflvwslr1lkhymbzfamp-perl5.36.0-TimeDate-2.33.drv:{out}
+ /nix/store/g9yak1f26m8l4fs6bl5b62s8iw2bqn13-perl5.36.0-TimeDate-2.33.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `TimeDate-2.33.tar.gz` differs
- /nix/store/hqh85alamsrlwdpj0ivkj0vg027iada5-TimeDate-2.33.tar.gz.drv:{out}
+ /nix/store/xbzp5db4ypgq1ydvzdlq8425hi144192-TimeDate-2.33.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-HTML-Parser-3.75` differs
- /nix/store/iggskwjbf2kp16jvfy17vda77lqbx27n-perl5.36.0-HTML-Parser-3.75.drv:{out}
+ /nix/store/0y63337ymfqdwqaaiwdb046lbpzxj0g1-perl5.36.0-HTML-Parser-3.75.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTML-Parser-3.75.tar.gz` differs
- /nix/store/phyl6c79kricjmiz3cd6wd3s7x5yml3w-HTML-Parser-3.75.tar.gz.drv:{out}
+ /nix/store/3h4fbwbvdzxjq6p8mgsi0y3vbayghp70-HTML-Parser-3.75.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-HTML-Tagset-3.20` differs
- /nix/store/0bijmhy65flqjip23cmhjargjcbnnnjh-perl5.36.0-HTML-Tagset-3.20.drv:{out}
+ /nix/store/dxrxnl9gahxbd9jf3bhr0i2b1cyd8m7r-perl5.36.0-HTML-Tagset-3.20.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTML-Tagset-3.20.tar.gz` differs
- /nix/store/0a74gxm50s07l2li14c7l5125ycyhzp3-HTML-Tagset-3.20.tar.gz.drv:{out}
+ /nix/store/gmrxglkb1sjj53q2ymwgvcjh3626xn6g-HTML-Tagset-3.20.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-HTTP-Message-6.26` differs
- /nix/store/i2m8pg553lj7p7dlhmarh884h74jvj45-perl5.36.0-HTTP-Message-6.26.drv:{out}
+ /nix/store/i5g7ihsmm7r27m97jxmd7fr28wsps6ll-perl5.36.0-HTTP-Message-6.26.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTTP-Message-6.26.tar.gz` differs
- /nix/store/6wx11ay7gwwjrlk3cdq3x6aqjqhh880f-HTTP-Message-6.26.tar.gz.drv:{out}
+ /nix/store/bswyvf79xl4kpy1v5sm7ix4v4kfr5vzb-HTTP-Message-6.26.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Encode-Locale-1.05` differs
- /nix/store/04f90wn5x55hm6bhqd5m7g41lp6cm221-perl5.36.0-Encode-Locale-1.05.drv:{out}
+ /nix/store/dai0nkvcrmyxj74faddghyqy2yz984fc-perl5.36.0-Encode-Locale-1.05.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Encode-Locale-1.05.tar.gz` differs
- /nix/store/0xpfmjfj99b2y849mizfx55r6blgvw82-Encode-Locale-1.05.tar.gz.drv:{out}
+ /nix/store/m3z6hcs39qz4c833gajc7w0pskz8xpbc-Encode-Locale-1.05.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-HTTP-Date-6.05` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-IO-HTML-1.004` differs
- /nix/store/cwi7jrmzr8s3pxpfx8s74k2v663jh8jz-perl5.36.0-IO-HTML-1.004.drv:{out}
+ /nix/store/q9gcismcb5p8255cf5jbam7m516fzhhn-perl5.36.0-IO-HTML-1.004.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `IO-HTML-1.004.tar.gz` differs
- /nix/store/1yb4k7zlhihmqnmvd5q3ab29nnkv4d9x-IO-HTML-1.004.tar.gz.drv:{out}
+ /nix/store/ijd8mkfri9jzfsj9g5a3icga06f9z96j-IO-HTML-1.004.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-LWP-MediaTypes-6.04` differs
- /nix/store/7kbr7qb0s989r1pxhvfpcc03c94ij9k7-perl5.36.0-LWP-MediaTypes-6.04.drv:{out}
+ /nix/store/6hc0wlbgdi8xhpp3il608l0imgzdybgk-perl5.36.0-LWP-MediaTypes-6.04.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `LWP-MediaTypes-6.04.tar.gz` differs
- /nix/store/34m7fvajgfrcgjr79jid62sb815n1hj8-LWP-MediaTypes-6.04.tar.gz.drv:{out}
+ /nix/store/hyjxvp6djqnqfrgj2qr0lvs4z19dwj0c-LWP-MediaTypes-6.04.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Test-Fatal-0.016` differs
- /nix/store/4wjp31w6cyn0i448691jk3ximvbbgras-perl5.36.0-Test-Fatal-0.016.drv:{out}
+ /nix/store/frhwvadrcwa6jiqanpjwb6dlrpf76rii-perl5.36.0-Test-Fatal-0.016.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Test-Fatal-0.016.tar.gz` differs
- /nix/store/0pbf7rkcbszn23894jy9i306dry94hi3-Test-Fatal-0.016.tar.gz.drv:{out}
+ /nix/store/93lvv5b4r0q382l0nbvcnd038pvxv9sa-Test-Fatal-0.016.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Try-Tiny-0.30` differs
- /nix/store/v6s975l2arkqny21n4bznpabclhfw4wm-perl5.36.0-Try-Tiny-0.30.drv:{out}
+ /nix/store/0j4xapr1rdaqab3yx93b3zxav97ir0c6-perl5.36.0-Try-Tiny-0.30.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Try-Tiny-0.30.tar.gz` differs
- /nix/store/a7kxr8xciw06r1kdhl3c6a51gcfi9577-Try-Tiny-0.30.tar.gz.drv:{out}
+ /nix/store/bf6w4znwj30x8x8yh3ffpyg1f0i79hni-Try-Tiny-0.30.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-CPAN-Meta-Check-0.014` differs
- /nix/store/6jf5c9kf92a2hnadqzg655mkbhjfhvwn-perl5.36.0-CPAN-Meta-Check-0.014.drv:{out}
+ /nix/store/v9ja92c7r0ky9sz52x2jw34nh0cmxfa1-perl5.36.0-CPAN-Meta-Check-0.014.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `CPAN-Meta-Check-0.014.tar.gz` differs
- /nix/store/4barrydwv1685p82rqf5k06bfs1fhkrh-CPAN-Meta-Check-0.014.tar.gz.drv:{out}
+ /nix/store/zbpl1bjwr9snfk4x2jbxfd57cy5i45jc-CPAN-Meta-Check-0.014.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Test-Deep-1.130` differs
- /nix/store/hh944p0y6hy70v4csg3hpbq9cvxhkb5c-perl5.36.0-Test-Deep-1.130.drv:{out}
+ /nix/store/vdavzb81m85lagglipdf4nw47mz4fddx-perl5.36.0-Test-Deep-1.130.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Test-Deep-1.130.tar.gz` differs
- /nix/store/qv6pl2j10wk7bfmn6jck7cqsglpnpvj0-Test-Deep-1.130.tar.gz.drv:{out}
+ /nix/store/0drvnddilj6xlz1sff56bf8vz6mq1nd3-Test-Deep-1.130.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Capture-Tiny-0.48` differs
- /nix/store/9qmv0w7zmvk0q3n3l5dfk5f2fk3b37mz-perl5.36.0-Capture-Tiny-0.48.drv:{out}
+ /nix/store/l63xdvbnldi1gkvmwx0fcslysmysk2sj-perl5.36.0-Capture-Tiny-0.48.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Capture-Tiny-0.48.tar.gz` differs
- /nix/store/r272xrbp2l8fnnryv5h6pw0g137qdjpb-Capture-Tiny-0.48.tar.gz.drv:{out}
+ /nix/store/hv5z86afqf288gvgc20s0vj12927xgpy-Capture-Tiny-0.48.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Try-Tiny-0.30` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-URI-5.05` differs
- /nix/store/s9a13amb08imyjbbgb6lv2an2hrwpqww-perl5.36.0-URI-5.05.drv:{out}
+ /nix/store/b9h00bw7xdz7wni2yr84ca5q8cxdwk2k-perl5.36.0-URI-5.05.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `URI-5.05.tar.gz` differs
- /nix/store/r6cd2brlcw2z8ny5lji80ydp1vjf23jf-URI-5.05.tar.gz.drv:{out}
+ /nix/store/36add6q2qw7awq61sirnr21yrf23n0ls-URI-5.05.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Test-Needs-0.002006` differs
- /nix/store/lz5n0p9r9s6f2c5ivhw6yds0fdxrki3m-perl5.36.0-Test-Needs-0.002006.drv:{out}
+ /nix/store/sqhrpackq0fn05l2arh1a8g8cv2r0j0d-perl5.36.0-Test-Needs-0.002006.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Test-Needs-0.002006.tar.gz` differs
- /nix/store/5pks2j62qdpky3nkc2z1z9j2bhs1axmk-Test-Needs-0.002006.tar.gz.drv:{out}
+ /nix/store/449h32f48n63ri66hjmninil6afjrps4-Test-Needs-0.002006.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-HTTP-Cookies-6.09` differs
- /nix/store/l2rywqrk9higw6zmxpb4fdqkg43z8my1-perl5.36.0-HTTP-Cookies-6.09.drv:{out}
+ /nix/store/6v7696fz1r48s48m6h2xyr5ryzdrrxlg-perl5.36.0-HTTP-Cookies-6.09.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTTP-Cookies-6.09.tar.gz` differs
- /nix/store/85d2dwpr38i1ils4qm3hla647j4dbw3w-HTTP-Cookies-6.09.tar.gz.drv:{out}
+ /nix/store/7csslm8r8k2gqk7dw1qkpz3gav43z91r-HTTP-Cookies-6.09.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-HTTP-Message-6.26` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-HTTP-Daemon-6.14` differs
- /nix/store/yw9pj2l10rzmxsjikj0l03bb2ns59y81-perl5.36.0-HTTP-Daemon-6.14.drv:{out}
+ /nix/store/3sk1xrkgbqirc6aslm0kh9r9rfdvqwm2-perl5.36.0-HTTP-Daemon-6.14.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTTP-Daemon-6.14.tar.gz` differs
- /nix/store/anacx8fz1mii9055dhfywmlxa1hiimrc-HTTP-Daemon-6.14.tar.gz.drv:{out}
+ /nix/store/xn8g75xzjgpsb46vbnmcz8m3ykzd4k0j-HTTP-Daemon-6.14.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `HTTP-Daemon-CVE-2022-3108-1.patch` differs
- /nix/store/jlclgfv69nd4lmrlcn3kirprcn8dwnfs-HTTP-Daemon-CVE-2022-3108-1.patch.drv:{out}
+ /nix/store/k0xw23zbrcpzfvlhgnix9wfcni8rfjw8-HTTP-Daemon-CVE-2022-3108-1.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `HTTP-Daemon-CVE-2022-3108-2.patch` differs
- /nix/store/9ah4dc971b6lrid7p7z4ranjdy4n6g38-HTTP-Daemon-CVE-2022-3108-2.patch.drv:{out}
+ /nix/store/ry5c0y4ibcndx1lfym1hjxv7pxpqja2j-HTTP-Daemon-CVE-2022-3108-2.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `HTTP-Daemon-CVE-2022-3108-pre.patch` differs
- /nix/store/vf51c23bslcvshfc7cj94pq8ndhfg6kx-HTTP-Daemon-CVE-2022-3108-pre.patch.drv:{out}
+ /nix/store/dir93k69i0f5fnpdfzhwpgd7s911p630-HTTP-Daemon-CVE-2022-3108-pre.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-HTTP-Message-6.26` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Module-Build-Tiny-0.039` differs
- /nix/store/xsi9nxvihsj68vabzssa2hbi73dbyac5-perl5.36.0-Module-Build-Tiny-0.039.drv:{out}
+ /nix/store/algqaicwn5rhx66jcjswlbxw69arrz0c-perl5.36.0-Module-Build-Tiny-0.039.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Module-Build-Tiny-0.039.tar.gz` differs
- /nix/store/7jv5l81lqz0laf732ncc39rcnqaa4rmc-Module-Build-Tiny-0.039.tar.gz.drv:{out}
+ /nix/store/1cpk806casqcca34p6f6fxi3hs09yi13-Module-Build-Tiny-0.039.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-ExtUtils-Helpers-0.026` differs
- /nix/store/68abjdfzj8h9pvdb71jkbrrlsz4hnb76-perl5.36.0-ExtUtils-Helpers-0.026.drv:{out}
+ /nix/store/4xzny1fx5662q3xxd39623dqn09m15v1-perl5.36.0-ExtUtils-Helpers-0.026.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `ExtUtils-Helpers-0.026.tar.gz` differs
- /nix/store/0jhkdlhix448rxgiwq385z88yvn1jwkh-ExtUtils-Helpers-0.026.tar.gz.drv:{out}
+ /nix/store/ah1j7igm5lq102l502bvczjcs9dv68yk-ExtUtils-Helpers-0.026.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-ExtUtils-InstallPaths-0.012` differs
- /nix/store/zy9akcig630xwwgyd5mdi5bk6q7241cp-perl5.36.0-ExtUtils-InstallPaths-0.012.drv:{out}
+ /nix/store/i5zbm0rf1d4x57dwynqqgzi8czz2c0ml-perl5.36.0-ExtUtils-InstallPaths-0.012.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `ExtUtils-InstallPaths-0.012.tar.gz` differs
- /nix/store/w70amfqxrcp80hpjbk8w99pii59yjzpd-ExtUtils-InstallPaths-0.012.tar.gz.drv:{out}
+ /nix/store/lwcdhgj8qdnczf7s2f5k9mnrw2swddjc-ExtUtils-InstallPaths-0.012.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-ExtUtils-Config-0.008` differs
- /nix/store/lq9r17x4f9g3j0j445z2rqk18w94j2wf-perl5.36.0-ExtUtils-Config-0.008.drv:{out}
+ /nix/store/jw6nyvfvl2w5xwcq8rhvzbcr3k314ip9-perl5.36.0-ExtUtils-Config-0.008.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `ExtUtils-Config-0.008.tar.gz` differs
- /nix/store/y2l3hfclknh45fzvqd0xrlbxnlz1mhwp-ExtUtils-Config-0.008.tar.gz.drv:{out}
+ /nix/store/vcdldd254xfd1yc1zbwm0dhgb7wv5zlq-ExtUtils-Config-0.008.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-File-ShareDir-1.118` differs
- /nix/store/vc834sj55wcwmlhpk64r20xxm00bw6nz-perl5.36.0-File-ShareDir-1.118.drv:{out}
+ /nix/store/wgcwknqmlk6h5b0373jmy19aadnc5837-perl5.36.0-File-ShareDir-1.118.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `File-ShareDir-1.118.tar.gz` differs
- /nix/store/vvmk1rg719l1id28baprkrzaxrxa7snz-File-ShareDir-1.118.tar.gz.drv:{out}
+ /nix/store/zalk2s8x2ihpkzigp2hp99zsnr2r4sy3-File-ShareDir-1.118.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Class-Inspector-1.36` differs
- /nix/store/cjfahrw0ax4h528m3rqz9w1xn6kw3pnh-perl5.36.0-Class-Inspector-1.36.drv:{out}
+ /nix/store/3km48k8bq1napa2qnv03jkm07wpmr78g-perl5.36.0-Class-Inspector-1.36.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Class-Inspector-1.36.tar.gz` differs
- /nix/store/ijw5s8msklgfav4sicww3hpsy1n9zw22-Class-Inspector-1.36.tar.gz.drv:{out}
+ /nix/store/gw48x1sg9l5mdnbcchfi3gi35v2qlwa6-Class-Inspector-1.36.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-File-ShareDir-Install-0.13` differs
- /nix/store/8x432hyg763yy0s5mc0k9ymi5mwgs511-perl5.36.0-File-ShareDir-Install-0.13.drv:{out}
+ /nix/store/y4f6ffby3nj6qp3bf5ndaqxbgbdp33fz-perl5.36.0-File-ShareDir-Install-0.13.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `File-ShareDir-Install-0.13.tar.gz` differs
- /nix/store/8iq6c8ax4h14qxp050nqvr0dyizrha9b-File-ShareDir-Install-0.13.tar.gz.drv:{out}
+ /nix/store/sfplr38r4q3w3gf1jcm9qjpnbzdccxps-File-ShareDir-Install-0.13.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Module-Build-0.4231` differs
- /nix/store/lbn6xdhjypqh3bkxgxd9qx1dhbpr2ma2-perl5.36.0-Module-Build-0.4231.drv:{out}
+ /nix/store/b9dnk4d15vxhyqbmaxp80yqpn4wc7slg-perl5.36.0-Module-Build-0.4231.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Module-Build-0.4231.tar.gz` differs
- /nix/store/ri9bf18w80dd8qxcas411y6j05lzkbxr-Module-Build-0.4231.tar.gz.drv:{out}
+ /nix/store/45jn1gd00p1lsc1bgxqw1bgpcd01mkn8-Module-Build-0.4231.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Test-Needs-0.002006` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-HTTP-Negotiate-6.01` differs
- /nix/store/ls927fxicas5i2rds6syh947ia9m57sp-perl5.36.0-HTTP-Negotiate-6.01.drv:{out}
+ /nix/store/8x255zckihnyi7bd80nxkdas4fiyxhw3-perl5.36.0-HTTP-Negotiate-6.01.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `HTTP-Negotiate-6.01.tar.gz` differs
- /nix/store/nvhg9sv08pkls6csawiqni4w9mlibxmv-HTTP-Negotiate-6.01.tar.gz.drv:{out}
+ /nix/store/s7dklbx1hqq74fwrl8kw7ilkiv6clfm7-HTTP-Negotiate-6.01.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-HTTP-Message-6.26` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Net-HTTP-6.19` differs
- /nix/store/acfb3v97qarwdxx8vln250in6qnv01hr-perl5.36.0-Net-HTTP-6.19.drv:{out}
+ /nix/store/m9x6zlj9ag6n1llsxipc2cdmx313ln97-perl5.36.0-Net-HTTP-6.19.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Net-HTTP-6.19.tar.gz` differs
- /nix/store/r55jh33ams12fwfnpf9655iff95sn10s-Net-HTTP-6.19.tar.gz.drv:{out}
+ /nix/store/z5228r545r77vr34sk7dz44zi6f7mpam-Net-HTTP-6.19.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-URI-5.05` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Test-Fatal-0.016` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Test-Needs-0.002006` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-Test-RequiresInternet-0.05` differs
- /nix/store/bcps250zf64f26yjfvrsk7iq9wbfgpmy-perl5.36.0-Test-RequiresInternet-0.05.drv:{out}
+ /nix/store/x283xz7hw4ky8g89fdsvk6jvlvkxv1a3-perl5.36.0-Test-RequiresInternet-0.05.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `Test-RequiresInternet-0.05.tar.gz` differs
- /nix/store/fflvmqib1jsxaalhnz91bxwnzvh2v36b-Test-RequiresInternet-0.05.tar.gz.drv:{out}
+ /nix/store/hn9ys3x8zkg3l3kfsm66vn9jvgvq750m-Test-RequiresInternet-0.05.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl5.36.0-Try-Tiny-0.30` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-WWW-RobotRules-6.02` differs
- /nix/store/8gdb96yssbg0wpzq7ic7jjpkzmd9p63b-perl5.36.0-WWW-RobotRules-6.02.drv:{out}
+ /nix/store/8r4xw9z49mv2py5i7xpigni8rfwk3qai-perl5.36.0-WWW-RobotRules-6.02.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `WWW-RobotRules-6.02.tar.gz` differs
- /nix/store/wfsilja3r3br6wx3y94z8nhc9x85qhny-WWW-RobotRules-6.02.tar.gz.drv:{out}
+ /nix/store/l4sq7n1li1y07nsrpinsnxv7v7jdsmim-WWW-RobotRules-6.02.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `perl5.36.0-URI-5.05` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `binutils-2.40` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `cups-2.4.2-source.tar.gz` differs
- /nix/store/1x0f42rrxw9hfqkggxcl48mmr1g9z59l-cups-2.4.2-source.tar.gz.drv:{out}
+ /nix/store/rclb899jacrgpigkkwrg0vywy4v50lg3-cups-2.4.2-source.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `dbus-1.14.6` differs
• These two derivations have already been compared
• The input derivation named `gmp-with-cxx-6.2.1` differs
- /nix/store/i4cn9iv5bjpj86115naiyhmm70vvwk61-gmp-with-cxx-6.2.1.drv:{dev}
+ /nix/store/nmzbbwc6nwy6vjcbw7xz9gh1m9g8skgm-gmp-with-cxx-6.2.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1.tar.bz2` differs
- /nix/store/0lya1lzdw0wx125sbmwknacplcq0jcvw-gmp-6.2.1.tar.bz2.drv:{out}
+ /nix/store/rq5lfcwq1g2yn27zy37kj6c662qlvaak-gmp-6.2.1.tar.bz2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnutls-3.8.0` differs
- /nix/store/54lksm3330rqillklhlxdj3mj255wkly-gnutls-3.8.0.drv:{dev}
+ /nix/store/imp572nas05cy78ppszmbdncmaqaa5kx-gnutls-3.8.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `dns-root-data-2019-01-11` differs
- /nix/store/gx9c90ap6wcxv4cncksrcqijg8myidfd-dns-root-data-2019-01-11.drv:{out}
+ /nix/store/4qswl8vc7gp3gsq6n6imnqxkjzf4fgmg-dns-root-data-2019-01-11.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `root.hints` differs
- /nix/store/36skij1dqgfcnv9kry71hy0lkymbrcin-root.hints.drv:{out}
+ /nix/store/122w4dxs1k1kqaqyx90xfbmwhrsimrq2-root.hints.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gettext-0.21` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `gmp-with-cxx-6.2.1` differs
- /nix/store/i4cn9iv5bjpj86115naiyhmm70vvwk61-gmp-with-cxx-6.2.1.drv:{dev,out}
+ /nix/store/nmzbbwc6nwy6vjcbw7xz9gh1m9g8skgm-gmp-with-cxx-6.2.1.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gmp-6.2.1.tar.bz2` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `gnutls-3.8.0.tar.xz` differs
- /nix/store/gsk5sn2migw5izbfl4c0c1vg6mj6yp7c-gnutls-3.8.0.tar.xz.drv:{out}
+ /nix/store/4h8xdawhbs89hswn7cpll8l4prk2v18g-gnutls-3.8.0.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libidn2-2.3.4` differs
- /nix/store/vvbr0i0057gbl4s3hf1g0x403isgqp6w-libidn2-2.3.4.drv:{dev}
+ /nix/store/9m9c22v1rz84fqaddk1zb4qawi1phyhr-libidn2-2.3.4.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `glibc-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `libidn2-2.3.4` differs
- /nix/store/dipr5zhn1fzpx3i4s8vflfpprm2lxw99-libidn2-2.3.4.drv:{bin,dev,out}
+ /nix/store/rprddbg7vh3jp6wdcixvkfh88adll1x8-libidn2-2.3.4.drv:{bin,dev,out}
• The input derivation named `bootstrap-stage2-gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `libunistring-1.1` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libunistring-1.1` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libtasn1-4.19.0` differs
- /nix/store/mgcf3796kibnsi9mld8hh3wfz97caaaf-libtasn1-4.19.0.drv:{dev}
+ /nix/store/in7v8mmb48jhj37pfjll3244cw5srp5d-libtasn1-4.19.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- texinfo-7.0.2
+ texinfo-7.0.3
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libtasn1-4.19.0.tar.gz` differs
- /nix/store/fsrkvzj8gi9vwchkqdrhy79gggnidkvw-libtasn1-4.19.0.tar.gz.drv:{out}
+ /nix/store/sx4wvh5ggic9bkspzc3ml95h1bm81vf1-libtasn1-4.19.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libunistring-1.1` differs
- /nix/store/k91wwmmmv9j3l93v14lfsazzzgjrqvdy-libunistring-1.1.drv:{dev}
+ /nix/store/lfwbk74ghx60nrlikm3pzr1x0p7rmgfc-libunistring-1.1.drv:{dev}
• The input derivation named `bootstrap-stage0-glibc-iconv-bootstrapFiles` differs
• These two derivations have already been compared
• The input derivation named `bootstrap-stage2-stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `nuke-references` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `lzip-1.23` differs
- /nix/store/zp90vzn8cy5c179kpqiy0hyakyxlc6pv-lzip-1.23.drv:{out}
+ /nix/store/jp9qg4mhb28mmqv6mgg62x4d589xskr9-lzip-1.23.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `lzip-1.23.tar.gz` differs
- /nix/store/mzwy00krhfzcj4q0jbzxwlmymxwnjwm6-lzip-1.23.tar.gz.drv:{out}
+ /nix/store/041s3b2kn38r91nv440mbbck6gn8hb7n-lzip-1.23.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `lzo-2.10` differs
• These two derivations have already been compared
• The input derivation named `net-tools-2.10` differs
- /nix/store/0a85ssgmqgxh9asixnji4cj6d14wvmf6-net-tools-2.10.drv:{out}
+ /nix/store/z7q6nmz4x8kf0m9gcnsykqf4zqc207lv-net-tools-2.10.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `net-tools-2.10.tar.xz` differs
- /nix/store/li923i5354k3h4hiwp64r6df0ss4ck19-net-tools-2.10.tar.xz.drv:{out}
+ /nix/store/xwwq75drnw3a263icbma8prwcsc0ja7m-net-tools-2.10.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nettle-3.8.1` differs
- /nix/store/mazg6qk85a54rvhvvsxcyair9ymdysbr-nettle-3.8.1.drv:{dev}
+ /nix/store/jmq2y5pxzg3wh3w00m3l2lj0ahppycnz-nettle-3.8.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gmp-with-cxx-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `nettle-3.8.1.tar.gz` differs
- /nix/store/mxdhm9l38i9zg09nx2ax4pv9if5f7fs2-nettle-3.8.1.tar.gz.drv:{out}
+ /nix/store/xyvhh07r6j0jzyd8p8nvqvj96dh64syg-nettle-3.8.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `p11-kit-0.24.1` differs
- /nix/store/yh27g3b4dhvfn92pfd4509i32z3by4va-p11-kit-0.24.1.drv:{dev}
+ /nix/store/i4sgfccrw62an8b1a80a4y8kim76rc0c-p11-kit-0.24.1.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `docbook-xsl-nons-1.79.2` differs
• These two derivations have already been compared
• The input derivation named `glibc-iconv-2.37` differs
• These two derivations have already been compared
• The input derivation named `gtk-doc-1.33.2` differs
• These two derivations have already been compared
• The input derivation named `install-shell-files` differs
• These two derivations have already been compared
• The input derivation named `libffi-3.4.4` differs
• These two derivations have already been compared
• The input derivation named `libtasn1-4.19.0` differs
• These two derivations have already been compared
• The input derivation named `libxslt-1.1.37` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/3y4sig72hs9fhhrwkcarfvdwldg5yy55-source.drv:{out}
+ /nix/store/4arvw6m0jj0z1a0yrba4id6xffcn8779-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unbound-1.17.1` differs
- /nix/store/gy18a5h82r7w2jcgz4mzclkbz9zzpniz-unbound-1.17.1.drv:{out}
+ /nix/store/fz2m9dmv0hqkm36x2r3f5zaw7xa7rhjh-unbound-1.17.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bison-3.8.2` differs
• These two derivations have already been compared
• The input derivation named `dns-root-data-2019-01-11` differs
• These two derivations have already been compared
• The input derivation named `expat-2.5.0` differs
• These two derivations have already been compared
• The input derivation named `libevent-2.1.12` differs
- /nix/store/5iwaslqin4mzhncv9h99rijrgcb1cybi-libevent-2.1.12.drv:{dev,out}
+ /nix/store/hkc7s7l87r68vpvq8k7zclgg5mvhqp8z-libevent-2.1.12.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `883630f76cbf512003b81de25cd96cb75c6cf0f9.patch` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libevent-2.1.12-stable.tar.gz` differs
• These two derivations have already been compared
• The input derivation named `openssl-3.0.8` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `make-shell-wrapper-hook` differs
• These two derivations have already been compared
• The input derivation named `nettle-3.8.1` differs
- /nix/store/mazg6qk85a54rvhvvsxcyair9ymdysbr-nettle-3.8.1.drv:{dev,out}
+ /nix/store/jmq2y5pxzg3wh3w00m3l2lj0ahppycnz-nettle-3.8.1.drv:{dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `gcc-wrapper-12.2.0` differs
• These two derivations have already been compared
• The input derivation named `gmp-with-cxx-6.2.1` differs
• These two derivations have already been compared
• The input derivation named `gnum4-1.4.19` differs
• These two derivations have already been compared
• The input derivation named `nettle-3.8.1.tar.gz` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `openssl-3.0.8` differs
- /nix/store/x63vbk721jjsk0i2izbwyjpca60hwx5z-openssl-3.0.8.drv:{bin,dev,out}
+ /nix/store/cx95i3sq4jy0wbz1ypfc6g7ws7mg58m2-openssl-3.0.8.drv:{bin,dev,out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
+ make-shell-wrapper-hook
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `coreutils-9.1` differs
• These two derivations have already been compared
• The input derivation named `openssl-3.0.8.tar.gz` differs
• These two derivations have already been compared
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unbound-1.17.1.tar.gz` differs
- /nix/store/vxmq46x1rvly2kp6mz1jv6hnrjr2hlrf-unbound-1.17.1.tar.gz.drv:{out}
+ /nix/store/cxqhzpdnz1ranaj5g942bw0nxy577vys-unbound-1.17.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• Skipping environment comparison
• The input derivation named `util-linux-minimal-2.38.1` differs
• These two derivations have already been compared
• The input derivation named `which-2.21` differs
• These two derivations have already been compared
• The input derivation named `zlib-1.2.13` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libjpeg-turbo-2.1.4` differs
- /nix/store/ky1w32x1y4dm63lfqzz6i35xvqaxbdjb-libjpeg-turbo-2.1.4.drv:{dev}
+ /nix/store/883pwm8iiw82dzbz0f2nbr5wl0pc7f4w-libjpeg-turbo-2.1.4.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cmake-3.25.3` differs
• These two derivations have already been compared
• The input derivation named `nasm-2.16.01` differs
- /nix/store/wlnc666w2ghygcb0v76l6khdhs201mk2-nasm-2.16.01.drv:{out}
+ /nix/store/y6cvp3j47ba9kzrk7x3nv0a9wjqb2fiy-nasm-2.16.01.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `nasm-2.16.01.tar.xz` differs
- /nix/store/q73p2ss9qmnqkipav8lcm9lq5jr0fjc0-nasm-2.16.01.tar.xz.drv:{out}
+ /nix/store/hk9diqvixbfjzfa6404zhc6v4bvdjgnx-nasm-2.16.01.tar.xz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `perl-5.36.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `source` differs
- /nix/store/i1hsfn0k1lc7qidwcg0496ax1pfgqvs9-source.drv:{out}
+ /nix/store/985wwxba521csxjjnxchdrd00rbcq8hr-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libpaper-1.1.28` differs
- /nix/store/3qvrarwwkxwvmgkypyn7yr8wkqn3n0a9-libpaper-1.1.28.drv:{out}
+ /nix/store/isf8rnbrxf9kysnwl4x4w7g2ca2nsbap-libpaper-1.1.28.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libpaper_1.1.28.tar.gz` differs
- /nix/store/f8l1b79rmh0hhijkw9sbr5x4sdjxsvm6-libpaper_1.1.28.tar.gz.drv:{out}
+ /nix/store/szv4psgfsnnbj5n6m2zdm524bsgahifd-libpaper_1.1.28.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libpng-apng-1.6.39` differs
• These two derivations have already been compared
• The input derivation named `libtiff-4.5.0` differs
- /nix/store/fpsn0pz11inckcfvqinbb67vcm4dwrhl-libtiff-4.5.0.drv:{dev}
+ /nix/store/a67lnjbxbxmx7mg9jgi3s9zdyk61s6ll-libtiff-4.5.0.drv:{dev}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `CVE-2022-48281.patch` differs
- /nix/store/40yc6avdbxaw46gbkrll4k5az7xvqy31-CVE-2022-48281.patch.drv:{out}
+ /nix/store/nwj274dip6l83i25g4k0y8a8n9irsnw3-CVE-2022-48281.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.patch` differs
- /nix/store/56kqcpvbajwhzgrshqf9pacyi4xbg3ig-CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.patch.drv:{out}
+ /nix/store/s2glw95iamdlqnlfkbr9drpc8l8sqslg-CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.prerequisite-0.patch` differs
- /nix/store/321p5q636mmv5nf9z2kdl0jzxyfs6lkc-CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.prerequisite-0.patch.drv:{out}
+ /nix/store/ddlyzpmxp62s6jhj4df9dq7gaajnw9jc-CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.prerequisite-0.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.prerequisite-1.patch` differs
- /nix/store/lhzqcdr99k99rxlf2bdnf7lnj31591id-CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.prerequisite-1.patch.drv:{out}
+ /nix/store/4arm6p0w8sklaaraplg0ii6wwc6q0fah-CVE-2023-0795.CVE-2023-0796.CVE-2023-0797.CVE-2023-0798.CVE-2023-0799.prerequisite-1.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `CVE-2023-0800.CVE-2023-0801.CVE-2023-0802.CVE-2023-0803.CVE-2023-0804.patch` differs
- /nix/store/dfmmw9mdpmiw2zg9ljl3dkbaid9jbf74-CVE-2023-0800.CVE-2023-0801.CVE-2023-0802.CVE-2023-0803.CVE-2023-0804.patch.drv:{out}
+ /nix/store/zajc03pcd62x8k7p6fjhw04va37zfk52-CVE-2023-0800.CVE-2023-0801.CVE-2023-0802.CVE-2023-0803.CVE-2023-0804.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `autoreconf-hook` differs
• These two derivations have already been compared
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `libdeflate-1.18` differs
- /nix/store/x2x2axwvhf7prmmahhddbaxkxnnq8jdd-libdeflate-1.18.drv:{out}
+ /nix/store/x48hlhf3gvsakamqx5dyqfjvfx110lvs-libdeflate-1.18.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cmake-3.25.3` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/r5q4i941bx6lijdy29ia9rw2wvxwcskw-source.drv:{out}
+ /nix/store/7x5n48x1p12lr0bzcvxjlwkqbp301m05-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `libjpeg-turbo-2.1.4` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `python3.10-sphinx-5.3.0` differs
- /nix/store/331r5wlr7z5c2lwm7xb34zcjrmnb9ly9-python3.10-sphinx-5.3.0.drv:{out}
+ /nix/store/mqbbl5239cjmnvfz156jkhlsrx6zh7qn-python3.10-sphinx-5.3.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-Jinja2-3.1.2` differs
- /nix/store/hqizvqrls4c3abija91csd6vlg11whv5-python3.10-Jinja2-3.1.2.drv:{out}
+ /nix/store/1ip8q0vlar7w5iaf3j05hqkb4k9k4mkl-python3.10-Jinja2-3.1.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `Jinja2-3.1.2.tar.gz` differs
- /nix/store/b8z939c2ac29nmad2vf3ssyd9hxygfrd-Jinja2-3.1.2.tar.gz.drv:{out}
+ /nix/store/rs2ak09h7xinnb2b2wx723mbx1ggwd5n-Jinja2-3.1.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-babel-2.12.1` differs
- /nix/store/3sjpbxablrk1yxz7x2jll5vkfnyi2xfd-python3.10-babel-2.12.1.drv:{out}
+ /nix/store/8dm1c7jjp573bdpx5zw08mk4ivr604xa-python3.10-babel-2.12.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `Babel-2.12.1.tar.gz` differs
- /nix/store/mz9qny77zxs0cvbizzgar8yan0jch8km-Babel-2.12.1.tar.gz.drv:{out}
+ /nix/store/s5h1rc9nw4ffs6y0cxwxhcpmmkl2r4p2-Babel-2.12.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-freezegun-1.2.2` differs
- /nix/store/x4cbryalhlmpaq0c0z7px5jh4lq84436-python3.10-freezegun-1.2.2.drv:{out}
+ /nix/store/bw1lyhhd9ynkfpwli47sc8pl7c7x7143-python3.10-freezegun-1.2.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `e63874ce75a74a1159390914045fe8e7955b24c4.patch` differs
- /nix/store/xynnsxvw1wb053gn3mjv0fbf9brz6cbl-e63874ce75a74a1159390914045fe8e7955b24c4.patch.drv:{out}
+ /nix/store/jqs63jd99z3vqaidfwkrqpfg838f3jz0-e63874ce75a74a1159390914045fe8e7955b24c4.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `freezegun-1.2.2.tar.gz` differs
- /nix/store/ca7fxz0wxy4y4q6zili7n0wia7vrj2if-freezegun-1.2.2.tar.gz.drv:{out}
+ /nix/store/a4l3rvjfbipwzhrpfnq5h5g4jnbnpqi7-freezegun-1.2.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-python-dateutil-2.8.2` differs
- /nix/store/9hqnmrxqpf3chw02l9cqag9lrwb6dvqq-python3.10-python-dateutil-2.8.2.drv:{out}
+ /nix/store/dxr6n64bj495cgify9dyfrxns9qk8kyp-python3.10-python-dateutil-2.8.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-dateutil-2.8.2.tar.gz` differs
- /nix/store/j890jx0xp71zzp1qv2282jp7sfd466zn-python-dateutil-2.8.2.tar.gz.drv:{out}
+ /nix/store/c3m2pg3fmiyx6jf4s4pc3fww6sj8pavg-python-dateutil-2.8.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-six-1.16.0` differs
- /nix/store/jvfldb1iz2k85wldq76jyb13nclzipjc-python3.10-six-1.16.0.drv:{out}
+ /nix/store/x6kaiw9pkhvgb9pf6f29idp2padbjw27-python3.10-six-1.16.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `six-1.16.0.tar.gz` differs
- /nix/store/2lxw9d5wzlvfm6vag59gxaly1a0qh76n-six-1.16.0.tar.gz.drv:{out}
+ /nix/store/dhbn39kjxc6msg5mmf3pw108v8mcm6lg-six-1.16.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pytz-2023.2` differs
- /nix/store/liz9n5arrmcppnd2gq1knags3sdkgjnf-python3.10-pytz-2023.2.drv:{out}
+ /nix/store/gs9zxpbwrqnvamfjmh49ha1435j16d0n-python3.10-pytz-2023.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `pytz-2023.2.tar.gz` differs
- /nix/store/ji5q8cs70r894gk5xg8clc3ax9b3lfyp-pytz-2023.2.tar.gz.drv:{out}
+ /nix/store/klfqidbj6n8zrihf33gdnsam04ap8n3v-pytz-2023.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unittest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-markupsafe-2.1.2` differs
- /nix/store/wwvlvn7wg0b97017ysykwhabn3maix6l-python3.10-markupsafe-2.1.2.drv:{out}
+ /nix/store/rsr2hidp0fyl16vgn46zjxawlbjphd8b-python3.10-markupsafe-2.1.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `MarkupSafe-2.1.2.tar.gz` differs
- /nix/store/1lkc9h95305jspl5cfqd716y0vjlz6k7-MarkupSafe-2.1.2.tar.gz.drv:{out}
+ /nix/store/7k3wqf5m9kadsfzwg7bg842d1k9x51mh-MarkupSafe-2.1.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-alabaster-0.7.13` differs
- /nix/store/9914fb6d65gplky8rfpycrcsb9qvvp23-python3.10-alabaster-0.7.13.drv:{out}
+ /nix/store/iami7mh4n78whgh5xkjd28vz6nvblwbj-python3.10-alabaster-0.7.13.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `alabaster-0.7.13.tar.gz` differs
- /nix/store/26s6g5gfwkk3j5gyl1pjal60rs5zd67r-alabaster-0.7.13.tar.gz.drv:{out}
+ /nix/store/awjylkzqd4m5zzql2pak2jbmisjpd0ph-alabaster-0.7.13.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pygments-2.14.0` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-babel-2.12.1` differs
• These two derivations have already been compared
• The input derivation named `python3.10-cython-0.29.34` differs
• These two derivations have already been compared
• The input derivation named `python3.10-docutils-0.19` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-html5lib-1.1` differs
- /nix/store/b2m4vrlkypmsnw79ichmhhir6y7srbiw-python3.10-html5lib-1.1.drv:{out}
+ /nix/store/ddmdwc4z3pc4lvn14qdv5niibaxs1yn6-python3.10-html5lib-1.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch` differs
- /nix/store/6bfc998lxqmm04ndm1xmvvjpnvbcsn1w-2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch.drv:{out}
+ /nix/store/ql4saw7am1mx4lmcdwdbs3vrlg7ri0mg-2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `html5lib-1.1.tar.gz` differs
- /nix/store/0x49d8b3x60hmj8l2r134dmq0cn7ffbm-html5lib-1.1.tar.gz.drv:{out}
+ /nix/store/g6qqxn8vjc46srkmsd9fq3yvg6b181wd-html5lib-1.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-six-1.16.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-webencodings-0.5.1` differs
- /nix/store/966qqyq250lmmv5ijik6wwnmcmhcrskg-python3.10-webencodings-0.5.1.drv:{out}
+ /nix/store/qwr0v9gjvqg45dv1nz6yxi56v9wc3rbm-python3.10-webencodings-0.5.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-7.2.1` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `webencodings-0.5.1.tar.gz` differs
- /nix/store/qc1zl6yr3gk3cx8xvpp2rjp0qib2kikj-webencodings-0.5.1.tar.gz.drv:{out}
+ /nix/store/pqdg9v9skhjp2qy27qr95s9m4zi0h0wq-webencodings-0.5.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-imagesize-1.4.1` differs
- /nix/store/586a49lnvgzsmvg34qa81nvm2hb3vfrk-python3.10-imagesize-1.4.1.drv:{out}
+ /nix/store/ajp0qmnfzmh5g43hl05jpxa7jcyawrq7-python3.10-imagesize-1.4.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `imagesize-1.4.1.tar.gz` differs
- /nix/store/cnvp4q16y43dyh3a4ksh2dj4x9n5m222-imagesize-1.4.1.tar.gz.drv:{out}
+ /nix/store/rbf7909d5dms8sz8phxd70xc508zvlp7-imagesize-1.4.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-packaging-23.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pygments-2.14.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-requests-2.28.2` differs
- /nix/store/nc3w1h03rlnrdz3kv7ab22mmpsw9jf29-python3.10-requests-2.28.2.drv:{out}
+ /nix/store/cqcqndiihiqd3nqfdasmjdkbkx3hhgwh-python3.10-requests-2.28.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-brotlicffi-1.0.9.2` differs
- /nix/store/b1qyfd4zmn3zj21nf2xf0wdvqhwbvl27-python3.10-brotlicffi-1.0.9.2.drv:{out}
+ /nix/store/av30jldwwq7z808h849sm6nsaxhblgjs-python3.10-brotlicffi-1.0.9.2.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `brotli-1.0.9` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-cffi-1.15.1` differs
- /nix/store/4lhdr9ykqy8mp9j86k2lrb3gjmjb4krw-python3.10-cffi-1.15.1.drv:{out}
+ /nix/store/f2q5xdqp2n9qa7wwbgp8l79bfj6scdxc-python3.10-cffi-1.15.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `9c7d865e17ec16a847090a3e0d1498b698b99756.patch` differs
- /nix/store/db601ibsziisd8z6xn397rwrhzyac2bf-9c7d865e17ec16a847090a3e0d1498b698b99756.patch.drv:{out}
+ /nix/store/i97l7m82y0f9lspzpiic55p0siwmcs9j-9c7d865e17ec16a847090a3e0d1498b698b99756.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `bd02e1b122612baa74a126e428bacebc7889e897.patch` differs
- /nix/store/na5n9qhfrkp6hza1i2wykvg2dsp4h9pw-bd02e1b122612baa74a126e428bacebc7889e897.patch.drv:{out}
+ /nix/store/8spjgk9rygalmzxmj6nv0xvkbkgv9901-bd02e1b122612baa74a126e428bacebc7889e897.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `cffi-1.15.1.tar.gz` differs
- /nix/store/m65gwicb96jxg1v5lbb5cm7g97ak24is-cffi-1.15.1.tar.gz.drv:{out}
+ /nix/store/a804zn9pzi15x19zlc1j6viplnw0jiyv-cffi-1.15.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `libffi-3.4.4` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pkg-config-wrapper-0.29.2` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pycparser-2.21` differs
- /nix/store/fc1f49m1y39xy19870b5cx54laffrbkn-python3.10-pycparser-2.21.drv:{out}
+ /nix/store/2j7157va1pvbbz9rr1dhim6xv9nj8pp1-python3.10-pycparser-2.21.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pycparser-2.21.tar.gz` differs
- /nix/store/i9qjid9n0ww2s8h30dqq6swwjr87cgrg-pycparser-2.21.tar.gz.drv:{out}
+ /nix/store/1rifspk40dk2pz36xkz2ljr4r7hdqw19-pycparser-2.21.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unittest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/l031jh9f4mv3sr058vyzd17izcwn29i5-source.drv:{out}
+ /nix/store/iy4infhx19ahz5ccpgcigywijfi0y4ga-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-certifi-2022.12.07` differs
- /nix/store/8idizsk9hdzzs0lndb5g3xcgs2g82m27-python3.10-certifi-2022.12.07.drv:{out}
+ /nix/store/bqigv3cbw07kfzg28dsbs189l08jrf11-python3.10-certifi-2022.12.07.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `nss-cacert-3.86` differs
- /nix/store/325i5kx4vff3a0j0nkk71lz11gxa3izg-nss-cacert-3.86.drv:{out}
+ /nix/store/wp0pasfy3prsaz5yjq05mpi62yzpirbr-nss-cacert-3.86.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `cacert-blocklist.txt` differs
- /nix/store/ih5hlcf6m3pz54b4dccz9k380lbhcn6v-cacert-blocklist.txt.drv:{out}
+ /nix/store/8gn6v1fbj3zl8dxr92xrf1cgi0gnm8iy-cacert-blocklist.txt.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `cacert-extra-certificates-bundle.crt` differs
- /nix/store/cvyyq4mc9lzqyfvmq4p241wgjriiwgr3-cacert-extra-certificates-bundle.crt.drv:{out}
+ /nix/store/khvym2iq3p4jni3h3w3p7vjmgg5nc1ws-cacert-extra-certificates-bundle.crt.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `nss-cacert-certdata-3.86` differs
- /nix/store/dwfi1pxsgjk6vwhf4cyf02ikd9w53af4-nss-cacert-certdata-3.86.drv:{out}
+ /nix/store/ag7hlnm1c3g3nsx20vb8a45rf3a4ngqz-nss-cacert-certdata-3.86.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `nss-3.86.tar.gz` differs
- /nix/store/8f7z6kwwb6zihk8icj4dppbashaashn8-nss-3.86.tar.gz.drv:{out}
+ /nix/store/jiwl3ds71brarjg38zgqrad1ld7dj8p9-nss-3.86.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-buildcatrust-0.1.3` differs
- /nix/store/lzfgk3z160yclnnrmcs81vamnvqrfhv9-python3.10-buildcatrust-0.1.3.drv:{out}
+ /nix/store/k8gm1gb32w4bvg9j167v4xdjxwfmkkx8-python3.10-buildcatrust-0.1.3.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `buildcatrust-0.1.3.tar.gz` differs
- /nix/store/8ba2c064wp3r0wxjw3zny5w38gijlr3b-buildcatrust-0.1.3.tar.gz.drv:{out}
+ /nix/store/pawbdi3bh4qs664rypylnp8pq5xc32vr-buildcatrust-0.1.3.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/0g6z11a2s189hgnypfx1adxmjy4zjm9v-source.drv:{out}
+ /nix/store/4i53g62i7k383871rmh4zlyldxxd316i-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-charset-normalizer-3.0.1` differs
- /nix/store/ig5hpgfzh321mvkjwd92vfzm3bly4pz1-python3.10-charset-normalizer-3.0.1.drv:{out}
+ /nix/store/lvrn395kin4p4jq4prp00wc3k5s14kh0-python3.10-charset-normalizer-3.0.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/sh0i73blv3mvwz8bsrszvfb6gpn9a8ai-source.drv:{out}
+ /nix/store/y31z3k35g29ib2nscf8f0w42kbch82b2-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-idna-3.4` differs
- /nix/store/7b8m17j73by1fig7pmhfxklz6mi76asg-python3.10-idna-3.4.drv:{out}
+ /nix/store/ywlm7wzz56jkk2xslrh405ngx7nsxpnf-python3.10-idna-3.4.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `idna-3.4.tar.gz` differs
- /nix/store/vz71pd7la33xsb33sjgl9d6dq4xxjpc9-idna-3.4.tar.gz.drv:{out}
+ /nix/store/1ym3k7cziy5220qp5ynch1f81mzpclj0-idna-3.4.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-flit-core-3.8.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pysocks-1.7.1` differs
- /nix/store/xh38l6vs5yzyc14d1rhm4hb0aa705zmz-python3.10-pysocks-1.7.1.drv:{out}
+ /nix/store/k2rbzck5rmb1i4ymbgs4csbmvhz6fmwj-python3.10-pysocks-1.7.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `PySocks-1.7.1.tar.gz` differs
- /nix/store/nymykf2w5sq1jb3h8m7lqbcshsp18v41-PySocks-1.7.1.tar.gz.drv:{out}
+ /nix/store/q9zc5na67sq9qzsv3x99xcpbxn7hapbp-PySocks-1.7.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pytest-mock-3.10.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-pytest-xdist-3.2.1` differs
- /nix/store/gdw2lzzfr8s6clzli8fwywawpnhz1vr9-python3.10-pytest-xdist-3.2.1.drv:{out}
+ /nix/store/wqhmw71qh7fbfw946kk3aqk03f7iip1f-python3.10-pytest-xdist-3.2.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-xdist-3.2.1.tar.gz` differs
- /nix/store/aq9yr601nf2sfypdvibdbbvkc9y4mvwj-pytest-xdist-3.2.1.tar.gz.drv:{out}
+ /nix/store/rpns1sa4x957aa39h6jn9bd2dijdzm8q-pytest-xdist-3.2.1.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-execnet-1.9.0` differs
- /nix/store/v1yj01jgg6awwzp4inpw8bpqll2mzzbf-python3.10-execnet-1.9.0.drv:{out}
+ /nix/store/ag811aylhxr0rhw4vqg7kjisk9ib9vpy-python3.10-execnet-1.9.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `c0459b92bc4a42b08281e69b8802d24c5d3415d4.patch` differs
- /nix/store/lmbl6idygs7rmbx8rknrcx8jvlard86y-c0459b92bc4a42b08281e69b8802d24c5d3415d4.patch.drv:{out}
+ /nix/store/qyirp9ss9mw78anysdjshqqhgp9qzsnp-c0459b92bc4a42b08281e69b8802d24c5d3415d4.patch.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `patchutils-0.3.3` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `execnet-1.9.0.tar.gz` differs
- /nix/store/ibgxifhgk9ffihi1sx1b2rlakxc32j63-execnet-1.9.0.tar.gz.drv:{out}
+ /nix/store/m6lrvp4kgkmijphnq289pnf84z8gzacb-execnet-1.9.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-apipkg-3.0.1` differs
- /nix/store/99v2m1yybnjykf0lmcxjd2hhqf0zfq1m-python3.10-apipkg-3.0.1.drv:{out}
+ /nix/store/ziks1sh4bcv3p4j40l6ssdi264kv9g7b-python3.10-apipkg-3.0.1.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-hatch-vcs-0.3.0` differs
- /nix/store/0067lyigfs9wkr761slk2lws87hmldps-python3.10-hatch-vcs-0.3.0.drv:{out}
+ /nix/store/bzri34srlfj5p7r67r0gqrv4ci9srdzm-python3.10-hatch-vcs-0.3.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- git-2.39.2
- python3-3.10.10
+ git-2.40.0
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `hatch_vcs-0.3.0.tar.gz` differs
- /nix/store/3ppjgfj3xbg7xs3pbbwgvbd4lhfivrsd-hatch_vcs-0.3.0.tar.gz.drv:{out}
+ /nix/store/x8b1j07y5mlzni4p1djh286slp01ikrj-hatch_vcs-0.3.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-hatchling-1.13.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-hatchling-1.13.0` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/3laz3p17a20c1z50zxcq3c4yykbx3w6i-source.drv:{out}
+ /nix/store/k33ipc49q6kgram7bjczavldrs5ymdg3-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `glibc-locales-2.37-8` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `unzip-6.0` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-py-1.11.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-filelock-3.9.0` differs
- /nix/store/jm1h84xgpv5vzg6gl6fi917pv83hhd8x-python3.10-filelock-3.9.0.drv:{out}
+ /nix/store/yx52ynqx7jgcmv39ch0w9av63hcglp7q-python3.10-filelock-3.9.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `filelock-3.9.0.tar.gz` differs
- /nix/store/64qmb0wf05rmp6kpmf5gydn6ajncbb1p-filelock-3.9.0.tar.gz.drv:{out}
+ /nix/store/mhsj45kdkan6ih2a7z2yfldk5rrcxikx-filelock-3.9.0.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `pip-build-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-hatch-vcs-0.3.0` differs
• These two derivations have already been compared
• The input derivation named `python3.10-hatchling-1.13.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pytest-7.2.1` differs
• These two derivations have already been compared
• The input derivation named `python3.10-setuptools-scm-7.1.0` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-urllib3-1.26.14` differs
- /nix/store/ffwvhkls29jqmidfl3yylpw8vxsgijnb-python3.10-urllib3-1.26.14.drv:{out}
+ /nix/store/zc7s9rghhrrl83m71hmm08a1vwnva2y7-python3.10-urllib3-1.26.14.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `python3.10-brotli-1.0.9` differs
- /nix/store/xzbldgz710il3pkswwwhcqdyzi2kbh5a-python3.10-brotli-1.0.9.drv:{out}
+ /nix/store/xy5iinpak461g2a6b0yzlxhmyn7kbf9b-python3.10-brotli-1.0.9.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- python3-3.10.10
+ python3-3.10.11
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `ensure-newer-sources-hook` differs
• These two derivations have already been compared
• The input derivation named `pip-install-hook` differs
• These two derivations have already been compared
• The input derivation named `pytest-check-hook` differs
• These two derivations have already been compared
• The input derivation named `python-catch-conflicts-hook` differs
• These two derivations have already been compared
• The input derivation named `python-imports-check-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-namespaces-hook.sh` differs
• These two derivations have already been compared
• The input derivation named `python-output-dist-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-bin-bytecode-hook` differs
• These two derivations have already been compared
• The input derivation named `python-remove-tests-dir-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `source` differs
- /nix/store/rz2dg0qv4ihcav8qx9vrb7kkbhc57rmv-source.drv:{out}
+ /nix/store/b72791612h6l6ivw8mp3c9l596djhxdr-source.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The set of input derivation names do not match:
- git-minimal-2.39.2
+ git-minimal-2.40.0
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `nss-cacert-3.86` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-pysocks-1.7.1` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `urllib3-1.26.14.tar.gz` differs
- /nix/store/ls5xi72vmzx71df8pb7wac2zmyif3kij-urllib3-1.26.14.tar.gz.drv:{out}
+ /nix/store/dl6wh43pkhck57s86kxvmfsv66qm4imz-urllib3-1.26.14.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `requests-2.28.2.tar.gz` differs
- /nix/store/mn2di7vrda0kd1f36n7r13xwcpccnxgb-requests-2.28.2.tar.gz.drv:{out}
+ /nix/store/y51m5177rhhldgy93r4744m8ddyflh5y-requests-2.28.2.tar.gz.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/bash
• The input derivation named `bash-5.2-p15` differs
• These two derivations have already been compared
• The input derivation named `curl-8.0.1` differs
• These two derivations have already been compared
• The input derivation named `mirrors-list` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `setuptools-check-hook` differs
• These two derivations have already been compared
• The input derivation named `setuptools-setup-hook` differs
• These two derivations have already been compared
• The input derivation named `stdenv-linux` differs
• These two derivations have already been compared
• The input derivation named `wrap-python-hook` differs
• These two derivations have already been compared
• Skipping environment comparison
• The input derivation named `python3.10-snowballstemmer-2.2.0` differs
- /nix/store/7chldb0qqmzdjyvp6qy07a26y05sgzld-python3.10-snowballstemmer-2.2.0.drv:{out}
+ /nix/store/prb5ifz0rryb4167ppiabgl37d3f1iar-python3.10-snowballstemmer-2.2.0.drv:{out}
• The builders do not match
- /nix/store/4dhvq4lziiksvxfdhgmb97k6brxdwh84-bash-5.2-p15/bin/bash
+ /nix/store/rnkas52f8868g1hjdlldbvh6snm3pglv-bash-5.2-p15/bin/ba
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment