mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 14:24:40 +00:00
10 lines
124 B
Nix
10 lines
124 B
Nix
{ qtModule
|
|
, qttools
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qttranslations";
|
|
nativeBuildInputs = [ qttools ];
|
|
outputs = [ "out" ];
|
|
}
|