We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9665cd commit f8a84dbCopy full SHA for f8a84db
1 file changed
flake.nix
@@ -61,25 +61,7 @@
61
62
mesonBuildType = "release";
63
64
- dontUseMesonConfigure = true;
65
-
66
- configurePhase = ''
67
- runHook preConfigure
68
- meson setup build --prefix=$out --buildtype=release
69
- runHook postConfigure
70
- '';
71
72
- buildPhase = ''
73
- runHook preBuild
74
- meson compile -C build -v
75
- runHook postBuild
76
77
78
- installPhase = ''
79
- runHook preInstall
80
- meson install -C build
81
- runHook postInstall
82
+ ninjaFlags = [ "-v" ];
83
84
meta = with pkgs.lib; {
85
description = "A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES";
0 commit comments