Skip to content

Commit

Permalink
Merge pull request #291900 from eliandoran/dev/cmake_main_program
Browse files Browse the repository at this point in the history
cmake: add meta.mainProgram
  • Loading branch information
sikmir authored Feb 27, 2024
2 parents f35896e + 31b1dd0 commit ac8dbe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/cm/cmake/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ttuegel lnl7 AndersonTorres ];
platforms = lib.platforms.all;
mainProgram = "cmake";
broken = (qt5UI && stdenv.isDarwin);
};
})

0 comments on commit ac8dbe8

Please sign in to comment.