0
0
Fork 0
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:
Patrick Hilhorst 2018-11-05 00:32:52 +01:00
parent 320c9c10de
commit b0e9fc131c
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2
27 changed files with 31 additions and 31 deletions

View file

@ -4,7 +4,7 @@
}:
buildPythonPackage rec {
name = "pymaging";
pname = "pymaging";
version = "unstable-2016-11-16";
src = fetchFromGitHub {