mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
remove gmcs substitutes from mono packages
This commit is contained in:
parent
a9618d217f
commit
8821ebe3ad
@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace configure --replace gmcs mcs
|
|
||||||
substituteInPlace lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config \
|
substituteInPlace lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config \
|
||||||
--replace libpoppler-glib.so.4 libpoppler-glib.so
|
--replace libpoppler-glib.so.4 libpoppler-glib.so
|
||||||
'';
|
'';
|
||||||
|
@ -19,10 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
find -name Makefile.in | xargs -n 1 -d '\n' sed -e 's/^dnl/#/' -i
|
find -name Makefile.in | xargs -n 1 -d '\n' sed -e 's/^dnl/#/' -i
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
substituteInPlace configure --replace gmcs mcs
|
|
||||||
'';
|
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
inherit monoDLLFixer;
|
inherit monoDLLFixer;
|
||||||
|
@ -532,10 +532,6 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
substituteInPlace configure --replace gmcs mcs
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Otherwise pkg-config won't find it and the DLL will get duplicated
|
# 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
|
ln -sv $out/lib/pkgconfig/ndesk-options.pc $out/lib/pkgconfig/NDesk.Options.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user