formatting

This commit is contained in:
Nox Sluijtman 2023-10-20 18:54:27 +02:00
parent 3f2a0ae3cd
commit fe0bfb1fb2

View file

@ -20,11 +20,9 @@
];
buildPhase = ''
for page in $(find manpages -type f); do
scdoc < $page > $(basename $page .scd)
done
'';
installPhase = ''