* Forgot a few utillinuxng references.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30866
This commit is contained in:
Eelco Dolstra
2011-12-13 12:57:32 +00:00
parent 39c8bfdcc4
commit c044d7f56f
6 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, devicemapper, libuuid, gettext, readline
, utillinuxng, xz, enableStatic ? false, hurd ? null }:
, utillinux, xz, enableStatic ? false, hurd ? null }:
stdenv.mkDerivation rec {
name = "parted-2.3";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
preCheck =
stdenv.lib.optionalString doCheck
# The `t0400-loop-clobber-infloop.sh' test wants `mkswap'.
"export PATH=\"${utillinuxng}/sbin:$PATH\"";
"export PATH=\"${utillinux}/sbin:$PATH\"";
meta = {
description = "GNU Parted, a tool to create, destroy, resize, check, and copy partitions";

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, devicemapper, libuuid, gettext, readline
, utillinuxng, xz, check, enableStatic ? false, hurd ? null }:
, utillinux, xz, check, enableStatic ? false, hurd ? null }:
stdenv.mkDerivation rec {
name = "parted-3.0";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
preCheck =
stdenv.lib.optionalString doCheck
# The `t0400-loop-clobber-infloop.sh' test wants `mkswap'.
"export PATH=\"${utillinuxng}/sbin:$PATH\"";
"export PATH=\"${utillinux}/sbin:$PATH\"";
meta = {
description = "GNU Parted, a tool to create, destroy, resize, check, and copy partitions";