refine
This commit is contained in:
parent
c5ffccf45c
commit
769ef84cd3
2 changed files with 7 additions and 8 deletions
|
|
@ -3,9 +3,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
autoconf,
|
||||
automake,
|
||||
libtool,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -22,9 +20,9 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
pkgs.autoconf
|
||||
pkgs.automake
|
||||
pkgs.libtool
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue