Merge pull request #15300 from sorpaas/fix-firefox

calibre: Fix file already exists building problem
This commit is contained in:
zimbatm 2016-05-08 14:33:34 +01:00
commit e892c52737

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 ];