summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qt5compat.nix
blob: f3a62b7b5ec982bfe5a4372c72d28dea2e1d73f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ qtModule
, qtbase
, qtdeclarative
, libiconv
, icu
, openssl
}:

qtModule {
  pname = "qt5compat";
  qtInputs = [ qtbase qtdeclarative ];
  buildInputs = [ libiconv icu openssl ];
}