mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
add parted to build inputs
This commit is contained in:
parent
39e95aa159
commit
00c3bd1561
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||
buildInputs = [
|
||||
libxml2 gnutls perl python2 readline gettext libtasn1 libgcrypt yajl
|
||||
attr libxslt xhtml1 perlPackages.XMLXPath curl libpcap
|
||||
attr libxslt xhtml1 perlPackages.XMLXPath curl libpcap parted
|
||||
] ++ optionals stdenv.isLinux [
|
||||
libpciaccess devicemapper lvm2 utillinux systemd libnl numad zfs
|
||||
libapparmor libcap_ng numactl xen
|
||||
|
|
Loading…
Reference in a new issue