Loading pkgs/servers/irc/solanum/default.nix +10 −2 Original line number Diff line number Diff line { lib, stdenv, autoreconfHook, autoconf, automake, libtool, bison, fetchFromGitHub, flex, Loading Loading @@ -33,6 +35,10 @@ stdenv.mkDerivation { substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/solanum' ''; preConfigure = '' ./autogen.sh ''; configureFlags = [ "--enable-epoll" "--enable-ipv6" Loading @@ -47,7 +53,9 @@ stdenv.mkDerivation { ]; nativeBuildInputs = [ autoreconfHook autoconf automake libtool bison flex pkg-config Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -4374,9 +4374,7 @@ with pkgs; stm32loader = with python3Packages; toPythonApplication stm32loader; solanum = callPackage ../servers/irc/solanum { autoreconfHook = buildPackages.autoreconfHook269; }; solanum = callPackage ../servers/irc/solanum { }; solc-select = with python3Packages; toPythonApplication solc-select; Loading Loading
pkgs/servers/irc/solanum/default.nix +10 −2 Original line number Diff line number Diff line { lib, stdenv, autoreconfHook, autoconf, automake, libtool, bison, fetchFromGitHub, flex, Loading Loading @@ -33,6 +35,10 @@ stdenv.mkDerivation { substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/solanum' ''; preConfigure = '' ./autogen.sh ''; configureFlags = [ "--enable-epoll" "--enable-ipv6" Loading @@ -47,7 +53,9 @@ stdenv.mkDerivation { ]; nativeBuildInputs = [ autoreconfHook autoconf automake libtool bison flex pkg-config Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -4374,9 +4374,7 @@ with pkgs; stm32loader = with python3Packages; toPythonApplication stm32loader; solanum = callPackage ../servers/irc/solanum { autoreconfHook = buildPackages.autoreconfHook269; }; solanum = callPackage ../servers/irc/solanum { }; solc-select = with python3Packages; toPythonApplication solc-select; Loading