mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
treewide: Fix packages using name where they should use pname
This commit is contained in:
parent
320c9c10de
commit
b0e9fc131c
27 changed files with 31 additions and 31 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "pymaging";
|
||||
pname = "pymaging";
|
||||
version = "unstable-2016-11-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue