verbiste: don't build gtk2 app (#547276)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user