mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
asciidoc: fix old copy/paste error
This commit is contained in:
parent
f628a70f9e
commit
0c71406dd3
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ stdenv.mkDerivation rec {
|
||||||
'' + optionalString enableStandardFeatures ''
|
'' + optionalString enableStandardFeatures ''
|
||||||
sed -e "s|dot|${graphviz}/bin/dot|g" \
|
sed -e "s|dot|${graphviz}/bin/dot|g" \
|
||||||
-e "s|neato|${graphviz}/bin/neato|g" \
|
-e "s|neato|${graphviz}/bin/neato|g" \
|
||||||
-e "s|twopi|${graphviz}/bin/circo|g" \
|
-e "s|twopi|${graphviz}/bin/twopi|g" \
|
||||||
-e "s|circo|${graphviz}/bin/circo|g" \
|
-e "s|circo|${graphviz}/bin/circo|g" \
|
||||||
-e "s|fdp|${graphviz}/bin/fdp|g" \
|
-e "s|fdp|${graphviz}/bin/fdp|g" \
|
||||||
-i "filters/graphviz/graphviz2png.py"
|
-i "filters/graphviz/graphviz2png.py"
|
||||||
|
|
Loading…
Reference in a new issue