Add pcmanfm-1.2.0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl, glib, gtk, intltool, libfm, libX11, pango, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pcmanfm-1.2.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pcmanfm/pcmanfm-1.2.0.tar.xz";
|
||||
sha256 = "1cmskj7dpjgrrn89z7cc1h1nsmd6qq3bakf207ldrhrxxv3fxl2j";
|
||||
};
|
||||
|
||||
buildInputs = [ glib gtk intltool libfm libX11 pango pkgconfig ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://blog.lxde.org/?cat=28/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "File manager with GTK+ interface";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user