lol

backward-cpp: expand platforms to all

+1 -1
+1 -1
pkgs/development/libraries/backward-cpp/default.nix
··· 24 24 description = "Beautiful stack trace pretty printer for C++"; 25 25 homepage = "https://github.com/bombela/backward-cpp"; 26 26 license = licenses.mit; 27 - platforms = platforms.linux; 27 + platforms = platforms.all; 28 28 maintainers = with maintainers; [ cstrahan ]; 29 29 }; 30 30 }