font-cache without indent
This commit is contained in:
parent
8960e7db51
commit
d223b86670
|
@ -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; }
|
||||
))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue