add GNU parted
svn path=/nixpkgs/trunk/; revision=3484
This commit is contained in:
parent
6fab88924c
commit
26b5326da4
@ -51,6 +51,11 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
parted = (import ../tools/misc/parted) {
|
||||||
|
inherit fetchurl stdenv e2fsprogs;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
diffutils = (import ../tools/text/diffutils) {
|
diffutils = (import ../tools/text/diffutils) {
|
||||||
inherit fetchurl stdenv coreutils;
|
inherit fetchurl stdenv coreutils;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user