Merge pull request #138580 from arcnmx/glib-cross-dev
glib: remove build references from cross compiles
This commit is contained in:
commit
fc8afe812b
@ -169,6 +169,9 @@ 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