cliphist: add meta.mainProgram

This commit is contained in:
NotAShelf 2023-08-16 21:57:35 +03:00
parent bb2937dcae
commit a4cc379392
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29

View File

@ -19,5 +19,6 @@ buildGoModule rec {
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ dit7ya ];
mainProgram = "cliphist";
};
}