treewide: name -> pname
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user