This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b
The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test
which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing)
This repo will be removed once the PR to the nixpkgs github goes through
785e9630f0
libgmp comes with an extended config.guess script that features more accurate CPU detection. Unfortunately, use of that script causes the configure phase to choose fairly aggressive optimization flags and the resulting binaries might not work on architectures other than the machine those binaries were built on. The standard GNU config.guess script, however, recognizes a CPU type of 'x86' only. Thus, libgmp chooses the following settings: ABI="32" CC="gcc" CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro" CPPFLAGS="" MPN_PATH=" x86/p6 x86 generic" svn path=/nixpkgs/branches/stdenv-updates/; revision=16084 |
||
---|---|---|
doc | ||
maintainers | ||
pkgs | ||
COPYING | ||
default.nix | ||
STABLE | ||
VERSION |