parent
4743d77e57
commit
101a048f95
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
|
|||
for program in $out/bin/i3-sensible-*; do
|
||||
sed -i 's/which/command -v/' $program
|
||||
done
|
||||
|
||||
install -vD -t $out/share/man/man1 man/*.1
|
||||
'';
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
|
Loading…
Reference in a new issue