deepin.dde-api: fix strict build

This commit is contained in:
Jörg Thalheim 2020-03-18 13:44:15 +00:00
parent d13c14b5e3
commit 4f44435071
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -43,28 +43,31 @@ buildGoPackage rec {
pkgconfig
deepin-gettext-tools # build
dbus-factory # build
go-dbus-factory # needed
go-gir-generator # needed
go-lib # build
deepin.setupHook
];
buildInputs = [
alsaLib # needed
# TODO: using $PATH to find run time executable does not work with cross compiling
bc # run (to adjust grub theme?)
blur-effect # run (is it really needed?)
coreutils # run (is it really needed?)
fontconfig # run (is it really needed?)
#glib # ? arch
rfkill # run
xcur2png # run
grub2 # run (is it really needed?)
];
buildInputs = [
go-dbus-factory # needed
go-gir-generator # needed
go-lib # build
alsaLib # needed
#glib # ? arch
gtk3 # build run
libcanberra # build run
libgudev # needed
librsvg # build run
poppler # build run
pulseaudio # needed
rfkill # run
xcur2png # run
#locales # run (locale-helper needs locale-gen, which is unavailable on NixOS?)
];