mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
go 1.2: Add a missing argument
This commit is contained in:
parent
38d9663367
commit
88f7b04b5e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{ stdenv, fetchurl, bison, glibc, bash, coreutils, makeWrapper, tzdata, iana_etc }:
|
||||
{ stdenv, fetchurl, bison, glibc, bash, coreutils, makeWrapper, tzdata, iana_etc
|
||||
, libgpgerror }:
|
||||
|
||||
let
|
||||
loader386 = "${glibc}/lib/ld-linux.so.2";
|
||||
|
|
Loading…
Reference in a new issue