File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ --- a/share/info/porting.info
2+ +++ b/share/info/porting.info
3+ @@ -16,9 +16,7 @@ a permission notice identical to this one.
4+ manual into another language, under the above conditions for modified
5+ versions.
6+ START-INFO-DIR-ENTRY
7+ - START-INFO-DIR-ENTRY
8+ * Embed with GNU: (porting-). Embed with GNU
9+ - END-INFO-DIR-ENTRY
10+ END-INFO-DIR-ENTRY
11+
12+ Copyright (C) 1993, 1994, 1995 Cygnus Support
Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ stdenv.mkDerivation rec {
3232 . ${ stdenv . hostPlatform . system } or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
3333 } ;
3434
35+ patches = [
36+ # fix double entry in share/info/porting.info
37+ # https://github.com/NixOS/nixpkgs/issues/363902
38+ ./info-fix.patch
39+ ] ;
40+
3541 dontConfigure = true ;
3642 dontBuild = true ;
3743 dontPatchELF = true ;
Original file line number Diff line number Diff line change 1+ --- a/share/info/porting.info
2+ +++ b/share/info/porting.info
3+ @@ -16,9 +16,7 @@ a permission notice identical to this one.
4+ manual into another language, under the above conditions for modified
5+ versions.
6+ START-INFO-DIR-ENTRY
7+ - START-INFO-DIR-ENTRY
8+ * Embed with GNU: (porting-). Embed with GNU
9+ - END-INFO-DIR-ENTRY
10+ END-INFO-DIR-ENTRY
11+
12+ Copyright (C) 1993, 1994, 1995 Cygnus Support
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ stdenv.mkDerivation rec {
3434 . ${ stdenv . hostPlatform . system } or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
3535 } ;
3636
37+ patches = [
38+ # fix double entry in share/info/porting.info
39+ # https://github.com/NixOS/nixpkgs/issues/363902
40+ ./info-fix.patch
41+ ] ;
42+
3743 dontConfigure = true ;
3844 dontBuild = true ;
3945 dontPatchELF = true ;
You can’t perform that action at this time.
0 commit comments