mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fix stevedore for python26
This commit is contained in:
parent
08d2f3340d
commit
df1221eea9
@ -8214,7 +8214,7 @@ let
|
||||
sha256 = "bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pbr pip ];
|
||||
buildInputs = with self; [ pbr pip ] ++ optional isPy26 argparse;
|
||||
|
||||
propagatedBuildInputs = with self; [ setuptools ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user