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

14 lines
146 B
Nix
Raw Permalink Normal View History

{
qtModule,
qtbase,
qtdeclarative,
}:
2024-05-03 22:43:57 +03:00
qtModule {
pname = "qtpurchasing";
propagatedBuildInputs = [
qtbase
qtdeclarative
];
}