12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "19k6f6ivg4ab57m62g6fkg85q9sv049snmzq1fyqnqijggwshxfz";
37 description = "A searchable command palette in every modern GTK application";
38 homepage = "https://github.com/p-e-w/plotinus";
39 maintainers = with maintainers; [ samdroid-apps ];
40 platforms = platforms.linux;
41 # No COPYING file, but headers in the source code
42 license = licenses.gpl3;