mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
bazel: camel-case python_bin_path
This commit is contained in:
parent
25cd44063f
commit
88fa235e63
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# additional tests that check bazel’s functionality
|
||||
passthru.tests = {
|
||||
python_bin_path = callPackage ./python-bin-path-test.nix {};
|
||||
pythonBinPath = callPackage ./python-bin-path-test.nix {};
|
||||
};
|
||||
|
||||
name = "bazel-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user