adwaita-qt: add dev output

So that gtk3.dev is not included in the closure through CMake files.

+2
+2
pkgs/data/themes/adwaita-qt/default.nix
··· 14 14 pname = "adwaita-qt"; 15 15 version = "1.4.0"; 16 16 17 + outputs = [ "out" "dev" ]; 18 + 17 19 src = fetchFromGitHub { 18 20 owner = "FedoraQt"; 19 21 repo = pname;