From: Federico Beffa <beffa@ieee.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: reproducibility
Date: Sat, 9 Jan 2016 11:53:27 +0100 [thread overview]
Message-ID: <CAKrPhPP+j6jfmLFk5WuHxa6q=fRO++KHkeOZ4kC-Mnw8ZxNcSA@mail.gmail.com> (raw)
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
next reply other threads:[~2016-01-09 10:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-09 10:53 Federico Beffa [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAKrPhPP+j6jfmLFk5WuHxa6q=fRO++KHkeOZ4kC-Mnw8ZxNcSA@mail.gmail.com' \
--to=beffa@ieee.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).