testing
This commit is contained in:
parent
4e0cde965d
commit
c21d20b6a0
1 changed files with 5 additions and 4 deletions
|
@ -29,10 +29,11 @@
|
||||||
python = pkgs.python310;
|
python = pkgs.python310;
|
||||||
projectDir = ./.;
|
projectDir = ./.;
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pkgs.cairo
|
# pkgs.python310Packages.pygobject3
|
||||||
pkgs.gobject-introspection
|
# pkgs.cairo
|
||||||
pkgs.gtk4
|
# pkgs.gobject-introspection
|
||||||
pkgs.pkg-config
|
# pkgs.gtk4
|
||||||
|
# pkgs.pkg-config
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue