adwaita-qt: add dev output
So that gtk3.dev is not included in the closure through CMake files.
This commit is contained in:
parent
7ae3ae5aab
commit
dc6d7cd3f0
@ -14,6 +14,8 @@ mkDerivation rec {
|
||||
pname = "adwaita-qt";
|
||||
version = "1.4.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FedoraQt";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user