mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
libsForQt5.qscintilla: don't apply darwin patch on non-darwin systems
This commit is contained in:
parent
f5e2cfc779
commit
be153f6323
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
++ (if withQt5 then [ qmake ] else [ qmake4Hook ]);
|
||||
|
||||
|
||||
patches = [] ++ lib.optional withQt5 [ xcodePatch ];
|
||||
patches = lib.optional (stdenv.isDarwin && withQt5) [ xcodePatch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user