treewide: name -> pname

This commit is contained in:
volth
2019-08-13 21:52:01 +00:00
parent fe9a3e3e63
commit c814d72b51
520 changed files with 1164 additions and 622 deletions

View File

@@ -6,7 +6,8 @@ let
sha256 = "99ff58080ed154cc4bd70f915fe4760dffb026a1c0447caa0b3bdb982b24b0a8";
in stdenv.mkDerivation {
name = "ocaml-make-${version}";
pname = "ocaml-make";
inherit version;
src = fetchurl {
url = "https://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-${version}.tar.gz";