From 5ec374830995b705cae116ea14e6190f8c4d3a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 22 Jun 2022 15:54:04 +0200 Subject: Add sdcv and stardict dictionaries --- pkgs/python/notify-send.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 pkgs/python/notify-send.nix (limited to 'pkgs/python/notify-send.nix') diff --git a/pkgs/python/notify-send.nix b/pkgs/python/notify-send.nix deleted file mode 100644 index 8dfe953..0000000 --- a/pkgs/python/notify-send.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ lib, buildPythonPackage, fetchPypi }: - -buildPythonPackage rec { - pname = "notify-send"; - version = "0.0.20"; - - src = fetchPypi { - inherit pname version; - sha256 = "6fddbc5b201728984d2de809959bb6aecf9abb0de5cfa55c7324ca6f48f41e03"; - }; - - meta = with lib; { - description = "Notify send"; - homepage = "https://pypi.org/project/notify-send"; - license = licenses.gpl3; - }; -} -- cgit v1.2.3