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:
parent
72a002f9d6
commit
09b3df542d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue