16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "19k6f6ivg4ab57m62g6fkg85q9sv049snmzq1fyqnqijggwshxfz";
40 passthru.tests = { inherit (nixosTests) plotinus; };
43 description = "Searchable command palette in every modern GTK application";
44 homepage = "https://github.com/p-e-w/plotinus";
45 maintainers = with maintainers; [ samdroid-apps ];
46 platforms = platforms.linux;
47 # No COPYING file, but headers in the source code
48 license = licenses.gpl3;