Update pkgs/applications/networking/irc/thelounge/default.nix
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
co-authored by
Pol Dellaiera
parent
beeae88591
commit
d87b06135e
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# Distutils was deprecated in 3.10, and removed in 3.12. This build needs it. An alternative could be adding
|
||||
# setuptools, but testing with that and 3.12 still fails.
|
||||
nativeBuildInputs = [ nodejs yarn fixup-yarn-lock python311 npmHooks.npmInstallHook ] ++ lib.optional stdenv.hostPlatform.isDarwin cctools;
|
||||
nativeBuildInputs = [ nodejs yarn fixup-yarn-lock python311 npmHooks.npmInstallHook ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ cctools ];
|
||||
buildInputs = [ sqlite ];
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user