mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 02:53:55 +00:00
9 lines
89 B
Nix
9 lines
89 B
Nix
{ qtModule
|
|
, qtbase
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtshadertools";
|
|
qtInputs = [ qtbase ];
|
|
}
|