w3m: fix package name

nix-repl> builtins.parseDrvName "w3m-v0.5.3+git20161120"
{ name = "w3m-v0.5.3+git20161120"; version = ""; }

nix-repl> builtins.parseDrvName "w3m-0.5.3+git20161120"
{ name = "w3m"; version = "0.5.3+git20161120"; }
This commit is contained in:
Alexey Shmalko 2017-01-21 15:02:02 +02:00
parent 72a002f9d6
commit 09b3df542d
No known key found for this signature in database
GPG key ID: DCEF7BCCEB3066C3

View file

@ -15,7 +15,7 @@ assert mouseSupport -> gpm-ncurses != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "w3m-v0.5.3+git20161120";
name = "w3m-0.5.3+git20161120";
src = fetchFromGitHub {
owner = "tats";