font-cache without indent

master
Denis Knauf 2023-06-20 23:35:28 +02:00
parent 8960e7db51
commit d223b86670
1 changed files with 90 additions and 85 deletions

View File

@ -88,4 +88,9 @@ in stdenv.mkDerivation ({
find "$source_dir" -name \*.html -exec cp \{\} $out/share/doc/${name_} \;
find "$source_dir" -name \*.css -exec cp \{\} $out/share/doc/${name_} \;
'';
} // (if null != src then { src = src; } else { srcs = srcs; })))
} // (
if null != src
then { src = src; }
else { srcs = srcs; }
))
)