utillinux: rename to util-linux
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, edk2, utillinux, nasm, iasl
|
||||
{ stdenv, lib, edk2, util-linux, nasm, iasl
|
||||
, csmSupport ? false, seabios ? null
|
||||
, secureBoot ? false
|
||||
}:
|
||||
@@ -24,7 +24,7 @@ edk2.mkDerivation projectDscPath {
|
||||
|
||||
outputs = [ "out" "fd" ];
|
||||
|
||||
buildInputs = [ utillinux nasm iasl ];
|
||||
buildInputs = [ util-linux nasm iasl ];
|
||||
|
||||
hardeningDisable = [ "format" "stackprotector" "pic" "fortify" ];
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, buildGoPackage, btrfs-progs, go-md2man, installShellFiles, utillinux, nixosTests }:
|
||||
{ lib, fetchFromGitHub, buildGoPackage, btrfs-progs, go-md2man, installShellFiles, util-linux, nixosTests }:
|
||||
|
||||
with lib;
|
||||
|
||||
@@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
goPackagePath = "github.com/containerd/containerd";
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
nativeBuildInputs = [ go-md2man installShellFiles utillinux ];
|
||||
nativeBuildInputs = [ go-md2man installShellFiles util-linux ];
|
||||
|
||||
buildInputs = [ btrfs-progs ];
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
, runc # Default container runtime
|
||||
, crun # Container runtime (default with cgroups v2 for podman/buildah)
|
||||
, conmon # Container runtime monitor
|
||||
, utillinux # nsenter
|
||||
, util-linux # nsenter
|
||||
, cni-plugins # not added to path
|
||||
, iptables
|
||||
}:
|
||||
@@ -19,7 +19,7 @@ let
|
||||
runc
|
||||
crun
|
||||
conmon
|
||||
utillinux
|
||||
util-linux
|
||||
iptables
|
||||
] ++ extraPackages);
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
, makeWrapper, installShellFiles, pkgconfig
|
||||
, go-md2man, go, containerd, runc, docker-proxy, tini, libtool
|
||||
, sqlite, iproute, lvm2, systemd
|
||||
, btrfs-progs, iptables, e2fsprogs, xz, utillinux, xfsprogs, git
|
||||
, btrfs-progs, iptables, e2fsprogs, xz, util-linux, xfsprogs, git
|
||||
, procps, libseccomp
|
||||
, nixosTests
|
||||
}:
|
||||
@@ -140,7 +140,7 @@ rec {
|
||||
|
||||
outputs = ["out" "man"];
|
||||
|
||||
extraPath = optionals (stdenv.isLinux) (makeBinPath [ iproute iptables e2fsprogs xz xfsprogs procps utillinux git ]);
|
||||
extraPath = optionals (stdenv.isLinux) (makeBinPath [ iproute iptables e2fsprogs xz xfsprogs procps util-linux git ]);
|
||||
|
||||
installPhase = ''
|
||||
cd ./go/src/${goPackagePath}
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{stdenv
|
||||
, lib
|
||||
, fetchurl
|
||||
, utillinux
|
||||
, util-linux
|
||||
, gpgme
|
||||
, openssl
|
||||
, libuuid
|
||||
@@ -27,7 +27,7 @@ buildGoPackage rec {
|
||||
goPackagePath = "github.com/sylabs/singularity";
|
||||
|
||||
buildInputs = [ gpgme openssl libuuid ];
|
||||
nativeBuildInputs = [ utillinux which makeWrapper cryptsetup ];
|
||||
nativeBuildInputs = [ util-linux which makeWrapper cryptsetup ];
|
||||
propagatedBuildInputs = [ coreutils squashfsTools ];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ mkDerivation, lib, fetchFromGitHub, fetchpatch, cmake, pkgconfig
|
||||
, qtbase, qtmultimedia, qtsvg, qttools, krdc
|
||||
, libvncserver, libvirt, pcre, pixman, qtermwidget, spice-gtk, spice-protocol
|
||||
, libselinux, libsepol, utillinux
|
||||
, libselinux, libsepol, util-linux
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@@ -32,7 +32,7 @@ mkDerivation rec {
|
||||
buildInputs = [
|
||||
qtbase qtmultimedia qtsvg krdc
|
||||
libvirt libvncserver pcre pixman qtermwidget spice-gtk spice-protocol
|
||||
libselinux libsepol utillinux
|
||||
libselinux libsepol util-linux
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig qttools ];
|
||||
|
||||
@@ -14,7 +14,7 @@ config:
|
||||
# Scripts
|
||||
, coreutils, gawk, gnused, gnugrep, diffutils, multipath-tools
|
||||
, iproute, inetutils, iptables, bridge-utils, openvswitch, nbd, drbd
|
||||
, lvm2, utillinux, procps, systemd
|
||||
, lvm2, util-linux, procps, systemd
|
||||
|
||||
# Documentation
|
||||
# python2Packages.markdown
|
||||
@@ -28,7 +28,7 @@ let
|
||||
#TODO: fix paths instead
|
||||
scriptEnvPath = concatMapStringsSep ":" (x: "${x}/bin") [
|
||||
which perl
|
||||
coreutils gawk gnused gnugrep diffutils utillinux multipath-tools
|
||||
coreutils gawk gnused gnugrep diffutils util-linux multipath-tools
|
||||
iproute inetutils iptables bridge-utils openvswitch nbd drbd
|
||||
];
|
||||
|
||||
@@ -146,8 +146,8 @@ stdenv.mkDerivation (rec {
|
||||
--replace /usr/sbin/lvs ${lvm2}/bin/lvs
|
||||
|
||||
substituteInPlace tools/misc/xenpvnetboot \
|
||||
--replace /usr/sbin/mount ${utillinux}/bin/mount \
|
||||
--replace /usr/sbin/umount ${utillinux}/bin/umount
|
||||
--replace /usr/sbin/mount ${util-linux}/bin/mount \
|
||||
--replace /usr/sbin/umount ${util-linux}/bin/umount
|
||||
|
||||
substituteInPlace tools/xenmon/xenmon.py \
|
||||
--replace /usr/bin/pkill ${procps}/bin/pkill
|
||||
|
||||
Reference in New Issue
Block a user