mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pacproxy: add meta.mainProgram, move to pkgs/by-name
This commit is contained in:
parent
4b359f52ad
commit
a08466f3b3
2 changed files with 1 additions and 2 deletions
|
@ -22,5 +22,6 @@ buildGoModule rec {
|
|||
changelog = "https://github.com/williambailey/pacproxy/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ terlar ];
|
||||
mainProgram = "pacproxy";
|
||||
};
|
||||
}
|
|
@ -1090,8 +1090,6 @@ with pkgs;
|
|||
|
||||
packr = callPackage ../development/libraries/packr { };
|
||||
|
||||
pacproxy = callPackage ../tools/networking/pacproxy { };
|
||||
|
||||
pacup = callPackage ../tools/package-management/pacup { };
|
||||
|
||||
patcher9x = callPackage ../development/tools/patcher9x { };
|
||||
|
|
Loading…
Reference in a new issue