- Dec 31, 2020
-
-
Benjamin Koch authored
-
- Dec 30, 2020
-
-
Benjamin Koch authored
-
- Dec 29, 2020
-
-
Benjamin Koch authored
-
Benjamin Koch authored
This feels like a very hacky solution - especially inside a flake. However, other do the same so I guess it is ok: https://github.com/edolstra/dwarffs/blob/a536d80ed446d5a442f6c7c9b12c662e48fe60ea/flake.nix#L41
-
Benjamin Koch authored
This reverts commit 55c64295.
-
Benjamin Koch authored
This doesn't work because callPackage forwards them to the package without checking whether the package wants them. I guess this is how it is supposed to work but it doesn't help with my problem then.
-
Benjamin Koch authored
This doesn't work: - simple fixpoint doesn't work with callPackage - my release.nix won't work either because we cannot pass additional overlays to the nixpkgs we get as a flake input
-
Benjamin Koch authored
-
Benjamin Koch authored
-
Benjamin Koch authored
-
Benjamin Koch authored
-
- Nov 30, 2020
-
-
test_nonet authored
-
test_nonet authored
This reverts commit 87e570ce. crosstool-NG tries to use gcc with prefix and this won't work because it bypasses the wrapper script.
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
The custom code returns the overlay instead of all packages but we can sort-of fake it by filtering the resulting package set. The custom code doesn't add the new packages to pkgsBuildBuild and it doesn't create spliced packages for them so it won't work for cross compiling.
-
test_nonet authored
It still doesn't work because the new packages are only added to pkgs but not pkgs.pkgsBuildBuild etc so callPackage doesn't pass them to the packages.
-
test_nonet authored
-
test_nonet authored
Parts of the old buildPhase actually belong in unpack or configure.
-
test_nonet authored
-
test_nonet authored
- GCC build was failing with warnings/errors for printf. NixOS disables hardening for format and pie for gcc so we do the same. - gdb is built with Python support. The configure check for Python also uses -lncurses so we need that as well. The message is rather confusing because it claims not to find Python.
-
- Nov 28, 2020
-
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-
test_nonet authored
-