Loading pkgs/applications/window-managers/wayfire/wf-config.nix +4 −0 Original line number Diff line number Diff line Loading @@ -40,11 +40,15 @@ stdenv.mkDerivation (finalAttrs: { nativeCheckInputs = [ cmake ]; checkInputs = [ doctest ]; # CMake is just used for finding doctest. dontUseCmakeConfigure = true; strictDeps = true; mesonFlags = [ (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform)) ]; Loading Loading
pkgs/applications/window-managers/wayfire/wf-config.nix +4 −0 Original line number Diff line number Diff line Loading @@ -40,11 +40,15 @@ stdenv.mkDerivation (finalAttrs: { nativeCheckInputs = [ cmake ]; checkInputs = [ doctest ]; # CMake is just used for finding doctest. dontUseCmakeConfigure = true; strictDeps = true; mesonFlags = [ (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform)) ]; Loading