yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, m4, yacc }:
|
||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, m4, bison }:
|
||||
|
||||
let
|
||||
openbsd_version =
|
||||
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-TKs6tt/SCWes6kYAGIrSShZgOLf7xKh26xG3Zk7wCCw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool m4 yacc ];
|
||||
nativeBuildInputs = [ autoconf automake libtool m4 bison ];
|
||||
|
||||
preConfigure = ''
|
||||
mkdir ./openbsd
|
||||
|
||||
Reference in New Issue
Block a user