nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 11 lines 142 B view raw
1{ qtModule, qtbase }: 2 3qtModule { 4 pname = "qtsvg"; 5 propagatedBuildInputs = [ qtbase ]; 6 outputs = [ 7 "out" 8 "dev" 9 "bin" 10 ]; 11}