flowtime: fix build
This commit is contained in:
parent
571f06ad0d
commit
cf43624578
1 changed files with 7 additions and 1 deletions
|
@ -5,12 +5,14 @@
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, wrapGAppsHook4
|
, wrapGAppsHook4
|
||||||
|
, gst_all_1
|
||||||
, libadwaita
|
, libadwaita
|
||||||
, libxml2
|
, libxml2
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libportal-gtk4
|
, libportal-gtk4
|
||||||
, blueprint-compiler
|
, blueprint-compiler
|
||||||
|
, appstream-glib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -32,13 +34,17 @@ stdenv.mkDerivation rec {
|
||||||
pkg-config
|
pkg-config
|
||||||
vala
|
vala
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
|
appstream-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libadwaita
|
libadwaita
|
||||||
libxml2
|
libxml2
|
||||||
libportal-gtk4
|
libportal-gtk4
|
||||||
];
|
] ++ (with gst_all_1; [
|
||||||
|
gstreamer
|
||||||
|
gst-plugins-base
|
||||||
|
]);
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Get what motivates you done, without losing concentration";
|
description = "Get what motivates you done, without losing concentration";
|
||||||
|
|
Loading…
Reference in a new issue