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 @@
|
||||
{ stdenv, lib, fetchurl, makeWrapper, yacc, gcc
|
||||
{ stdenv, lib, fetchurl, makeWrapper, bison, gcc
|
||||
, withISpin ? true, tk, swarm, graphviz }:
|
||||
|
||||
let
|
||||
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ yacc ];
|
||||
buildInputs = [ bison ];
|
||||
|
||||
sourceRoot = "Spin/Src${version}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user