treewide: name -> pname
This commit is contained in:
@@ -46,7 +46,8 @@ let
|
||||
, libiconv, libobjc, libunwind, Foundation
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ruby-${version}";
|
||||
pname = "ruby";
|
||||
inherit version;
|
||||
|
||||
src = if useRailsExpress then fetchFromGitHub {
|
||||
owner = "ruby";
|
||||
|
||||
Reference in New Issue
Block a user