treewide: name -> pname
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
let version = "0.0.5"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "hdaps-gl-${version}";
|
||||
pname = "hdaps-gl";
|
||||
inherit version;
|
||||
src = fetchzip {
|
||||
url = "mirror://sourceforge/project/hdaps/hdaps-gl/hdaps-gl-${version}/hdaps-gl-${version}.tar.gz";
|
||||
sha256 = "16fk4k0lvr4c95vd6c7qdylcqa1h5yjp3xm4xwipdjbp0bvsgxq4";
|
||||
|
||||
Reference in New Issue
Block a user