at master 272 B view raw
1{ 2 qtModule, 3 qtbase, 4 qtdeclarative, 5 qtserialport, 6 pkg-config, 7 openssl, 8}: 9 10qtModule { 11 pname = "qtpositioning"; 12 propagatedBuildInputs = [ 13 qtbase 14 qtdeclarative 15 qtserialport 16 ]; 17 nativeBuildInputs = [ pkg-config ]; 18 buildInputs = [ openssl ]; 19}