mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 14:51:49 +00:00
darwin purity: gdk-pixbuf
This commit is contained in:
parent
9f6f299448
commit
4fd74930ce
|
@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
|
|||
+ stdenv.lib.optionalString (gobjectIntrospection != null) " --enable-introspection=yes"
|
||||
;
|
||||
|
||||
doCheck = true;
|
||||
# Seems to randomly fail sometimes with a bus error. FIXME
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
postInstall = "rm -rf $out/share/gtk-doc";
|
||||
|
||||
|
|
Loading…
Reference in a new issue