Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 19 lines 218 B view raw
1{ 2 qtModule, 3 qtbase, 4 libwebp, 5 jasper, 6 libmng, 7 libtiff, 8}: 9 10qtModule { 11 pname = "qtimageformats"; 12 propagatedBuildInputs = [ qtbase ]; 13 buildInputs = [ 14 libwebp 15 jasper 16 libmng 17 libtiff 18 ]; 19}