18 stdenv.mkDerivation rec {
23 url = "mirror://sourceforge/xfe/xfe-${version}.tar.xz";
24 sha256 = "sha256-6hNNda4BKCY9E02uFYJnt0JySNp/is1ZqjFlOwQcRWs=";
45 sed -i s,/usr/share/xfe,$out/share/xfe, src/xfedefs.h
48 enableParallelBuilding = true;
51 description = "MS-Explorer like file manager for X";
53 X File Explorer (Xfe) is an MS-Explorer like file manager for X.
54 It is based on the popular, but discontinued, X Win Commander, which was developed by Maxim Baranov.
55 Xfe aims to be the filemanager of choice for all the Unix addicts!
57 homepage = "https://sourceforge.net/projects/xfe/";
58 license = licenses.gpl2;
60 platforms = platforms.linux;