nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 99 B view raw
1{ qtModule, qtbase }: 2 3qtModule { 4 pname = "qtx11extras"; 5 propagatedBuildInputs = [ qtbase ]; 6}