calibre: Fix file already exist building problem

This commit is contained in:
Wei Tang 2016-05-08 03:14:48 +02:00
parent 9e0d0423fe
commit 14c22adbc3

View File

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
# hack around a build problem
preBuild = ''
mkdir -p ../tmp.*/lib
ln -s '${qtbase.out}/lib/libQt5PlatformSupport.a' ../tmp.*/lib/
'';
nativeBuildInputs = [ makeWrapper pkgconfig qmakeHook ];