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