deepin.dde-api: fix strict build
This commit is contained in:
parent
d13c14b5e3
commit
4f44435071
@ -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?)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user