e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv

This commit is contained in:
Will Dietz 2019-03-14 10:42:23 -05:00
parent 1cb7a3b519
commit 10a84188ff

View file

@ -1,4 +1,4 @@
{ stdenv, buildPackages, fetchurl, fetchpatch, pkgconfig, libuuid, gettext, texinfo, perl }:
{ stdenv, buildPackages, fetchurl, fetchpatch, pkgconfig, libuuid, gettext, texinfo }:
stdenv.mkDerivation rec {
pname = "e2fsprogs";
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
"--enable-libuuid --disable-e2initrd-helper"
];
checkInputs = [ perl ];
checkInputs = [ buildPackages.perl ];
doCheck = true;
postInstall = ''