mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Added midnight commander package
svn path=/nixpkgs/trunk/; revision=10256
This commit is contained in:
parent
1e1707f61c
commit
1128aed05d
1 changed files with 6 additions and 0 deletions
|
@ -616,6 +616,12 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
mc = import ../tools/misc/mc {
|
||||
inherit fetchurl stdenv pkgconfig ncurses;
|
||||
inherit (gtkLibs) glib;
|
||||
inherit (xlibs) libX11;
|
||||
};
|
||||
|
||||
mjpegtools = import ../tools/video/mjpegtools {
|
||||
inherit fetchurl stdenv libjpeg;
|
||||
inherit (xlibs) libX11;
|
||||
|
|
Loading…
Reference in a new issue