e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv
This commit is contained in:
parent
1cb7a3b519
commit
10a84188ff
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue