Unverified Commit ad4d0d76 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

paho-mqtt-cpp: migrate to by-name

parent 653397e1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11507,8 +11507,6 @@ with pkgs;
  paho-mqtt-c = callPackage ../development/libraries/paho-mqtt-c { };
  paho-mqtt-cpp = callPackage ../development/libraries/paho-mqtt-cpp { };
  pakcs = callPackage ../development/compilers/pakcs {
    # Doesn't compile with GHC 9.0 due to whitespace syntax changes
    # see also https://github.com/NixOS/nixpkgs/issues/166108