2020-08-24 13:48:57 -07:00
|
|
|
{ qtModule, qtbase, libtiff }:
|
2017-02-28 07:37:57 -08:00
|
|
|
|
2017-10-24 04:39:54 -07:00
|
|
|
qtModule {
|
2017-02-28 07:37:57 -08:00
|
|
|
name = "qtimageformats";
|
|
|
|
qtInputs = [ qtbase ];
|
2020-08-24 13:48:57 -07:00
|
|
|
propagatedBuildInputs = [ libtiff ];
|
2017-02-28 07:37:57 -08:00
|
|
|
}
|