This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
db215a62b7
nixpkgs
/
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 12:39:54 +01:00
{
qtModule
,
qtbase
}:
qt58: init at 5.8.0 Qt 5.8 is now the default version.
2017-02-28 15:37:57 +00: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 12:39:54 +01:00
qtModule
{
qt58: init at 5.8.0 Qt 5.8 is now the default version.
2017-02-28 15:37:57 +00:00
name
=
"
q
t
i
m
a
g
e
f
o
r
m
a
t
s
"
;
qtInputs
=
[
qtbase
]
;
}
Reference in New Issue
Copy Permalink