Update pkgs/development/interpreters/lua-5/interpreter.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Dmitry Bogatov 2023-06-06 11:27:43 +00:00 committed by GitHub
parent c0bc18bf2f
commit 496a143d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ stdenv.mkDerivation rec {
ln -s "$out/lib/pkgconfig/lua.pc" "$out/lib/pkgconfig/lua${lib.replaceStrings [ "." ] [ "" ] luaversion}.pc"
# Make documentation outputs of different versions co-installable.
mv $out/share/doc/lua $out/share/doc/lua-$version
mv $out/share/doc/lua $out/share/doc/lua-${version}
'';
# copied from python