Skip to content

Commit 7886a64

Browse files
committed
nix: Use cmake wrapper
1 parent a3bb53b commit 7886a64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xorg.xcbutilwm
2929
];
3030

31-
cmakeFlags = [("-DFETCHCONTENT_SOURCE_DIR_QUARTZ=" + quartz.src)];
31+
cmakeFlags = quartz.cmakeFlags { inherit pkgs; icons = false; };
3232
};
3333
in {
3434
packages = {

0 commit comments

Comments
 (0)