qtparted
svn path=/nixpkgs/trunk/; revision=3491
This commit is contained in:
parent
869259ba99
commit
73cb069dd8
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ rec {
|
|||
inherit fetchurl stdenv e2fsprogs ncurses readline;
|
||||
};
|
||||
|
||||
qtparted = (import ../tools/misc/qtparted) {
|
||||
inherit fetchurl stdenv e2fsprogs ncurses readline parted zlib qt3;
|
||||
inherit (xlibs) libX11 libXext;
|
||||
};
|
||||
|
||||
diffutils = (import ../tools/text/diffutils) {
|
||||
inherit fetchurl stdenv coreutils;
|
||||
|
|
Loading…
Reference in a new issue