dmd, gtk: Remove dontStrip
because with binutils 2.31 everything is working again (#59390)
This commit is contained in:
parent
2303d2c718
commit
2c4bc9aab8
@ -112,8 +112,6 @@ stdenv.mkDerivation rec {
|
|||||||
cd ..
|
cd ..
|
||||||
'';
|
'';
|
||||||
|
|
||||||
dontStrip = true;
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cd dmd
|
cd dmd
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
@ -84,10 +84,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = "prefix=$(out)";
|
installFlags = "prefix=$(out)";
|
||||||
|
|
||||||
# Workaround for https://github.com/NixOS/nixpkgs/issues/40397
|
|
||||||
# Remove after update to binutils 2.31
|
|
||||||
dontStrip = true;
|
|
||||||
|
|
||||||
inherit atk cairo gdk_pixbuf librsvg pango;
|
inherit atk cairo gdk_pixbuf librsvg pango;
|
||||||
inherit (gnome3) glib gtk3 gtksourceview libgda libpeas;
|
inherit (gnome3) glib gtk3 gtksourceview libgda libpeas;
|
||||||
inherit (gst_all_1) gstreamer;
|
inherit (gst_all_1) gstreamer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user