nixpkgs/pkgs/development/libraries/qt-5/5.9/qtimageformats.nix

7 lines
94 B
Nix
Raw Normal View History

{ qtSubmodule, qtbase }:
qtSubmodule {
name = "qtimageformats";
qtInputs = [ qtbase ];
}