+7
-5
pkgs/applications/networking/irc/thelounge/default.nix
+7
-5
pkgs/applications/networking/irc/thelounge/default.nix
·········-nativeBuildInputs = [ nodejs yarn fixup-yarn-lock python3 npmHooks.npmInstallHook ] ++ lib.optional stdenv.hostPlatform.isDarwin cctools;
·········+# Distutils was deprecated in 3.10, and removed in 3.12. This build needs it. An alternative could be adding+nativeBuildInputs = [ nodejs yarn fixup-yarn-lock python311 npmHooks.npmInstallHook ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ cctools ];