Hi, Josselin Poiret skribis: > (let ((right (with-store store (run-with-store store (package->derivation > (specification->package > "password-store"))))) > (wrong (with-store store (run-with-store store (mbegin %store-monad > (package->derivation > (specification->package > "texlive-bin")) > (package->derivation > (specification->package > "password-store"))))))) > (pk right) > (pk wrong)) > > Both derivations differ even though they ideally should be identical, > apparently git doesn't appear in the same place in the grafting > derivation. Right: