mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
clisp,clisp-tip: rename name to pname&version
This commit is contained in:
parent
f1948ab95b
commit
595e6f522a
@ -24,11 +24,11 @@ assert x11Support -> (libX11 != null && libXau != null && libXt != null
|
|||||||
&& libXpm != null && xorgproto != null && libXext != null);
|
&& libXpm != null && xorgproto != null && libXext != null);
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
v = "2.49";
|
version = "2.49";
|
||||||
name = "clisp-${v}";
|
pname = "clisp";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/clisp/release/${v}/${name}.tar.bz2";
|
url = "mirror://gnu/clisp/release/${version}/clisp-${version}.tar.bz2";
|
||||||
sha256 = "8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890";
|
sha256 = "8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@ assert x11Support -> (libX11 != null && libXau != null && libXt != null
|
|||||||
&& libXpm != null && xorgproto != null && libXext != null);
|
&& libXpm != null && xorgproto != null && libXext != null);
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
v = "2.50pre20171114";
|
version = "2.50pre20171114";
|
||||||
name = "clisp-${v}";
|
pname = "clisp";
|
||||||
|
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = "http://hg.code.sf.net/p/clisp/clisp";
|
url = "http://hg.code.sf.net/p/clisp/clisp";
|
||||||
|
Loading…
Reference in New Issue
Block a user