mono: add gmcs symlink

This commit is contained in:
Al Zohali 2016-01-22 17:52:21 +03:00
parent d0e3cca04e
commit 7443f9d00a

View file

@ -63,6 +63,11 @@ stdenv.mkDerivation rec {
postInstall = ''
echo "Updating Mono key store"
$out/bin/cert-sync ${cacert}/etc/ssl/certs/ca-bundle.crt
''
# According to [1], gmcs is just mcs
# [1] https://github.com/mono/mono/blob/master/scripts/gmcs.in
+ ''
ln -s $out/bin/mcs $out/bin/gmcs
'';
meta = {