wayshot: add meta.mainProgram

This commit is contained in:
rubyowo 2023-08-13 19:39:56 +04:00 committed by GitHub
parent 87983191a2
commit 8917a70fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.bsd2;
maintainers = [ maintainers.dit7ya ];
platforms = platforms.linux;
mainProgram = "wayshot";
};
}