dmd, gtk: Remove dontStrip

because with binutils 2.31 everything is working again
(#59390)
This commit is contained in:
Thomas Mader 2019-05-12 17:22:35 +02:00 committed by Renaud
parent 2303d2c718
commit 2c4bc9aab8
2 changed files with 0 additions and 6 deletions

View File

@ -112,8 +112,6 @@ stdenv.mkDerivation rec {
cd ..
'';
dontStrip = true;
installPhase = ''
cd dmd
mkdir $out

View File

@ -84,10 +84,6 @@ stdenv.mkDerivation rec {
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 (gnome3) glib gtk3 gtksourceview libgda libpeas;
inherit (gst_all_1) gstreamer;