Skip to content

Commit

Permalink
sageWithDoc: fix static asset deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
collares committed May 20, 2021
1 parent be8dff9 commit 3e89349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/sagedoc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
mv html/en/_static{,.tmp}
for _dir in `find -name _static` ; do
rm -r $_dir
ln -s /share/doc/sage/html/en/_static $_dir
ln -s html/en/_static $_dir
done
mv html/en/_static{.tmp,}
'';
Expand Down

0 comments on commit 3e89349

Please sign in to comment.