Edmund Wu
2019-02-14 21:01:00 -05:00
committed by Tim Steinbach
parent 13d1ba3439
commit f0b8a113dd
3 changed files with 56 additions and 0 deletions
@@ -57,4 +57,11 @@ rec {
sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
};
};
# https://github.com/NixOS/nixpkgs/issues/53672
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb5b020a8d38f77209d0472a0fea755299a8ec78
interpreter-trunc = {
name = "interpreter-trunc";
patch = ./interpreter-trunc.patch;
};
}