summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/static.nix
AgeCommit message (Collapse)Author
2019-09-09static: disable python on macOSMatthew Bauer
We get an infinite recursion otherwise due to some issue in darwin bootstrapping. Fixes #68393
2019-08-13Merge pull request #65537 from Holo-Host/201907/extend-staticMatthew Bauer
pkgsStatic: override libunwind
2019-07-29llvmPackages_8.libraries.libunwind: add enableShared optionYegor Timoshenko
2019-07-24pkgsStatic: propagate all buildInputsTobias Mayer
2019-07-21Override alternative stdenvs in pkgsStaticTobias Mayer
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-03Merge pull request #62618 from matthewbauer/talloc-fixMatthew Bauer
proot/talloc fixes
2019-06-03Merge pull request #56834 from matthewbauer/v8-updateMatthew Bauer
v8: 5.4.232 -> 7.4.255
2019-06-03python27: add override to build staticallyMatthew Bauer
2019-05-28pkgsStatic: Add openblas overrideNiklas Hambüchen
2019-04-23wasm: init cross targetMatthew Bauer
Adds pkgsCross.wasm32 and pkgsCross.wasm64. Use it to build Nixpkgs with a WebAssembly toolchain. stdenv/cross: use static overlay on isWasm isWasm doesn’t make sense dynamically linked.
2019-04-11v8: 5.4.232 -> 7.4.255Matthew Bauer
2019-04-10static: remove libjpeg static overrideMatthew Bauer
it is not necessary
2018-12-13lz4: fix pkgsStatic buildVaibhav Sagar
2018-12-13top-level/stage.nix: add static overlayMatthew Bauer
Adds the static overlay that can be used to build Nixpkgs statically. Can be used like: nix build pkgsStatic.hello Not all packages build, as some rely on dynamic linking. (cherry picked from commit 6d90a8b8948185a3118faf183f29f4b8de294675)