nixpkgs/pkgs/development/libraries/qt-5/modules/qtremoteobjects.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
214 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtdeclarative }:
qtModule {
pname = "qtremoteobjects";
propagatedBuildInputs = [ qtbase qtdeclarative ];
# cycle is detected in build when adding "dev" "bin" too
outputs = [ "out" ];
}