This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
1a5ad29c48
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qttranslations.nix
7 lines
90 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
,
qttools
}:
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
t
r
a
n
s
l
a
t
i
o
n
s
"
;
qtInputs
=
[
qttools
]
;
}
Copy permalink