17 stdenv.mkDerivation rec {
22 url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
23 sha256 = "sha256-6hNNda4BKCY9E02uFYJnt0JySNp/is1ZqjFlOwQcRWs=";
26 nativeBuildInputs = [ pkg-config intltool ];
41 sed -i s,/usr/share/xfe,$out/share/xfe, src/xfedefs.h
44 enableParallelBuilding = true;
47 description = "MS-Explorer like file manager for X";
49 X File Explorer (Xfe) is an MS-Explorer like file manager for X.
50 It is based on the popular, but discontinued, X Win Commander, which was developed by Maxim Baranov.
51 Xfe aims to be the filemanager of choice for all the Unix addicts!
53 homepage = "https://sourceforge.net/projects/xfe/";
54 license = licenses.gpl2;
56 platforms = platforms.linux;