1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-14 00:25:24 +00:00
nixpkgs/pkgs/development/tools/build-managers/cmake
Jan Tojnar cfe7e12d38
Revert "cmake: only set output paths with multiple outputs"
This reverts commit be1b22538a.

The commit broke Qt modules using CMake because they disable setOutputFlags.

There is no need to have these flags limited to multiple output derivations since it
should just work. If it does not, it is a bug that should be fixed as per
https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
Likewise, having a variable to disable passing the flags is also unnecessary,
since CMake, unlike some configure scripts, ignores unknown flags. And if a person
does not like the values, they can just override them by passing the offending
flag with a different value to cmakeFlags.
2020-07-05 19:01:53 +02:00
..
2.8.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
3.2.2-cygwin.patch
application-services.patch cmake: 3.15.4 -> 3.16.2 2019-12-20 15:59:32 +01:00
default.nix cmake: 3.17.2 -> 3.17.3 2020-06-19 10:54:01 +02:00
libuv-application-services.patch cmake: 3.15.4 -> 3.16.2 2019-12-20 15:59:32 +01:00
search-path-2.8.patch
search-path.patch
setup-hook.sh Revert "cmake: only set output paths with multiple outputs" 2020-07-05 19:01:53 +02:00