graphene: fix static (#413199)

This commit is contained in:
Aleksana
2025-06-06 12:43:30 +08:00
committed by GitHub
+5 -2
View File
@@ -13,8 +13,11 @@
nixosTests,
glib,
withDocumentation ?
stdenv.buildPlatform.canExecute stdenv.hostPlatform
|| stdenv.hostPlatform.emulatorAvailable buildPackages,
(
stdenv.buildPlatform.canExecute stdenv.hostPlatform
|| stdenv.hostPlatform.emulatorAvailable buildPackages
)
&& !stdenv.hostPlatform.isStatic,
gtk-doc,
docbook_xsl,
docbook_xml_dtd_43,