oneko: switch around version and vname

Co-Authored-By: Synthetica9 <git@hilhorst.be>
This commit is contained in:
Patrick Hilhorst 2018-11-05 00:35:53 +01:00
parent c63d3530ef
commit 43192446d9
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xorg, xlibsWrapper }:
stdenv.mkDerivation rec {
version = "1.2.sakura.5";
vname = "1.2.5";
name = "oneko-${vname}";
version_name = "1.2.sakura.5";
version = "1.2.5";
name = "oneko-${version}";
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";
};
buildInputs = [ xorg.imake xorg.gccmakedep xlibsWrapper ];