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