Merge pull request #140463 from thomassdk/magic-wormhole_mainProgram

This commit is contained in:
Sandro 2021-10-04 14:33:50 +02:00 committed by GitHub
commit 4c21b925da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,5 +62,6 @@ buildPythonPackage rec {
# https://github.com/NixOS/nixpkgs/issues/71826
broken = isPy27;
maintainers = with maintainers; [ asymmetric ];
mainProgram = "wormhole";
};
}