mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
cd7d8a60b4
Qt 5.8 is now the default version.
8 lines
145 B
Nix
8 lines
145 B
Nix
{ qtSubmodule, qtbase, qttools }:
|
|
|
|
qtSubmodule {
|
|
name = "qtscript";
|
|
qtInputs = [ qtbase qttools ];
|
|
patches = [ ./0001-glib-2.32.patch ];
|
|
}
|