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
1 changed files with 12 additions and 9 deletions

View File

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