mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
libdazzle: fix build on darwin
This commit is contained in:
parent
9cfb5c053b
commit
a90b50917c
@ -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