depot/pkgs/development/libraries/qt-6/modules/qt5compat.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
197 B
Nix
Raw Normal View History

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