Merge remote-tracking branch 'origin/master' into staging
Conflicts: pkgs/servers/serfdom/default.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, ncurses, python27, which, groff, gettext, man_db, bc }:
|
||||
{ stdenv, fetchurl, ncurses, python, which, groff, gettext, man_db, bc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fish-${version}";
|
||||
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
# Required binaries during execution
|
||||
# Python27: Autocompletion generated from manpages and config editing
|
||||
propagatedBuildInputs = [ python27 which groff gettext man_db bc ];
|
||||
# Python: Autocompletion generated from manpages and config editing
|
||||
propagatedBuildInputs = [ python which groff gettext man_db bc ];
|
||||
|
||||
postInstall = ''
|
||||
sed -i "s|bc|${bc}/bin/bc|" "$out/share/fish/functions/seq.fish"
|
||||
|
||||
Reference in New Issue
Block a user