solanum: unpin autotools
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
autoreconfHook,
|
||||
autoconf,
|
||||
automake,
|
||||
libtool,
|
||||
bison,
|
||||
fetchFromGitHub,
|
||||
flex,
|
||||
@@ -33,6 +35,10 @@ stdenv.mkDerivation {
|
||||
substituteInPlace include/defaults.h --replace 'ETCPATH "' '"/etc/solanum'
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--enable-epoll"
|
||||
"--enable-ipv6"
|
||||
@@ -47,7 +53,9 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
bison
|
||||
flex
|
||||
pkg-config
|
||||
|
||||
@@ -4377,9 +4377,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user