mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1fp3d3z2grb1ls97smjkraazpxnvajda2d1g1378s6gzmda2jvjd";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.makeWrapper ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
||||
propagatedBuildInputs = [ pkgs.rtmpdump pycrypto requests ]
|
||||
++ lib.optionals isPy27 [ singledispatch futures ];
|
||||
|
||||
Reference in New Issue
Block a user