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
efd793b484
nixpkgs-suyu
/
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 13:39:54 +02:00
{
qtModule
,
qtbase
,
qttools
}:
qtModule
{
Restore version in Qt derivation names
2021-05-14 12:53:30 +02: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 13:39:54 +02:00
qtInputs
=
[
qtbase
qttools
]
;
}
Reference in a new issue
Copy permalink