utillinux: rename to util-linux
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, utillinux, which
|
||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, util-linux, which
|
||||
, procps, libcap_ng, openssl, python3 , perl
|
||||
, kernel ? null }:
|
||||
|
||||
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
|
||||
kernel = optional (_kernel != null) _kernel.dev;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ makeWrapper utillinux openssl libcap_ng pythonEnv
|
||||
buildInputs = [ makeWrapper util-linux openssl libcap_ng pythonEnv
|
||||
perl procps which ];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, utillinux, which
|
||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, util-linux, which
|
||||
, procps, libcap_ng, openssl, python2, iproute , perl
|
||||
, automake, autoconf, libtool, kernel ? null }:
|
||||
|
||||
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
||||
kernel = optional (_kernel != null) _kernel.dev;
|
||||
|
||||
nativeBuildInputs = [ autoconf libtool automake pkgconfig ];
|
||||
buildInputs = [ makeWrapper utillinux openssl libcap_ng python2
|
||||
buildInputs = [ makeWrapper util-linux openssl libcap_ng python2
|
||||
perl procps which ];
|
||||
|
||||
preConfigure = "./boot.sh";
|
||||
|
||||
Reference in New Issue
Block a user