Advertisement
evanjs

stdenv is not allowed to refer to linux-headers-4.4.10

Mar 17th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. nixpkgsFn = import sources.nixpkgs;
  2. pkgsGlibc2_24 = nixpkgsFn {
  3. overlays = [
  4. overlay
  5. rjg-overlay
  6. (self: super: {
  7. gcc = pkgs16_09.gcc // { targetPrefix = ""; };
  8. inherit (pkgs16_09) glibc linuxHeaders;
  9. })
  10. ];
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement