aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/globals.hh
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-02-05 23:26:51 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-02-05 23:30:43 +0100
commit8cc13fcff534e4a8f37d675fed215a265bdaeb4e (patch)
tree1920fab577602a393ade34671ed7d1fbd1ccaaae /nix/libstore/globals.hh
parenta60be5c5ffebe801f0b131bfa044decbafde9269 (diff)
downloadguix-8cc13fcff534e4a8f37d675fed215a265bdaeb4e.tar.gz
guix-8cc13fcff534e4a8f37d675fed215a265bdaeb4e.zip
gnu: python2-setuptools: Downgrade to 41.0.1.
* gnu/packages/python-xyz.scm (python2-setuptools): Define older version instead of inheriting from python-setuptools. (python-setuptools)[properties]: Record python2-variant.
Diffstat (limited to 'nix/libstore/globals.hh')
0 files changed, 0 insertions, 0 deletions
.p = "FAIL";
+ else
+ o.p = "PASS";
+ for (var k in o)
+ console.log(k, o[k]);
+ }
+ expect: {
+ var o = {};
+ o.p = 42 < Math.random() ? "FAIL" : "PASS";
+ for (var k in o)
+ console.log(k, o[k]);
+ }
+ expect_stdout: "p PASS"
+}
+
unsafe_string_replace: {
options = {
side_effects: true,