1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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";
installPhase = ''
mkdir $out/bin
mkdir -p $out/bin
cp qtox $out/bin
'';