Merge pull request #239166 from apfelkuchen6/goocanvas-cross

This commit is contained in:
Artturi 2023-06-22 15:26:36 +03:00 committed by GitHub
commit 68225653a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "141fm7mbqib0011zmkv3g8vxcjwa7hypmq71ahdyhnj2sjvy4a67";
};
nativeBuildInputs = [ pkg-config gettext gtk-doc python3 ];
buildInputs = [ gtk3 cairo glib gobject-introspection ];
nativeBuildInputs = [ pkg-config gettext gtk-doc python3 gobject-introspection ];
buildInputs = [ gtk3 cairo glib ];
configureFlags = [
"--disable-python"