verbiste: don't build gtk2 app (#547276)

This commit is contained in:
Yohann Boniface
2026-07-30 17:18:27 +00:00
committed by GitHub
+3 -5
View File
@@ -3,7 +3,6 @@
stdenv,
fetchurl,
pkg-config,
gtk2,
libxml2,
}:
@@ -18,10 +17,9 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ pkg-config ];
buildInputs = [
gtk2
libxml2
];
buildInputs = [ libxml2 ];
configureFlags = [ "--without-gtk-app" ];
enableParallelBuilding = true;