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
co-authored by Anderson Torres
parent 2bbf89b92c
commit 27865166ef
+1 -1
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";