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
@ -15,7 +15,7 @@ assert mouseSupport -> gpm-ncurses != null;
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "w3m-v0.5.3+git20161120";
|
name = "w3m-0.5.3+git20161120";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tats";
|
owner = "tats";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user