8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-o4B5lWBeve+U70FDgF1DrtNrXxaEY4etkPpwbqF7fmc=";
20 # Makefile fix: INSTALL command
22 url = "https://github.com/jimjag/epm/commit/dc5fcd6fa6e3a74baa28be060769a2b47f9368e7.patch";
23 sha256 = "1gfyz493w0larin841xx3xalb7m3sp1r2vv1xki6rz35ybrnb96c";
25 # Makefile fix: man pages filenames and docdir target
27 url = "https://github.com/jimjag/epm/commit/96bb48d4d7b463a09d5a25debfb51c88dcd7398c.patch";
28 sha256 = "11aws0qac6vyy3w5z39vkjy4symmfzxfq9qgbgkk74fvx9vax42a";
32 buildInputs = [ rpm ];
35 description = "The ESP Package Manager generates distribution archives for a variety of platforms";
36 homepage = "https://jimjag.github.io/epm/";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ pSub ];
39 platforms = platforms.unix;