Added midnight commander package
svn path=/nixpkgs/trunk/; revision=10256
This commit is contained in:
@@ -616,6 +616,12 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mc = import ../tools/misc/mc {
|
||||||
|
inherit fetchurl stdenv pkgconfig ncurses;
|
||||||
|
inherit (gtkLibs) glib;
|
||||||
|
inherit (xlibs) libX11;
|
||||||
|
};
|
||||||
|
|
||||||
mjpegtools = import ../tools/video/mjpegtools {
|
mjpegtools = import ../tools/video/mjpegtools {
|
||||||
inherit fetchurl stdenv libjpeg;
|
inherit fetchurl stdenv libjpeg;
|
||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
|
|||||||
Reference in New Issue
Block a user