Formatting
This commit is contained in:
parent
6aac481e83
commit
47ae9d93be
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ let
|
|||
pname = "kakoune-unwrapped";
|
||||
version = "r${builtins.substring 0 6 pkgs.sources.kakoune.rev}";
|
||||
src = pkgs.sources.kakoune;
|
||||
makeFlags = ["debug=no" "PREFIX=${placeholder "out"}"];
|
||||
makeFlags = [ "debug=no" "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
preConfigure = ''
|
||||
export version="v${version}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue