gnome-doc-utils: do not propagate Python

That breaks packages that rely on Python like itstool does.

https://github.com/NixOS/nixpkgs/pull/72342#issuecomment-548250501
wip/yesman
Jan Tojnar 5 years ago
parent ad1f06f79c
commit dafa543bf8
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 5
      pkgs/development/tools/documentation/gnome-doc-utils/default.nix

@ -29,6 +29,11 @@ python2Packages.buildPythonApplication rec {
};
};
postFixup = ''
# Do not propagate Python
rm $out/nix-support/propagated-build-inputs
'';
meta = with stdenv.lib; {
description = "Collection of documentation utilities for the GNOME project";
homepage = "https://gitlab.gnome.org/GNOME/gnome-doc-utils";

Loading…
Cancel
Save