mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
Merge pull request #185706 from wegank/libdazzle-darwin
libdazzle: fix build on darwin
This commit is contained in:
commit
d070f3d4e0
@ -40,8 +40,9 @@ stdenv.mkDerivation rec {
|
||||
docbook_xsl
|
||||
docbook_xml_dtd_43
|
||||
dbus
|
||||
xvfb-run
|
||||
glib
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
xvfb-run
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -53,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
"-Denable_gtk_doc=true"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.isLinux;
|
||||
|
||||
checkPhase = ''
|
||||
xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
|
||||
|
Loading…
Reference in New Issue
Block a user