mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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 = [
|
||||
gobject-introspection
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
@ -54,6 +53,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
(python3.withPackages(ps: with ps; [
|
||||
pygobject3
|
||||
setproctitle # mate applet
|
||||
|
Loading…
Reference in New Issue
Block a user