mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
cartridges: add missing build deps
This commit is contained in:
parent
7401dfca27
commit
2458b6ac7d
@ -2,12 +2,14 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
|
appstream,
|
||||||
blueprint-compiler,
|
blueprint-compiler,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
libadwaita,
|
libadwaita,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
|
pkg-config,
|
||||||
wrapGAppsHook4,
|
wrapGAppsHook4,
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
@ -26,11 +28,13 @@ python3Packages.buildPythonApplication rec {
|
|||||||
mesonFlags = [ "-Dtiff_compression=jpeg" ];
|
mesonFlags = [ "-Dtiff_compression=jpeg" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
appstream
|
||||||
blueprint-compiler
|
blueprint-compiler
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
pkg-config
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user