mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
Merge pull request #172245 from NixOS/revert-138580-glib-cross-dev
Revert "glib: remove build references from cross compiles"
This commit is contained in:
commit
b3f1be780c
@ -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 New Issue
Block a user