mcelog: 133 -> 134

trigger: Avoid warning from earlier merge
This commit is contained in:
Tobias Geerinckx-Rice
2016-03-22 00:59:15 +01:00
parent bf9f211ae3
commit c0a35241f0
2 changed files with 4 additions and 2 deletions
@@ -40,6 +40,8 @@
# don't have "libgcc_s.so.1" on darwin
LDFLAGS = stdenv.lib.optionalString (!stdenv.isDarwin) "-lgcc_s";
configureFlags = [ "--with-libreadline-prefix" ];
postInstall = ''
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"