store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.
authorLudovic Courtès <ludo@gnu.org>
Tue, 7 Jul 2015 20:57:54 +0000 (22:57 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 7 Jul 2015 22:06:45 +0000 (00:06 +0200)
commita8afb9aed320d3d3ce026936cd5fc2bdd65b331b
tree00b79e413e97502ab5bf471bbdba2ce17092220f
parentd7facc660394ce5575b554abdb19a70f0a389082
store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.

* guix/store.scm (run-with-store): Set %CURRENT-TARGET-SYSTEM to #f.
* tests/gexp.scm ("gexp->derivation vs. %current-target-system"): New test.
guix/store.scm
tests/gexp.scm