unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* reproducibility
@ 2016-01-09 10:53 Federico Beffa
  2016-01-10 20:49 ` reproducibility Ludovic Courtès
  0 siblings, 1 reply; 9+ messages in thread
From: Federico Beffa @ 2016-01-09 10:53 UTC (permalink / raw)
  To: Guix-devel

Hi,

I've noticed that a derivation is a function of the order of the
inputs. As an example, the following two input orders give rise to two
distinct derivations:

A)

    (inputs
     `(("texlive" ,texlive)
       ("texinfo" ,texinfo)
       ("m4" ,m4)
       ("libx11" ,libx11))

B)
    (inputs
     `(("texinfo" ,texinfo)
       ("texlive" ,texlive)
       ("m4" ,m4)
       ("libx11" ,libx11))

Is this intentional?

Regards,
Fede

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-13 19:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-09 10:53 reproducibility Federico Beffa
2016-01-10 20:49 ` reproducibility Ludovic Courtès
2016-01-12 20:11   ` reproducibility Federico Beffa
2016-01-12 21:37     ` reproducibility Ludovic Courtès
2016-01-13  8:13       ` reproducibility Federico Beffa
2016-01-13  9:15         ` reproducibility Efraim Flashner
2016-01-13 19:51           ` reproducibility Federico Beffa
2016-01-13 13:56         ` reproducibility Ludovic Courtès
2016-01-13 19:53           ` reproducibility Federico Beffa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).