paho-mqtt-cpp: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-06-26 20:20:49 +04:00
parent 653397e1ab
commit ad4d0d761a
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
2 changed files with 0 additions and 2 deletions

View File

@ -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