lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 13 lines 266 B view raw
1{ 2 qtModule, 3 stdenv, 4 lib, 5 qtbase, 6 systemd, 7}: 8 9qtModule { 10 pname = "qtserialport"; 11 propagatedBuildInputs = [ qtbase ]; 12 env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isLinux "-DNIXPKGS_LIBUDEV=\"${lib.getLib systemd}/lib/libudev\""; 13}