mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
libidn2: add meta.mainProgram
This commit is contained in:
parent
698efa940c
commit
5440907bd7
@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
|
||||
detailed information.
|
||||
'';
|
||||
|
||||
mainProgram = "idn2";
|
||||
license = with lib.licenses; [ lgpl3Plus gpl2Plus gpl3Plus ];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ fpletz ];
|
||||
|
Loading…
Reference in New Issue
Block a user