[Nix-dev] Wesnoth (SVN commit 27666)

Vladimír Čunát vcunat at gmail.com
Wed Oct 12 18:30:21 CEST 2011


Hi Karn.

>  stdenv.mkDerivation rec {
> -  pname = "wesnoth";
> -  version = "1.8.5";
> +  name = "wesnoth";
> +  version = "1.8.6";
>
> -  name = "${pname}-${version}";
> +  pname = "${name}-${version}";

I suppose you switched name with pname by accident. Now the name
doesn't contain any version. Attaching patch to fix it (and removing
some whitespace). I'm going to commit it if noone replies.

Vlada
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wesnoth.patch
Type: application/octet-stream
Size: 1804 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20111012/a8154063/attachment.obj 


More information about the nix-dev mailing list