Loading
gnu-config: enable strictDeps
it would be as simple as setting `strictDeps = true` and `buildInputs = [ bashNonInteractive ]` except this package is used during the bootstrap of `stdenv`: this method of manually patching seems to be the least complex way to get correct behavior while avoiding cyclic when deriving `stdenv` itself. successfully built the following, from x86_64-linux: - `gnu-config` - `pkgsCross.aarch64-multiplatform.buildPackages.gnu-config` (equivalent) - `pkgsCross.aarch64-multiplatform.gnu-config` - `pkgsCross.musl32.gnu-config` - `pkgsMusl.gnu-config` - `pkgsStatic.gnu-config` - `pkgsi686Linux.gnu-config` successfully eval'd `gnu-config` for the following systems: - `aarch64-darwin` - `aarch64-freebsd` - `aarch64-linux-musl` - `aarch64-linux` - `x86_64-cygwin` - `x86_64-darwin` - `x86_64-freebsd` - `x86_64-linux-musl` - `x86_64-linux`