Add support for specifying a build arch.
This commit is contained in:
@@ -171,7 +171,7 @@ in
|
||||
waybar = pkgs.symlinkJoin {
|
||||
name = prev.waybar.name;
|
||||
paths = [ prev.waybar ];
|
||||
buildInputs = [ pkgs.makeWrapper ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/waybar --prefix PATH : ${
|
||||
lib.makeBinPath [
|
||||
|
||||
Reference in New Issue
Block a user