utillinux: rename to util-linux
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchgit, python, gyp, utillinux }:
|
||||
{ stdenv, lib, fetchgit, python, gyp, util-linux }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "bud";
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [
|
||||
python gyp
|
||||
] ++ lib.optional stdenv.isLinux utillinux;
|
||||
] ++ lib.optional stdenv.isLinux util-linux;
|
||||
|
||||
buildPhase = ''
|
||||
python ./gyp_bud -f make
|
||||
|
||||
Reference in New Issue
Block a user