16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "00azc5ck17zkdypfza6x1viknwhimd9fqgk2ybff3mx6aphmla7a";
45 substituteInPlace data/com.github.arshubham.cipher.desktop.in \
46 --replace "gio" "${glib.bin}/bin/gio"
47 chmod +x meson/post_install.py
48 patchShebangs meson/post_install.py
52 updateScript = nix-update-script { };
56 description = "Simple application for encoding and decoding text, designed for elementary OS";
57 homepage = "https://github.com/arshubham/cipher";
58 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
59 platforms = platforms.linux;
60 license = licenses.gpl3Plus;
61 mainProgram = "com.github.arshubham.cipher";