forked from mirrors/nixpkgs
Revert "glib: remove build references from cross compiles"
This commit is contained in:
parent
4b32791265
commit
12cc1370a2
|
@ -169,9 +169,6 @@ stdenv.mkDerivation rec {
|
|||
-i "$dev"/include/glib-2.0/gobject/gobjectnotifyqueue.c
|
||||
'' + optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
|
||||
cp -r ${buildPackages.glib.devdoc} $devdoc
|
||||
|
||||
# Remove references to build dependencies from closure
|
||||
rm $dev/bin/*
|
||||
'';
|
||||
|
||||
checkInputs = [ tzdata desktop-file-utils shared-mime-info ];
|
||||
|
|
Loading…
Reference in a new issue