Merge pull request #150652 from joshua-cooper/zathura-main-program

zathura: add mainProgram
This commit is contained in:
Bobby Rong 2021-12-14 17:48:07 +08:00 committed by GitHub
commit 119a0f8372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,6 @@ symlinkJoin {
license = licenses.zlib;
platforms = platforms.unix;
maintainers = with maintainers; [ smironov globin TethysSvensson ];
mainProgram = "zathura";
};
}