Merge pull request #116783 from MatthewCroughan/freecad-symlink

freecad: symlink uppercase executable names to lowercase in postFixup
This commit is contained in:
Anderson Torres 2021-03-18 20:16:37 -03:00 committed by GitHub
commit d4bbefe480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,8 @@ mkDerivation rec {
postFixup = ''
mv $out/share/doc $out
ln -s $out/bin/FreeCAD $out/bin/freecad
ln -s $out/bin/FreeCADCmd $out/bin/freecadcmd
'';
meta = with lib; {