mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Update pkgs/development/interpreters/lua-5/interpreter.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
c0bc18bf2f
commit
496a143d84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user