fish: pass all of argv to command-not-found

This commit is contained in:
Nathan Zadoks
2015-12-28 15:09:48 +01:00
parent 254eebd8a0
commit efd9562df0
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
name = "fish-${version}";
version = "2.2.0";
patches = [ ./command-not-found.patch ];
src = fetchurl {
url = "http://fishshell.com/files/${version}/${name}.tar.gz";
sha256 = "0ympqz7llmf0hafxwglykplw6j5cz82yhlrw50lw4bnf2kykjqx7";