Author: eelco Date: 2010-07-08 12:55:03 +0000 (Thu, 08 Jul 2010) New Revision: 22527
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22527&view=rev Modified: nixpkgs/trunk/pkgs/build-support/buildenv/builder.pl Log: * Remove the call to update-mime-database, which doesn't belong here but in the postBuild hook. Changes: Modified: nixpkgs/trunk/pkgs/build-support/buildenv/builder.pl =================================================================== --- nixpkgs/trunk/pkgs/build-support/buildenv/builder.pl 2010-07-08 12:52:17 UTC (rev 22526) +++ nixpkgs/trunk/pkgs/build-support/buildenv/builder.pl 2010-07-08 12:55:03 UTC (rev 22527) @@ -143,12 +143,6 @@ } -if (-x "$out/bin/update-mime-database" && -d "$out/share/mime/packages") { - system("$out/bin/update-mime-database -V $out/share/mime") == 0 - or die "Can't update mime-database"; -} - - print STDERR "created $nrLinks symlinks in user environment\n"; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
