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
2 changed files with 0 additions and 2 deletions
-2
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