Skip to content

Commit f8a84db

Browse files
authored
added aarch + make it more clear
1 parent a9665cd commit f8a84db

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

flake.nix

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,7 @@
6161

6262
mesonBuildType = "release";
6363

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-
'';
64+
ninjaFlags = [ "-v" ];
8365

8466
meta = with pkgs.lib; {
8567
description = "A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES";

0 commit comments

Comments
 (0)