1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://debian/pool/main/d/${pname}/${pname}_${version}.tar.xz";
9 sha256 = "1pjh2s5f8qp8jaky2x08yvf125np0s48zb2z6f3h6x4vf20hws1v";
13 description = "Miscellaneous utilities specific to Debian";
15 This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly.
17 The specific utilities included are: add-shell installkernel ischroot remove-shell run-parts savelog tempfile which
19 downloadPage = "https://packages.debian.org/sid/debianutils";
20 license = with licenses; [ gpl2Plus publicDomain smail ];
22 platforms = platforms.all;
23 broken = stdenv.isDarwin;