10 , elementary-gtk-theme
11 , elementary-icon-theme
17 stdenv.mkDerivation rec {
18 pname = "elementary-calculator";
21 src = fetchFromGitHub {
25 sha256 = "sha256-QEs83hSv9Kupj2p/OTnuPZsC8tdm+IqgpeObBVrPRas=";
45 # The GTK theme is hardcoded.
46 --prefix XDG_DATA_DIRS : "${elementary-gtk-theme}/share"
47 # The icon theme is hardcoded.
48 --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
53 updateScript = nix-update-script { };
57 homepage = "https://github.com/elementary/calculator";
58 description = "Calculator app designed for elementary OS";
59 license = licenses.gpl3Plus;
60 platforms = platforms.linux;
61 maintainers = teams.pantheon.members;
62 mainProgram = "io.elementary.calculator";