This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6df5ca68f5
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtscript.nix
7 lines
100 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 04:39:54 -07:00
{
qtModule
,
qtbase
,
qttools
}:
qtModule
{
Restore version in Qt derivation names
2021-05-14 03:53:30 -07:00
pname
=
"
q
t
s
c
r
i
p
t
"
;
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 04:39:54 -07:00
qtInputs
=
[
qtbase
qttools
]
;
}
Reference in New Issue
Copy Permalink