[Nix-dev] Download all of hackage

2015-10-20 Thread John Ericson
I agree that we over use overrides, and agree with Peter's proposals. But I think the first step needs to be scraping (not necessarily building!) all of package. { "foo" = { "0_1_2_3" = ; "1_2_3_4" = ; ... } "bar" = ...; ... } This would allow conservative

[Nix-commits] [NixOS/nixpkgs] f073df: Replace `./../*` with `../*` in Nix expressions (#...

2016-06-22 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f073df60d60444c30c49cb26d6b187a4100b41fe https://github.com/NixOS/nixpkgs/commit/f073df60d60444c30c49cb26d6b187a4100b41fe Author: John Ericson <ericson2...@yahoo.com> Date: 2016-06-22 (Wed, 22 Ju

[Nix-commits] [NixOS/nixpkgs] 307e80: makeRustPlatform: Remove `self` argument (#16932)

2016-07-22 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 307e8098c50b4b6dece915b60e909390e69de0bb https://github.com/NixOS/nixpkgs/commit/307e8098c50b4b6dece915b60e909390e69de0bb Author: John Ericson <ericson2...@yahoo.com> Date: 2016-07-23 (Sat, 23 Ju

[Nix-commits] [NixOS/nixpkgs] bed2a1: makeRustPlatform: Remove `self` argument

2016-07-15 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bed2a14afaf720ca9f2c0f6a747ca8f8490ddbab https://github.com/NixOS/nixpkgs/commit/bed2a14afaf720ca9f2c0f6a747ca8f8490ddbab Author: John Ericson <ericson2...@yahoo.com> Date: 2016-07-15 (Fri, 15 Ju

[Nix-commits] [NixOS/nixpkgs] 8cd4c3: top-level: Allow nixpkgs to take localSystem direc...

2017-02-08 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8cd4c31d6b8c6432986edf0ec5d00d2fe1c12854 https://github.com/NixOS/nixpkgs/commit/8cd4c31d6b8c6432986edf0ec5d00d2fe1c12854 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-02-08 (Wed, 08 Fe

[Nix-commits] [NixOS/nixpkgs] 5eaea6: cross stdenv: let build package's build deps resol...

2017-02-05 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5eaea6cee01e9172ae65ccb6356861786a0f85cc https://github.com/NixOS/nixpkgs/commit/5eaea6cee01e9172ae65ccb6356861786a0f85cc Author: John Ericson <ericson2...@yahoo.com> Date: 2017-02-05 (Sun, 05 Fe

[Nix-commits] [NixOS/nixpkgs] bf17d6: top-level: Introduce `buildPackages` for resolving...

2017-01-24 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bf17d6dacf2408436ffb5a2f8c87a31c88ec28e2 https://github.com/NixOS/nixpkgs/commit/bf17d6dacf2408436ffb5a2f8c87a31c88ec28e2 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-24 (Tue, 24 Ja

[Nix-commits] [NixOS/nixpkgs] c869fe: top-level: no more need to expose `splicedPackages...

2017-01-25 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c869fe022e9db78f779f687e4ac4d7ce5578f447 https://github.com/NixOS/nixpkgs/commit/c869fe022e9db78f779f687e4ac4d7ce5578f447 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-25 (Wed, 25 Ja

[Nix-commits] [NixOS/nixpkgs] d680f5: top-level: Hack around Nix's --arg logic not handl...

2017-02-09 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d680f541bf7a1e369cd9faade3ed5618b5917087 https://github.com/NixOS/nixpkgs/commit/d680f541bf7a1e369cd9faade3ed5618b5917087 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-02-09 (Thu, 09 Fe

[Nix-commits] [NixOS/nixpkgs] a62ee8: release-cross: Expose sub-jobs of linux cross stde...

2017-01-15 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a62ee8d45cd6d62ac5a985a386a4280a7c4059a6 https://github.com/NixOS/nixpkgs/commit/a62ee8d45cd6d62ac5a985a386a4280a7c4059a6 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-15 (Sun, 15 Ja

Re: [Nix-dev] cabal-install 1.24's Nix-style builds, and a new style of Nix + language package manager integration

2016-09-24 Thread John Ericson
Hi Peter, Thanks for trying and sorry I haven't been able to articulate this well. You left a similar comment about the same time, and I responded in https://github.com/haskell/cabal/issues/3882#issuecomment-249312464, but for the benefit of this list I will recap and expand here. The primary

Re: [Nix-dev] typed nix

2016-09-17 Thread John Ericson
Row polymorphism for extensions of attribute sets, and Mu types for all our stuff with fix-points. I believe that whenever we have have dynamic keys, all values have the same type so plain old maps will suffice; if this is not quite the case then we should refactor to make it the case. On Wed,

[Nix-dev] cabal-install 1.24's Nix-style builds, and a new style of Nix + language package manager integration

2016-09-18 Thread John Ericson
After much pondering, I've decided the best way to work with language-specific build managers is for them to come up with the end-to-end build plan, and us to build each package in that build plan. Our current method with Haskell of trying to replicate each package and all the possible ways it

[Nix-commits] [NixOS/nixpkgs] 05977b: top-level: Remove redundant parentheses

2016-11-08 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 05977b236b2a925983224c24d6e14aed796e7a14 https://github.com/NixOS/nixpkgs/commit/05977b236b2a925983224c24d6e14aed796e7a14 Author: John Ericson <ericson2...@yahoo.com> Date: 2016-11-02 (Wed, 02 No

[Nix-commits] [NixOS/nixpkgs] f68e16: top-level: Make cross compiling slightly saner

2016-11-12 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f68e16f0235989f11ad7394edf656649c652bef4 https://github.com/NixOS/nixpkgs/commit/f68e16f0235989f11ad7394edf656649c652bef4 Author: John Ericson <ericson2...@yahoo.com> Date: 2016-11-12 (Sat, 12 No

[Nix-commits] [NixOS/nixpkgs] a11338: top-level: Use `nixpkgsFun` to avoid import ../..

2016-11-02 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a113382f2c8557ede623e392be6a294b8a6aa545 https://github.com/NixOS/nixpkgs/commit/a113382f2c8557ede623e392be6a294b8a6aa545 Author: John Ericson <jeric...@galois.com> Date: 2016-11-02 (Wed, 02 No

[Nix-commits] [NixOS/nixpkgs] a94af7: linux stdenv: Fix assert that broke tests...and hy...

2016-12-15 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a94af71da71ebc4a52c002891d813cf2689fc950 https://github.com/NixOS/nixpkgs/commit/a94af71da71ebc4a52c002891d813cf2689fc950 Author: John Ericson <jeric...@galois.com> Date: 2016-12-15 (Thu, 15 De

[Nix-commits] [NixOS/nixpkgs] 0ef8b6: top-level: Modernize stdenv.overrides giving it se...

2017-01-13 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0ef8b69d12d1ab1574568f5660b44feba1f44179 https://github.com/NixOS/nixpkgs/commit/0ef8b69d12d1ab1574568f5660b44feba1f44179 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-13 (Fri, 13 Ja

[Nix-commits] [NixOS/nixpkgs] 427dbc: top-level: Add more options to release-cross.nix, ...

2017-01-14 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 427dbcb1d71873573b28d0963149d751345faf3b https://github.com/NixOS/nixpkgs/commit/427dbcb1d71873573b28d0963149d751345faf3b Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-14 (Sat, 14 Ja

[Nix-commits] [NixOS/nixpkgs] b51859: gzip: `xz.bin` should be native input---accidental...

2017-01-14 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b518598a402a294d0ffdd84a92d324440265777d https://github.com/NixOS/nixpkgs/commit/b518598a402a294d0ffdd84a92d324440265777d Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-14 (Sat, 14 Ja

[Nix-commits] [NixOS/nixpkgs] ddeb0d: top-level: Stop exposing all stdenvs

2016-12-05 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ddeb0d2d6b2e71cf98ab50ab376f802cf29c7c22 https://github.com/NixOS/nixpkgs/commit/ddeb0d2d6b2e71cf98ab50ab376f802cf29c7c22 Author: John Ericson <ericson2...@yahoo.com> Date: 2016-11-30 (Wed, 30 No

[Nix-commits] [NixOS/nixpkgs] 74753d: release-cross: Reformat to be far more legible

2016-12-29 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 74753d01f8249ab1119314fa3d8ac60ccf6e601e https://github.com/NixOS/nixpkgs/commit/74753d01f8249ab1119314fa3d8ac60ccf6e601e Author: John Ericson <ericson2...@yahoo.com> Date: 2016-12-27 (Tue, 27 De

[Nix-commits] [NixOS/nixpkgs] 508d94: zdoom: Fix typo from 1cc9d9ef2ce80dee5c8f2ef9f8ae2...

2016-12-18 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 508d9499b1e4a90602bf2d2cbc5c62f2aafd021f https://github.com/NixOS/nixpkgs/commit/508d9499b1e4a90602bf2d2cbc5c62f2aafd021f Author: John Ericson <ericson2...@yahoo.com> Date: 2016-12-18 (Sun, 18 De

[Nix-commits] [NixOS/nixpkgs] 489ba1: top-level: missing parentheses

2016-12-21 Thread John Ericson
c 2016) Changed paths: M pkgs/top-level/default.nix Log Message: --- top-level: missing parentheses Commit: b6f8b0d911cc8715c8c4782e1935aca170273a7b https://github.com/NixOS/nixpkgs/commit/b6f8b0d911cc8715c8c4782e1935aca170273a7b Author: John Ericson <ericson2...@yahoo.co

[Nix-commits] [NixOS/nixpkgs] fa0a12: release-cross: Use `nativeDrv` rather than relying...

2017-01-14 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fa0a12e35dc947c34a12fa663e446792d824ba44 https://github.com/NixOS/nixpkgs/commit/fa0a12e35dc947c34a12fa663e446792d824ba44 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-01-14 (Sat, 14 Ja

[Nix-commits] [NixOS/nixpkgs] 4c0d7d: Get rid of all `with { inherit... }` and just used...

2017-03-30 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4c0d7da1837356047aabfed4661daf4307821b75 https://github.com/NixOS/nixpkgs/commit/4c0d7da1837356047aabfed4661daf4307821b75 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-03-30 (Thu, 30 Ma

[Nix-commits] [NixOS/nixpkgs] f3055a: top-level/platforms.nix: Reformat and clean up whi...

2017-04-10 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f3055a3c508b6ff3e926ece201887467dc2b5d73 https://github.com/NixOS/nixpkgs/commit/f3055a3c508b6ff3e926ece201887467dc2b5d73 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-10 (Mon, 10 Ap

[Nix-commits] [NixOS/nixpkgs] 6b73c0: netcat-openbsd: pkgconfig is a nativeBuildInput

2017-04-14 Thread John Ericson
--- kmod: crossDrv should use native xz Commit: 3bff114d95da3c9f1d5a438c61cdc8b422676af3 https://github.com/NixOS/nixpkgs/commit/3bff114d95da3c9f1d5a438c61cdc8b422676af3 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths:

[Nix-commits] [NixOS/nixpkgs] d8e87f: Disable parallel building

2017-04-19 Thread John Ericson
r 2017) Changed paths: M pkgs/development/compilers/halvm/2.4.0.nix Log Message: --- Disable parallel building Commit: 124c4b10c4d0df6ad061ee4951db49faae772241 https://github.com/NixOS/nixpkgs/commit/124c4b10c4d0df6ad061ee4951db49faae772241 Author: John Ericson <

[Nix-commits] [NixOS/nixpkgs] c13457: doc: Document the structure of `{build, host, target...

2017-04-18 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c13457fe58c354ac2437b4380f27fca4b771c034 https://github.com/NixOS/nixpkgs/commit/c13457fe58c354ac2437b4380f27fca4b771c034 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-18 (Tue, 18 Ap

[Nix-commits] [NixOS/nixpkgs] af8f87: top-level: Do not splice `pkgs`, `buildPackages` o...

2017-04-23 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: af8f87a3a124c7db1506119b379d673d1982e4c9 https://github.com/NixOS/nixpkgs/commit/af8f87a3a124c7db1506119b379d673d1982e4c9 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-23 (Sun, 23 Ap

[Nix-commits] [NixOS/nixpkgs] 6f6968: Add hardening, bump hash to HaLVM

2017-04-14 Thread John Ericson
commit/eec35cb6bd82cb0eba69c55e83990f3b9f0107dc Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M pkgs/development/compilers/halvm/2.4.0.nix M pkgs/development/haskell-modules/generic-builder.nix Log Message: --- Merge

[Nix-commits] [NixOS/nixpkgs] 85aa50: Introduce `mapNullable` into lib and use it in a f...

2017-04-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 85aa5005af530fef199cc41148e374e54d70e01e https://github.com/NixOS/nixpkgs/commit/85aa5005af530fef199cc41148e374e54d70e01e Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-17 (Mon, 17 Ap

[Nix-commits] [NixOS/nixpkgs] 5c91dc: release-cross: Fix more typos---this is embarrisin...

2017-04-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5c91dc9bcf654fc7f476cf3d56bd257b4fd13668 https://github.com/NixOS/nixpkgs/commit/5c91dc9bcf654fc7f476cf3d56bd257b4fd13668 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-17 (Mon, 17 Ap

[Nix-commits] [NixOS/nixpkgs] 213d29: release-cross: For fuloong, just use the predefine...

2017-04-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 213d29f6b7c44cdc5182dacad78de047063845fa https://github.com/NixOS/nixpkgs/commit/213d29f6b7c44cdc5182dacad78de047063845fa Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-17 (Mon, 17 Ap

[Nix-commits] [NixOS/nixpkgs] 9169f3: release-cross: Fix typo preventing evaluation

2017-04-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9169f3c92471702b48a9553f7438a1b3018339de https://github.com/NixOS/nixpkgs/commit/9169f3c92471702b48a9553f7438a1b3018339de Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-17 (Mon, 17 Ap

[Nix-commits] [NixOS/nixpkgs] a7d891: top-level: `stdenv.cross` is now only defined with...

2017-04-24 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a7d89139ea74791137bfa606d109e515512c8460 https://github.com/NixOS/nixpkgs/commit/a7d89139ea74791137bfa606d109e515512c8460 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-24 (Mon, 24 Ap

[Nix-commits] [NixOS/nixpkgs] b0ada0: wxMSW: Fix syntax --- travis eval did not catch

2017-06-28 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b0ada07f36abc21c99b5cdbe780157d6b92b https://github.com/NixOS/nixpkgs/commit/b0ada07f36abc21c99b5cdbe780157d6b92b Author: John Ericson <John.Ericson@Obsidian.Systems> Date: 2017-06-28 (Wed,

[Nix-commits] [NixOS/nixpkgs] 8ca829: libxml2: Don't use stdenv.cross

2017-06-28 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8ca8293dbc5982684d0ce87babf3daf7729e549a https://github.com/NixOS/nixpkgs/commit/8ca8293dbc5982684d0ce87babf3daf7729e549a Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-28 (Wed, 28 Ju

[Nix-commits] [NixOS/nixpkgs] 8ca829: libxml2: Don't use stdenv.cross

2017-06-28 Thread John Ericson
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 8ca8293dbc5982684d0ce87babf3daf7729e549a https://github.com/NixOS/nixpkgs/commit/8ca8293dbc5982684d0ce87babf3daf7729e549a Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-28 (Wed, 28 Ju

[Nix-commits] [NixOS/nixpkgs] ad8d8f: stdenv: Simplify dependency code

2017-06-29 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ad8d8fb2f5f42414bb84feaed450ef6e24d89281 https://github.com/NixOS/nixpkgs/commit/ad8d8fb2f5f42414bb84feaed450ef6e24d89281 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-29 (Thu, 29 Ju

[Nix-commits] [NixOS/nixpkgs] ad8d8f: stdenv: Simplify dependency code

2017-06-29 Thread John Ericson
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: ad8d8fb2f5f42414bb84feaed450ef6e24d89281 https://github.com/NixOS/nixpkgs/commit/ad8d8fb2f5f42414bb84feaed450ef6e24d89281 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-29 (Thu, 29 Ju

[Nix-commits] [NixOS/nixpkgs] 95c827: misc pkgs: Remove unneeded *Platform == *Platform ...

2017-06-30 Thread John Ericson
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 95c8277701fb746ad4d91841de494ee869886991 https://github.com/NixOS/nixpkgs/commit/95c8277701fb746ad4d91841de494ee869886991 Author: John Ericson <John.Ericson@Obsidian.Systems> Date: 2017-06-30 (F

[Nix-commits] [NixOS/nixpkgs] 78bb5f: linux cross stdenv: Pull platforms from lib to cut...

2017-04-25 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 78bb5f5f3775e220e5d4bbe30851dd7fec072bf8 https://github.com/NixOS/nixpkgs/commit/78bb5f5f3775e220e5d4bbe30851dd7fec072bf8 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-25 (Tue, 25 Ap

[Nix-commits] [NixOS/nixpkgs] 23cc0c: lib: Whitelist two ABIs used on Arm

2017-04-26 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 23cc0c4420d3b2d5fb023f2368ba7d11412c1fba https://github.com/NixOS/nixpkgs/commit/23cc0c4420d3b2d5fb023f2368ba7d11412c1fba Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-25 (Tue, 25 Ap

[Nix-commits] [NixOS/nixpkgs] bef527: top-level: Common subexpression elimination for cc...

2017-04-24 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bef52786646f997fb4c2997f23e33b4e720fcef3 https://github.com/NixOS/nixpkgs/commit/bef52786646f997fb4c2997f23e33b4e720fcef3 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-24 (Mon, 24 Ap

[Nix-commits] [NixOS/nixpkgs] db5a92: crossStdenv on iphone: Just get info from `targetP...

2017-04-24 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: db5a921945b9b2051077a6b7b708e3b1785cc3ea https://github.com/NixOS/nixpkgs/commit/db5a921945b9b2051077a6b7b708e3b1785cc3ea Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-24 (Mon, 24 Ap

[Nix-commits] [NixOS/nixpkgs] 7d546d: lib platform parsing: Turn assertion back on

2017-04-27 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7d546d777109a448bb3bd80b67923326586fef31 https://github.com/NixOS/nixpkgs/commit/7d546d777109a448bb3bd80b67923326586fef31 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-04-27 (Thu, 27 Ap

[Nix-commits] [NixOS/nixpkgs] 296753: lib: Consolidate tests into one meta job

2017-05-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 296753f0947427d5753be68ae10363ac1b8b4cdc https://github.com/NixOS/nixpkgs/commit/296753f0947427d5753be68ae10363ac1b8b4cdc Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-17 (Wed, 17 Ma

[Nix-commits] [NixOS/nixpkgs] 371ebc: lib platform parsing: Fix windows support to confo...

2017-05-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 371ebc89ca8cfb48f9624981aab72563afb892b9 https://github.com/NixOS/nixpkgs/commit/371ebc89ca8cfb48f9624981aab72563afb892b9 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-17 (Wed, 17 Ma

[Nix-commits] [NixOS/nixpkgs] 587079: linux cross stdenv: Fix eval errors

2017-05-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5870795cc68b29681ca644a8802fa11b469f2095 https://github.com/NixOS/nixpkgs/commit/5870795cc68b29681ca644a8802fa11b469f2095 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-17 (Wed, 17 Ma

[Nix-commits] [NixOS/nixpkgs] f0e190: linuxHeadersCross: Remove and just use `linuxHeade...

2017-05-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f0e1907beed52608e1ff65eb6b30cbbcd7170132 https://github.com/NixOS/nixpkgs/commit/f0e1907beed52608e1ff65eb6b30cbbcd7170132 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-17 (Wed, 17 Ma

[Nix-commits] [NixOS/nixpkgs] bfa8f3: linux cross stdenv: Use the cross stdenv and `nati...

2017-05-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bfa8f3049989739223687324aec986d4da3b5dae https://github.com/NixOS/nixpkgs/commit/bfa8f3049989739223687324aec986d4da3b5dae Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-17 (Wed, 17 Ma

[Nix-commits] [NixOS/nixpkgs] 766670: gmp 6: Fix for cross

2017-05-17 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 76667036ecb84d299424d0cba345b83040e869ae https://github.com/NixOS/nixpkgs/commit/76667036ecb84d299424d0cba345b83040e869ae Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-17 (Wed, 17 Ma

[Nix-commits] [NixOS/nixpkgs] 8f970d: ghcHEAD: Actually split docs into their own output

2017-06-22 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8f970d09fe8e895b6bb7dbf52f80411a45504b19 https://github.com/NixOS/nixpkgs/commit/8f970d09fe8e895b6bb7dbf52f80411a45504b19 Author: John Ericson <John.Ericson@Obsidian.Systems> Date: 2017-06-22 (Thu,

[Nix-commits] [NixOS/nixpkgs] c4ba2e: cc-wrapper: Remove `stdenv.is*` for `targetPlatfor...

2017-06-23 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c4ba2e3ef691c349bcce2b1e8b76a0bcd253544c https://github.com/NixOS/nixpkgs/commit/c4ba2e3ef691c349bcce2b1e8b76a0bcd253544c Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-22 (Thu, 22 Ju

[Nix-commits] [NixOS/nixpkgs] f43ae9: ios-cross: Just properly use the cc-wrapper

2017-06-23 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f43ae985a68e515197c57de5ab8413d63ae6ef1a https://github.com/NixOS/nixpkgs/commit/f43ae985a68e515197c57de5ab8413d63ae6ef1a Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-22 (Thu, 22 Ju

[Nix-commits] [NixOS/nixpkgs] 8f970d: ghcHEAD: Actually split docs into their own output

2017-06-23 Thread John Ericson
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 8f970d09fe8e895b6bb7dbf52f80411a45504b19 https://github.com/NixOS/nixpkgs/commit/8f970d09fe8e895b6bb7dbf52f80411a45504b19 Author: John Ericson <John.Ericson@Obsidian.Systems> Date: 2017-06-22 (T

[Nix-commits] [NixOS/nixpkgs] cdc5cf: cygwin: rebase fixes

2017-06-26 Thread John Ericson
-wrapper/default.nix Log Message: --- stdenv: disable -fPIC on cygwin It's always on, and you get a warning if you specify it Commit: b686fd157062c9b738393c13b8c59f5685462fd2 https://github.com/NixOS/nixpkgs/commit/b686fd157062c9b738393c13b8c59f5685462fd2 Author: John

[Nix-commits] [NixOS/nixpkgs] da8b2f: lib tests: Simplify relative path for default argu...

2017-05-22 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: da8b2f1412c77ef50c90587d4b0f3a66e11892d6 https://github.com/NixOS/nixpkgs/commit/da8b2f1412c77ef50c90587d4b0f3a66e11892d6 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-21 (Sun, 21 Ma

[Nix-commits] [NixOS/nixpkgs] df9129: release-cross: Do a recursive union to make sure w...

2017-05-18 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: df91297181d0d62da0d090039af52a44ff70467d https://github.com/NixOS/nixpkgs/commit/df91297181d0d62da0d090039af52a44ff70467d Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-18 (Thu, 18 Ma

[Nix-commits] [NixOS/nixpkgs] 56b7f9: gdb: s/target/tagetPlatform

2017-05-22 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 56b7f9b94d5b0dc57ce73a1c5bc53259ef1486db https://github.com/NixOS/nixpkgs/commit/56b7f9b94d5b0dc57ce73a1c5bc53259ef1486db Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-23 (Tue, 23 Ma

[Nix-commits] [NixOS/nixpkgs] 7e0960: glibc: Fix for cross

2017-05-20 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7e096024d7cf0ea1ca2a0d0d79d33d3f3e4e9965 https://github.com/NixOS/nixpkgs/commit/7e096024d7cf0ea1ca2a0d0d79d33d3f3e4e9965 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-19 (Fri, 19 Ma

[Nix-commits] [NixOS/nixpkgs] 20e756: lib: Consolidate platform configurations (used for...

2017-05-29 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 20e756a0936fb75ce8f9d9ef0b7a511198bf7eea https://github.com/NixOS/nixpkgs/commit/20e756a0936fb75ce8f9d9ef0b7a511198bf7eea Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-29 (Mon, 29 Ma

[Nix-commits] [NixOS/nixpkgs] 9f680d: lib and doc: Use "libSystem" as identifier for tha...

2017-05-30 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9f680d30f4a8bac670932255caa4d39e7fb39f09 https://github.com/NixOS/nixpkgs/commit/9f680d30f4a8bac670932255caa4d39e7fb39f09 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-31 (Wed, 31 Ma

[Nix-commits] [NixOS/nixpkgs] 7a1345: gcc 7: Remove `cross` arguments and don't use stde...

2017-06-08 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7a134572532323900a6661e5f1fea09b6dea3479 https://github.com/NixOS/nixpkgs/commit/7a134572532323900a6661e5f1fea09b6dea3479 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-08 (Thu, 08 Ju

[Nix-commits] [NixOS/nixpkgs] 200ac0: binutils: Modernize derivation

2017-06-06 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 200ac02d0f9947cb997edfb9688818042fd52569 https://github.com/NixOS/nixpkgs/commit/200ac02d0f9947cb997edfb9688818042fd52569 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-06 (Tue, 06 Ju

[Nix-commits] [NixOS/nixpkgs] 0bb2f9: LTS Haskell 8.18

2017-06-16 Thread John Ericson
9b7fdda1095718107c800057658c44 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M pkgs/development/haskell-modules/generic-builder.nix Log Message: --- generic-builder: use buildInputs for Haskell dependencies This act

Re: [Nix-dev] GCC Cross Compiler Version

2017-06-14 Thread John Ericson
You need to edit gccCrossStageStatic so gcc7, and not gcc is being overridden On Mon, Jun 12, 2017 at 1:56 PM, Angelo Bulfone wrote: > Hello, > > I'm trying to make a nix expression to build bare metal cross compilers for > operating system development, but I would like to

[Nix-commits] [NixOS/nixpkgs] 5c7815: impure.nix: add crossSystem as arg

2017-04-29 Thread John Ericson
r 2017) Changed paths: M pkgs/top-level/impure.nix Log Message: --- impure.nix: add crossSystem as arg Commit: f71456ac2409a9352abcf9260aed0323e225f82e https://github.com/NixOS/nixpkgs/commit/f71456ac2409a9352abcf9260aed0323e225f82e Author: John Ericson <

[Nix-commits] [NixOS/nixpkgs] 11f513: doc/cross-compilation: cleanup some grammar

2017-05-24 Thread John Ericson
to @bjornfor for catching this Commit: 53b3b1b6986e225ec10d951edff41b5da8da48d0 https://github.com/NixOS/nixpkgs/commit/53b3b1b6986e225ec10d951edff41b5da8da48d0 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-24 (Wed, 24 May 2017) Changed paths: M doc/cross-comp

[Nix-commits] [NixOS/nixpkgs] a19cf2: ncurses: Break hash to simplify derivation

2017-05-19 Thread John Ericson
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: a19cf228d5032ad9722ef1aa82abc4814da5 https://github.com/NixOS/nixpkgs/commit/a19cf228d5032ad9722ef1aa82abc4814da5 Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-18 (Thu, 18 Ma

[Nix-commits] [NixOS/nixpkgs] 87b4a9: lib: Move fixed-point combinators out of trivial

2017-05-30 Thread John Ericson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 87b4a91fc4145e04ca028c08754bd144b8d1d02d https://github.com/NixOS/nixpkgs/commit/87b4a91fc4145e04ca028c08754bd144b8d1d02d Author: John Ericson <ericson2...@yahoo.com> Date: 2017-05-29 (Mon, 29 Ma