pkgs/SPFlashTool5: use buildInputs for libraries
This commit is contained in:
parent
dc0351c2c9
commit
d874ae3c0b
1 changed files with 4 additions and 2 deletions
|
@ -31,6 +31,10 @@ stdenvNoCC.mkDerivation (self: {
|
|||
};
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
makeWrapper
|
||||
unrar
|
||||
];
|
||||
buildInputs = [
|
||||
fontconfig
|
||||
freetype
|
||||
glib
|
||||
|
@ -38,8 +42,6 @@ stdenvNoCC.mkDerivation (self: {
|
|||
libjpeg
|
||||
libpng12
|
||||
libz
|
||||
makeWrapper
|
||||
unrar
|
||||
xorg.libSM
|
||||
xorg.libX11
|
||||
xorg.libXext
|
||||
|
|
Loading…
Add table
Reference in a new issue