Loading pkgs/applications/networking/irc/thelounge/default.nix +10 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, fetchYarnDeps, yarn, fixup_yarn_lock, nodejs, npmHooks, nixosTests }: { lib , stdenv , fetchFromGitHub , fetchYarnDeps , nodejs , yarn , fixup_yarn_lock , npmHooks , nixosTests }: stdenv.mkDerivation (finalAttrs: { pname = "thelounge"; Loading Loading
pkgs/applications/networking/irc/thelounge/default.nix +10 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, fetchYarnDeps, yarn, fixup_yarn_lock, nodejs, npmHooks, nixosTests }: { lib , stdenv , fetchFromGitHub , fetchYarnDeps , nodejs , yarn , fixup_yarn_lock , npmHooks , nixosTests }: stdenv.mkDerivation (finalAttrs: { pname = "thelounge"; Loading