mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #27839 from LnL7/darwin-nano
nano: remove darwin patch
This commit is contained in:
commit
14314056fc
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ in stdenv.mkDerivation rec {
|
|||
sha256 = "0xjpm2ka56x5ycrgjh06v110na13xlbm42bs8qibk7g578m9cils";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch;
|
||||
|
||||
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue