Skip to content

Commit

Permalink
#3076 nix: add QON_QT6_BUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Aug 6, 2024
1 parent d307a41 commit 620445a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ stdenv.mkDerivation {
] ++ lib.optionals stdenv.isLinux [ qtwayland ];

cmakeFlags = [
"-DQON_QT6_BUILD=ON"
"-DUSE_SYSTEM_BOTAN=1"
"-DBUILD_WITH_SYSTEM_BOTAN=1"
"-DBUILD_WITH_SYSTEM_BOTAN=ON"
];

postInstall = ''
Expand Down

0 comments on commit 620445a

Please sign in to comment.