adwaita-qt: add dev output

So that gtk3.dev is not included in the closure through CMake files.
This commit is contained in:
Jan Tojnar
2021-10-13 18:24:14 +02:00
parent 7ae3ae5aab
commit dc6d7cd3f0
+2
View File
@@ -14,6 +14,8 @@ mkDerivation rec {
pname = "adwaita-qt";
version = "1.4.0";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "FedoraQt";
repo = pname;