2020-08-24 21:48:57 +01:00
|
|
|
{ qtModule, qtbase, libtiff }:
|
2017-02-28 15:37:57 +00:00
|
|
|
|
2017-10-24 12:39:54 +01:00
|
|
|
qtModule {
|
2017-02-28 15:37:57 +00:00
|
|
|
name = "qtimageformats";
|
|
|
|
qtInputs = [ qtbase ];
|
2020-08-24 21:48:57 +01:00
|
|
|
propagatedBuildInputs = [ libtiff ];
|
2017-02-28 15:37:57 +00:00
|
|
|
}
|