xclip: remove duplicate meta.mainProgram

Partial revert of https://github.com/NixOS/nixpkgs/pull/248624
This commit is contained in:
Nick Cao 2023-08-13 15:07:00 +08:00
parent f0926efa97
commit 5b46c671ce
No known key found for this signature in database

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";
};