Files
nixpkgs/pkgs/build-support
Sander van der Burg 44704440ef releaseTools: fix nixBuild function
Without this fix, I can no longer build anything with releaseTools.nixBuild {}. A job typically fails with:

$ nix-build release.nix -A build.basic.x86_64-linux --show-trace
error: while evaluating the attribute 'lib' of the derivation 'libnixxml-0.1pre1234' at /home/sander/teststuff/nixpkgs/pkgs/build-support/release/nix-build.nix:89:5:
cannot coerce a set to a string, at /home/sander/teststuff/nixpkgs/pkgs/build-support/release/nix-build.nix:89:5

This is caused by the fact that `lib' is propagated as a parameter, which is a function. Functions cannot be converted to strings.
2021-03-29 21:24:00 +02:00
..
2021-01-24 01:49:49 +01:00
2021-01-24 01:49:49 +01:00
2021-01-20 09:11:11 +10:00
2020-10-24 16:43:05 +05:30
2021-01-27 13:01:51 +07:00
2021-01-27 13:01:51 +07:00
2021-03-08 15:51:24 +01:00
2021-01-27 13:01:51 +07:00
2020-12-08 23:55:31 +01:00
2021-02-20 21:13:46 +10:00
2021-01-27 13:01:51 +07:00
2021-01-24 01:49:49 +01:00
2021-01-24 01:49:49 +01:00
2021-03-05 18:14:34 +01:00