utillinux: rename to util-linux
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
, conmon # Container runtime monitor
|
||||
, slirp4netns # User-mode networking for unprivileged namespaces
|
||||
, fuse-overlayfs # CoW for images, much faster than default vfs
|
||||
, utillinux # nsenter
|
||||
, util-linux # nsenter
|
||||
, cni-plugins # not added to path
|
||||
, iptables
|
||||
}:
|
||||
@@ -23,7 +23,7 @@ let
|
||||
conmon
|
||||
slirp4netns
|
||||
fuse-overlayfs
|
||||
utillinux
|
||||
util-linux
|
||||
iptables
|
||||
] ++ extraPackages);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
, git
|
||||
, gnugrep
|
||||
, ncurses
|
||||
, utillinux
|
||||
, util-linux
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
git
|
||||
gnugrep
|
||||
ncurses
|
||||
utillinux
|
||||
util-linux
|
||||
];
|
||||
in
|
||||
''
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, pkgconfig, glib, utillinux, scowl }:
|
||||
{ lib, stdenv, fetchFromGitHub, pkgconfig, glib, util-linux, scowl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "halfempty";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0838pw0ccjvlxmjygzrnppz1fx1a10vjzdgjbxgb4wgpqjr8v6vc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig utillinux ];
|
||||
nativeBuildInputs = [ pkgconfig util-linux ];
|
||||
buildInputs = [ glib ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
, flex
|
||||
, zlib
|
||||
, perlPackages
|
||||
, utillinux
|
||||
, util-linux
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
# so let's make sure it knows where to find it:
|
||||
postPatch = stdenv.lib.optionalString stdenv.isLinux ''
|
||||
substituteInPlace creduce/creduce_utils.pm --replace \
|
||||
lscpu ${utillinux}/bin/lscpu
|
||||
lscpu ${util-linux}/bin/lscpu
|
||||
'';
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, fetchurl, pkgconfig, makeWrapper
|
||||
, libusb1, tcl, utillinux, coreutils, bash }:
|
||||
, libusb1, tcl, util-linux, coreutils, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "usb-modeswitch";
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/usb_modeswitch_dispatcher \
|
||||
--set PATH ${lib.makeBinPath [ utillinux coreutils bash ]}
|
||||
--set PATH ${lib.makeBinPath [ util-linux coreutils bash ]}
|
||||
'';
|
||||
|
||||
buildInputs = [ libusb1 tcl ];
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitLab, perl, icmake, utillinux }:
|
||||
{ stdenv, fetchFromGitLab, perl, icmake, util-linux }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "yodl";
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs scripts/
|
||||
substituteInPlace INSTALL.im --replace /usr $out
|
||||
substituteInPlace macros/rawmacros/startdoc.pl --replace /usr/bin/perl ${perl}/bin/perl
|
||||
substituteInPlace scripts/yodl2whatever.in --replace getopt ${utillinux}/bin/getopt
|
||||
substituteInPlace scripts/yodl2whatever.in --replace getopt ${util-linux}/bin/getopt
|
||||
'';
|
||||
|
||||
# Set TERM because icmbuild calls tput.
|
||||
|
||||
Reference in New Issue
Block a user