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
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, yacc }:
{ lib, stdenv, fetchurl, bison }:
stdenv.mkDerivation rec {
name = "jam-2.6.1";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "19xkvkpycxfsncxvin6yqrql3x3z9ypc1j8kzls5k659q4kv5rmc";
};
nativeBuildInputs = [ yacc ];
nativeBuildInputs = [ bison ];
preConfigure = ''
unset AR