qscintilla: add qtmacextras to propagatedBuildInputs on darwin
This commit is contained in:
parent
1c137e36ea
commit
280edf52b7
@ -19,8 +19,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "04678skipydx68zf52vznsfmll2v9aahr66g50lcqbr6xsmgr1yi";
|
||||
};
|
||||
|
||||
buildInputs = [ (if withQt5 then qtbase else qt4) ]
|
||||
++ lib.optional (withQt5 && stdenv.isDarwin) qtmacextras;
|
||||
buildInputs = [ (if withQt5 then qtbase else qt4) ];
|
||||
|
||||
propagatedBuildInputs = lib.optional (withQt5 && stdenv.isDarwin) qtmacextras;
|
||||
|
||||
nativeBuildInputs = [ unzip ]
|
||||
++ (if withQt5 then [ qmake ] else [ qmake4Hook ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user