Skip to content

Commit

Permalink
Merge pull request #172245 from NixOS/revert-138580-glib-cross-dev
Browse files Browse the repository at this point in the history
Revert "glib: remove build references from cross compiles"
  • Loading branch information
Mindavi authored May 9, 2022
2 parents 4b32791 + 12cc137 commit b3f1be7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/libraries/glib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit b3f1be7

Please sign in to comment.