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