summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pcmciautils
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/linux/pcmciautils
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/linux/pcmciautils')
-rw-r--r--pkgs/os-specific/linux/pcmciautils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/pcmciautils/default.nix b/pkgs/os-specific/linux/pcmciautils/default.nix
index ff3100cbb22..a4da6be691e 100644
--- a/pkgs/os-specific/linux/pcmciautils/default.nix
+++ b/pkgs/os-specific/linux/pcmciautils/default.nix
@@ -1,5 +1,5 @@
 { config, lib, stdenv, fetchurl
-, yacc, flex
+, bison, flex
 , sysfsutils, kmod, udev
 , firmware   ? config.pcmciaUtils.firmware or [] # Special pcmcia cards.
 , configOpts ? config.pcmciaUtils.config or null # Special hardware (map memory & port & irq)
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     sha256 = "0sfm3w2n73kl5w7gb1m6q8gy5k4rgwvzz79n6yhs9w3sag3ix8sk";
   };
 
-  buildInputs = [udev yacc sysfsutils kmod flex];
+  buildInputs = [udev bison sysfsutils kmod flex];
 
   patchPhase = ''
     sed -i "