mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 ..
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
installPhase = ''
|
||||
cd dmd
|
||||
mkdir $out
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user