Commit 62738972 authored by OPNA2608's avatar OPNA2608
Browse files

libqt5pas: Don't rely on mkDerivation from libsForQt5 anymore

Qt5 is not the only supported Qt version, and Qt6 dropped the scope-specific mkDerivation.
parent b02b8abe
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  mkDerivation,
  stdenv,
  lib,
  lazarus,
  qmake,
@@ -7,7 +7,7 @@
  qtx11extras,
}:

mkDerivation {
stdenv.mkDerivation {
  pname = "libqt5pas";
  inherit (lazarus) version src;

@@ -25,6 +25,8 @@ mkDerivation {
    qtx11extras
  ];

  dontWrapQtApps = true;

  meta = with lib; {
    description = "Free Pascal Qt5 binding library";
    homepage = "https://wiki.freepascal.org/Qt5_Interface#libqt5pas";