mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
apparmor: build with bison 2.x; version 3.x causes compiler errors
This commit is contained in:
parent
58f1520726
commit
a8f8ac72a3
@ -6373,6 +6373,7 @@ let
|
||||
|
||||
apparmor = callPackage ../os-specific/linux/apparmor {
|
||||
inherit (perlPackages) LocaleGettext TermReadKey RpcXML;
|
||||
bison = bison2;
|
||||
};
|
||||
|
||||
atop = callPackage ../os-specific/linux/atop { };
|
||||
|
Loading…
Reference in New Issue
Block a user