qscintilla-qt6: init

(cherry picked from commit 717d80c63e50100ee80428fa941e35b92650baad)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
ajs124 2023-07-25 17:49:12 +02:00 committed by Francesco Gazzetta
parent 616242324f
commit 3dac2b2745
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@
, fetchurl
, unzip
, qtbase
, qtmacextras
, qtmacextras ? null
, qmake
, fixDarwinDylibNames
}:
@ -63,5 +63,7 @@ stdenv.mkDerivation rec {
license = with licenses; [ gpl3 ]; # and commercial
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
# ld: library not found for -lcups
broken = stdenv.isDarwin && lib.versionAtLeast qtbase.version "6";
};
}

View file

@ -12303,6 +12303,8 @@ with pkgs;
qscintilla-qt4 = callPackage ../development/libraries/qscintilla-qt4 { };
qscintilla-qt6 = qt6Packages.callPackage ../development/libraries/qscintilla { };
qrcp = callPackage ../tools/networking/qrcp { };
qrscan = callPackage ../tools/misc/qrscan { };