11 gobject-introspection,
15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "sha256-YDij0j/AOl69FlsGfolzv8lI+iQfDmJrXo2duTIoMRA=";
41 ./0001-Patch-plugindir-to-output.patch
45 sed "s|qalc_binary = \"qalc\"|qalc_binary = \"${libqalculate}/bin/qalc\"|" -i src/calc.c
49 description = "Do live calculations in rofi!";
50 homepage = "https://github.com/svenstaro/rofi-calc";
51 license = licenses.mit;
52 maintainers = with maintainers; [ albakham ];
53 platforms = with platforms; linux;