treewide: name -> pname
This commit is contained in:
@@ -14,7 +14,8 @@ let
|
||||
version = "1.0.22";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gloox-${version}";
|
||||
pname = "gloox";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://camaya.net/download/gloox-${version}.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user