Files
nixpkgs/pkgs/development/tools/build-managers
Alyssa Ross be1b22538a cmake: only set output paths with multiple outputs
This brings cmake inline with the behaviour used for configure
scripts, defined in multiple-outputs.sh.  It's important because
that setup hook will only set shareDocName if multiple outputs are in
use (and setOutputFlags hasn't been disabled).  So previously,
CMAKE_INSTALL_DOCDIR would be set to $out/share/doc for single-output
derivations, instead of $out/share/doc/$shareDocName, which would
result in collisions.

Since this hook now uses the setOutputFlags variable, I had to remove
the empty assignment of it added in
a714284d8b.

Fixes: https://github.com/NixOS/nixpkgs/issues/82304
2020-06-29 13:56:27 +00:00
..
2020-03-31 09:29:48 -07:00
2020-06-24 17:02:23 +02:00
2020-06-16 10:40:27 -05:00
2020-05-29 20:00:56 -04:00
2020-05-06 11:14:32 -07:00
2020-06-06 12:45:44 +00:00
2020-05-10 05:13:15 +00:00
2020-04-01 18:58:42 -07:00
2020-06-06 17:59:00 +00:00
2020-04-22 17:30:22 +08:00
2020-06-13 11:03:55 +05:30
2020-04-21 08:40:14 +02:00