summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-14 18:50:12 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-04 03:18:58 +0200
commit33a395f1957ed8da558f8a145c2e06a428779eb0 (patch)
tree7fd44050167f3185256f02e8a7ec88e932754be9 /pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
parent8e1db896a39cbcae79924534a6e383c58f5db7f9 (diff)
downloadnixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.tar
nixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.tar.gz
nixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.tar.bz2
nixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.tar.lz
nixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.tar.xz
nixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.tar.zst
nixpkgs-33a395f1957ed8da558f8a145c2e06a428779eb0.zip
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix b/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
index 5ac971d02f7..800da92dae9 100644
--- a/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
+++ b/pkgs/os-specific/darwin/apple-source-releases/bootstrap_cmds/default.nix
@@ -1,7 +1,7 @@
-{ lib, stdenv, appleDerivation, yacc, flex }:
+{ lib, stdenv, appleDerivation, bison, flex }:
 
 appleDerivation {
-  nativeBuildInputs = [ yacc flex ];
+  nativeBuildInputs = [ bison flex ];
 
   buildPhase = ''
     cd migcom.tproj