19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "00azc5ck17zkdypfza6x1viknwhimd9fqgk2ybff3mx6aphmla7a";
48 substituteInPlace data/com.github.arshubham.cipher.desktop.in \
49 --replace "gio" "${glib.bin}/bin/gio"
50 chmod +x meson/post_install.py
51 patchShebangs meson/post_install.py
55 updateScript = nix-update-script { };
59 description = "Simple application for encoding and decoding text, designed for elementary OS";
60 homepage = "https://github.com/arshubham/cipher";
61 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
62 platforms = platforms.linux;
63 license = licenses.gpl3Plus;
64 mainProgram = "com.github.arshubham.cipher";