treewide: name -> pname
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
||||
let version = "1.5.0";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "pidgin-latex-${version}";
|
||||
pname = "pidgin-latex";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pidgin-latex/pidgin-latex_${version}.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user