Merge pull request #116335 from SuperSandro2000/move-aliases.nix

This commit is contained in:
Sandro
2021-04-05 04:07:15 +02:00
committed by GitHub
237 changed files with 1074 additions and 515 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, readline, yacc }:
{ lib, stdenv, fetchurl, readline, bison }:
let
version = "0.9.1";
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
sourceRoot=.
'';
buildInputs = [ readline yacc ];
buildInputs = [ readline bison ];
configureFlags = [ "--with-readline" ];