fix teamspeak_client build
This commit is contained in:
parent
146faea572
commit
ea42838981
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, zlib, glib, libpng, freetype, xorg
|
{ stdenv, fetchurl, makeWrapper, zlib, glib, libpng, freetype, xorg
|
||||||
, fontconfig, xlibs, qt5, xkeyboard_config, alsaLib, pulseaudio ? null
|
, fontconfig, xlibs, qt5, xkeyboard_config, alsaLib, pulseaudio ? null
|
||||||
, libredirect, quazip
|
, libredirect, quazip, less, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -33,11 +33,11 @@ stdenv.mkDerivation rec {
|
|||||||
else "1b3nbvfpd8lx3dig8z5yk6zjkbmsy6y938dhj1f562wc8adixciz";
|
else "1b3nbvfpd8lx3dig8z5yk6zjkbmsy6y938dhj1f562wc8adixciz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper less which ];
|
||||||
|
|
||||||
unpackPhase =
|
unpackPhase =
|
||||||
''
|
''
|
||||||
yes | sh $src
|
echo -e 'q\ny' | sh -xe $src
|
||||||
cd TeamSpeak*
|
cd TeamSpeak*
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user