mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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
|
||||
preBuild = ''
|
||||
mkdir -p ../tmp.*/lib
|
||||
ln -s '${qtbase.out}/lib/libQt5PlatformSupport.a' ../tmp.*/lib/
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pkgconfig qmakeHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user