This commit is contained in:
Jeffrey C. Ollie 2022-08-21 16:40:13 -05:00
parent 4e0cde965d
commit c21d20b6a0
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -29,10 +29,11 @@
python = pkgs.python310;
projectDir = ./.;
propagatedBuildInputs = [
pkgs.cairo
pkgs.gobject-introspection
pkgs.gtk4
pkgs.pkg-config
# pkgs.python310Packages.pygobject3
# pkgs.cairo
# pkgs.gobject-introspection
# pkgs.gtk4
# pkgs.pkg-config
];
};
}