remove gmcs substitutes from mono packages

This commit is contained in:
Nikolay Amiantov
2016-02-04 03:51:47 +03:00
parent a9618d217f
commit 8821ebe3ad
3 changed files with 0 additions and 9 deletions
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
];
preConfigure = ''
substituteInPlace configure --replace gmcs mcs
substituteInPlace lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config \
--replace libpoppler-glib.so.4 libpoppler-glib.so
'';