calibre: Fix file already exist building problem
This commit is contained in:
parent
9e0d0423fe
commit
14c22adbc3
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
# hack around a build problem
|
# hack around a build problem
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
mkdir -p ../tmp.*/lib
|
mkdir -p ../tmp.*/lib
|
||||||
ln -s '${qtbase.out}/lib/libQt5PlatformSupport.a' ../tmp.*/lib/
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig qmakeHook ];
|
nativeBuildInputs = [ makeWrapper pkgconfig qmakeHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user