repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nixos/alsa: reintroduce hardware.alsa.enablePersistence (#373529)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtpurchasing.nix
blob
1561666cc7d0d97c5095c4066f91e71fb9bb7742
1
{
2
qtModule,
3
qtbase,
4
qtdeclarative,
5
}:
6
7
qtModule {
8
pname = "qtpurchasing";
9
propagatedBuildInputs = [
10
qtbase
11
qtdeclarative
12
];
13
}