pdfpc: convert to using lib.cmakeBool

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
Michal Sojka 2024-04-17 22:26:39 +02:00 committed by GitHub
parent 2bbf89b92c
commit 27865166ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
})
];
cmakeFlags = lib.optional stdenv.isDarwin "-DMOVIES=OFF";
cmakeFlags = lib.optional stdenv.isDarwin (lib.cmakeBool "MOVIES" false);
meta = with lib; {
description = "A presenter console with multi-monitor support for PDF files";