oneko: switch around version and vname
Co-Authored-By: Synthetica9 <git@hilhorst.be>
This commit is contained in:
parent
c63d3530ef
commit
43192446d9
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, xorg, xlibsWrapper }:
|
{ stdenv, fetchurl, xorg, xlibsWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2.sakura.5";
|
version_name = "1.2.sakura.5";
|
||||||
vname = "1.2.5";
|
version = "1.2.5";
|
||||||
name = "oneko-${vname}";
|
name = "oneko-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.daidouji.com/oneko/distfiles/oneko-${version}.tar.gz";
|
url = "http://www.daidouji.com/oneko/distfiles/oneko-${version_name}.tar.gz";
|
||||||
sha256 = "2c2e05f1241e9b76f54475b5577cd4fb6670de058218d04a741a04ebd4a2b22f";
|
sha256 = "2c2e05f1241e9b76f54475b5577cd4fb6670de058218d04a741a04ebd4a2b22f";
|
||||||
};
|
};
|
||||||
buildInputs = [ xorg.imake xorg.gccmakedep xlibsWrapper ];
|
buildInputs = [ xorg.imake xorg.gccmakedep xlibsWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user