Fix info command
The "info" command has been broken on NixOS since
457fdb3842 (proving that nobody uses
info).
This commit is contained in:
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.gnu.org/software/texinfo/";
|
||||
description = "GNU Texinfo, the GNU documentation system";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
longDescription = ''
|
||||
Texinfo is the official documentation format of the GNU project.
|
||||
|
||||
@@ -295,7 +295,6 @@ let
|
||||
texLive = linux;
|
||||
texLiveBeamer = linux;
|
||||
texLiveExtra = linux;
|
||||
texinfo = all;
|
||||
tightvnc = linux;
|
||||
time = linux;
|
||||
tinycc = linux;
|
||||
|
||||
Reference in New Issue
Block a user