nixos/alsa: reintroduce hardware.alsa.enablePersistence (#373529)
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtpurchasing.nix
blob1561666cc7d0d97c5095c4066f91e71fb9bb7742
2   qtModule,
3   qtbase,
4   qtdeclarative,
5 }:
7 qtModule {
8   pname = "qtpurchasing";
9   propagatedBuildInputs = [
10     qtbase
11     qtdeclarative
12   ];