mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
pythonPackages.scapy: remove name attribute (#39058)
This commit is contained in:
parent
5dc7a70f65
commit
0ebf6adcf7
|
@ -6,7 +6,6 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "scapy";
|
pname = "scapy";
|
||||||
version = "2.4.0";
|
version = "2.4.0";
|
||||||
name = pname + "-" + version;
|
|
||||||
|
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue