mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #179826 from tpwrules/lxqt-add-qtimageformats
This commit is contained in:
commit
94cc879da0
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, qttools
|
||||
, qtx11extras
|
||||
, qtsvg
|
||||
, qtimageformats
|
||||
, xorg
|
||||
, lxqt-build-tools
|
||||
, libfm-qt
|
||||
|
@ -36,6 +37,7 @@ mkDerivation rec {
|
|||
qttools
|
||||
qtx11extras
|
||||
qtsvg
|
||||
qtimageformats # add-on module to support more image file formats
|
||||
libfm-qt
|
||||
xorg.libpthreadstubs
|
||||
xorg.libXdmcp
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
, qtbase
|
||||
, qttools
|
||||
, qtx11extras
|
||||
, qtimageformats
|
||||
, libfm-qt
|
||||
, menu-cache
|
||||
, lxmenu-data
|
||||
|
@ -34,6 +35,7 @@ mkDerivation rec {
|
|||
qtbase
|
||||
qttools
|
||||
qtx11extras
|
||||
qtimageformats # add-on module to support more image file formats
|
||||
libfm-qt
|
||||
libfm-qt
|
||||
menu-cache
|
||||
|
|
Loading…
Reference in a new issue