8 stdenv.mkDerivation rec {
9 pname = "papirus-folders";
12 src = fetchFromGitHub {
13 owner = "PapirusDevelopmentTeam";
14 repo = "papirus-folders";
16 sha256 = "sha256-BY1hnAGz31Deffy/EGKy/nuPKmpAA0u8FzPYgr1Plfs=";
23 makeFlags = [ "PREFIX=${placeholder "out"}" ];
26 substituteInPlace ./papirus-folders --replace "getent" "${getent}/bin/getent"
30 description = "Tool to change papirus icon theme color";
31 mainProgram = "papirus-folders";
33 papirus-folders is a bash script that allows changing the color of
34 folders in Papirus icon theme and its forks (which based on version 20171007 and newer).
36 homepage = "https://github.com/PapirusDevelopmentTeam/papirus-folders";
37 license = licenses.mit;
38 platforms = platforms.linux;
39 maintainers = [ maintainers.aacebedo ];