mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
pythonPackages.qscintilla: fix build
This commit is contained in:
parent
def5aeb17f
commit
029aba960a
@ -17,7 +17,9 @@ disabledIf (isPy3k || isPyPy)
|
||||
|
||||
src = pkgs.qscintilla.src;
|
||||
|
||||
buildInputs = [ pkgs.xorg.lndir pyqt4.qt pyqt4 ];
|
||||
nativeBuildInputs = [ pkgs.xorg.lndir ];
|
||||
|
||||
buildInputs = [ pyqt4.qt pyqt4 ];
|
||||
|
||||
preConfigure = ''
|
||||
mkdir -p $out
|
||||
|
Loading…
Reference in New Issue
Block a user