add GNU parted
svn path=/nixpkgs/trunk/; revision=3484
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user