qtox: Fix installPhase
This commit is contained in:
parent
459fd43988
commit
c81575eae1
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user