mcron: Fix missing libtool dependency
This commit is contained in:
parent
856bbf010a
commit
30d208ed5e
@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, guile, which, ed }:
|
||||
{ fetchurl, stdenv, guile, which, ed, libtool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mcron-1.0.6";
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace makefile.in --replace "rwxs" "rwx"
|
||||
'';
|
||||
|
||||
buildInputs = [ guile which ed ];
|
||||
buildInputs = [ guile which ed libtool ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user