This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-26 15:44:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
202c3c8f1f
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qttranslations.nix
7 lines
91 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 11:39:54 +00: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 11:39:54 +00:00
qtModule
{
Restore version in Qt derivation names
2021-05-14 10:53:30 +00:00
pname
=
"
q
t
t
r
a
n
s
l
a
t
i
o
n
s
"
;
qt58: init at 5.8.0 Qt 5.8 is now the default version.
2017-02-28 15:37:57 +00:00
qtInputs
=
[
qttools
]
;
}
Reference in New Issue
Copy Permalink