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

@ -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
'';

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;

View File

@ -532,10 +532,6 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
pkgconfig
];
preConfigure = ''
substituteInPlace configure --replace gmcs mcs
'';
postInstall = ''
# Otherwise pkg-config won't find it and the DLL will get duplicated
ln -sv $out/lib/pkgconfig/ndesk-options.pc $out/lib/pkgconfig/NDesk.Options.pc