This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
22ff785205
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtscript.nix
7 lines
99 B
Nix
Raw
Blame
History
{
qtModule
,
qtbase
,
qttools
}:
qtModule
{
name
=
"
q
t
s
c
r
i
p
t
"
;
qtInputs
=
[
qtbase
qttools
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink