treewide: name -> pname
This commit is contained in:
@@ -5,7 +5,8 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "clasp-${version}";
|
||||
pname = "clasp";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/potassco/clasp/${version}/clasp-${version}-source.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user