Bobby Rong 2024-10-31 22:50:32 +08:00
parent bfedd4a021
commit 3fd360cd72
No known key found for this signature in database

View File

@ -185,5 +185,7 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2Plus;
platforms = platforms.unix;
pkgConfigModules = [ "tracker-sparql-3.0" "tinysparql-3.0" ];
# Not before <gio/gdesktopappinfo.h> is properly conditioned.
broken = stdenv.hostPlatform.isDarwin;
};
})