mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
calibre: Fix file already exist building problem
This commit is contained in:
parent
9e0d0423fe
commit
14c22adbc3
1 changed files with 0 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue