Merge pull request #248852 from NickCao/mainprog

xclip: remove duplicate meta.mainProgram
This commit is contained in:
Nick Cao 2023-08-13 01:08:37 -06:00 committed by GitHub
commit da16740990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
description = "Tool to access the X clipboard from a console application";
homepage = "https://github.com/astrand/xclip";
license = lib.licenses.gpl2;
mainProgram = "xclip";
platforms = lib.platforms.all;
mainProgram = "xclip";
};