mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 12:58:06 +00:00
xsel: add meta.mainProgram
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
cd72881f51
commit
397c1d8909
@ -20,5 +20,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "xsel";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user