Merge pull request #79780 from mkg20001/ge
cinnamon.xapps: move gobject-introspection to buildInputs
This commit is contained in:
commit
129224e23b
@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gobject-introspection
|
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
pkgconfig
|
||||||
@ -54,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
gobject-introspection
|
||||||
(python3.withPackages(ps: with ps; [
|
(python3.withPackages(ps: with ps; [
|
||||||
pygobject3
|
pygobject3
|
||||||
setproctitle # mate applet
|
setproctitle # mate applet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user