qtox: Fix installPhase

This commit is contained in:
Jascha Geerds 2014-12-04 11:26:00 +01:00
parent 459fd43988
commit c81575eae1

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configurePhase = "qmake"; configurePhase = "qmake";
installPhase = '' installPhase = ''
mkdir $out/bin mkdir -p $out/bin
cp qtox $out/bin cp qtox $out/bin
''; '';