remove gmcs substitutes from mono packages

This commit is contained in:
Nikolay Amiantov
2016-02-04 03:51:29 +03:00
parent a9618d217f
commit 8821ebe3ad
3 changed files with 0 additions and 9 deletions

View File

@@ -19,10 +19,6 @@ stdenv.mkDerivation rec {
find -name Makefile.in | xargs -n 1 -d '\n' sed -e 's/^dnl/#/' -i
'';
preConfigure = ''
substituteInPlace configure --replace gmcs mcs
'';
dontStrip = true;
inherit monoDLLFixer;