mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 06:19:00 +00:00
ags: update build dependencies and metadata
This commit is contained in:
parent
b30691629b
commit
09eb354d2a
@ -1,5 +1,4 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
{ lib
|
||||
, buildNpmPackage
|
||||
, fetchFromGitHub
|
||||
, meson
|
||||
@ -7,8 +6,14 @@
|
||||
, pkg-config
|
||||
, gobject-introspection
|
||||
, gjs
|
||||
, gtk3
|
||||
, glib-networking
|
||||
, gnome
|
||||
, gtk-layer-shell
|
||||
, libpulseaudio
|
||||
, libsoup_3
|
||||
, networkmanager
|
||||
, upower
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
@ -29,14 +34,21 @@ buildNpmPackage rec {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
gobject-introspection
|
||||
gjs
|
||||
gobject-introspection
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
# Most of the build inputs here are basically needed for their typelibs.
|
||||
buildInputs = [
|
||||
gjs
|
||||
gtk3
|
||||
glib-networking
|
||||
gnome.gnome-bluetooth
|
||||
gtk-layer-shell
|
||||
libpulseaudio
|
||||
libsoup_3
|
||||
networkmanager
|
||||
upower
|
||||
];
|
||||
|
||||
# TODO: I have no idea how to properly make use of the binaries from
|
||||
@ -51,6 +63,7 @@ buildNpmPackage rec {
|
||||
description = "A EWW-inspired widget system as a GJS library";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ foo-dogsquared ];
|
||||
mainProgram = "ags";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user