pythonPackages.snakemake-interface-common: Fix eval with allowAliases false
Was broken since initialised in 9b2d4d2faa
but not noticed due to https://github.com/NixOS/nixpkgs/pull/271123#discussion_r1442134594
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, poetry-core
|
, poetry-core
|
||||||
, argparse-dataclass
|
, argparse-dataclass
|
||||||
, ConfigArgParse
|
, configargparse
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
argparse-dataclass
|
argparse-dataclass
|
||||||
ConfigArgParse
|
configargparse
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "snakemake_interface_common" ];
|
pythonImportsCheck = [ "snakemake_interface_common" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user