Merge pull request #265982 from NickCao/fcitx5-gtk
fcitx5-gtk: add dev output
This commit is contained in:
commit
0369e58dfa
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-xVBmFFUnlWqviht/KGFTHCd3xCln/6hyBG72tIHqopc=";
|
sha256 = "sha256-xVBmFFUnlWqviht/KGFTHCd3xCln/6hyBG72tIHqopc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
|
"-DGOBJECT_INTROSPECTION_GIRDIR=share/gir-1.0"
|
||||||
"-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
|
"-DGOBJECT_INTROSPECTION_TYPELIBDIR=lib/girepository-1.0"
|
||||||
|
|
Loading…
Reference in a new issue