This website requires JavaScript.
Explore
Help
Register
Sign In
BoomMicrophone
/
nixpkgs-suyu
Watch
1
Star
0
Fork
You've already forked nixpkgs-suyu
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
2fec9c6e29
nixpkgs-suyu
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtimageformats.nix
7 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
qt5: factor out common definitions and remove symlink farm The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
2017-10-24 13:39:54 +02:00
{
qtModule
,
qtbase
}:
qt58: init at 5.8.0 Qt 5.8 is now the default version.
2017-02-28 16:37:57 +01:00
qt5: factor out common definitions and remove symlink farm The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
2017-10-24 13:39:54 +02:00
qtModule
{
qt58: init at 5.8.0 Qt 5.8 is now the default version.
2017-02-28 16:37:57 +01:00
name
=
"
q
t
i
m
a
g
e
f
o
r
m
a
t
s
"
;
qtInputs
=
[
qtbase
]
;
}
Reference in a new issue
Copy permalink