13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
20 rev = finalAttrs.version;
21 hash = "sha256-md7drxg1JuW6TRJauKOk4Aqjx/V1RVZ+POa5v6DtKwk=";
22 fetchSubmodules = true;
39 mv $out/bin/com.github.ryonakano.konbucase $out/bin/konbucase
40 substituteInPlace $out/share/applications/com.github.ryonakano.konbucase.desktop \
41 --replace 'Exec=com.github.ryonakano.konbucase' 'Exec=${placeholder "out"}/bin/konbucase'
45 homepage = "https://github.com/ryonakano/konbucase";
46 description = "A case converting app suitable for coding or typing";
47 license = licenses.gpl3Only;
48 maintainers = with maintainers; [ galaxy ];
49 platforms = platforms.linux;
50 mainProgram = "konbucase";