<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/lib/systems, branch staging-python</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>lib/system: resolve TODO</title>
<updated>2022-08-02T12:13:18+00:00</updated>
<author>
<name>Sandro</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2022-08-02T12:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=7c073f917ada8657440930d660c3f866d3344201'/>
<id>7c073f917ada8657440930d660c3f866d3344201</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/systems/inspect.nix: add isAarch</title>
<updated>2022-07-29T19:16:01+00:00</updated>
<author>
<name>Sandro</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2022-07-28T11:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=463327086db22fc62540532ae43d933e3e0caf29'/>
<id>463327086db22fc62540532ae43d933e3e0caf29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #170736: lib/systems/platforms.nix: fix mips32 ABI</title>
<updated>2022-07-27T17:53:38+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>v@cunat.cz</email>
</author>
<published>2022-07-27T16:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=87980a5a14aa5fc9934bad7a73e4ef9c8ae0327a'/>
<id>87980a5a14aa5fc9934bad7a73e4ef9c8ae0327a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #160554 from Cloudef/android-prebuilt</title>
<updated>2022-07-18T08:01:00+00:00</updated>
<author>
<name>Rick van Schijndel</name>
<email>Mindavi@users.noreply.github.com</email>
</author>
<published>2022-07-18T08:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=9532db9eb78f59c167e577e524dc35a2217e9e3f'/>
<id>9532db9eb78f59c167e577e524dc35a2217e9e3f</id>
<content type='text'>
Fix android prebuilt toolchains</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix android prebuilt toolchains</pre>
</div>
</content>
</entry>
<entry>
<title>lib.systems.examples: canonicalize MIPS triples</title>
<updated>2022-07-03T23:01:21+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2022-07-03T14:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e8d7d52fae1319ade68491d0bf66eb9e3a87b7b2'/>
<id>e8d7d52fae1319ade68491d0bf66eb9e3a87b7b2</id>
<content type='text'>
In Nixpkgs, we assume that the "config" field is a canonicalized GNU
triple.  I noticed that non-canonical values were being used here,
because the pkgsCross.mips64el-linux-gnu triples did not contain the
vendor field, but the pkgsCross.mips64el-linux-gnu.pkgsStatic did.

Here, I've run all the MIPS triples in lib.systems.examples through
config.sub to canonicalize them.  I think this will avoid nasty
surprises in future.

Tested by building Nix and the bootstrap files for
pkgsCross.mips64el-linux-gnu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Nixpkgs, we assume that the "config" field is a canonicalized GNU
triple.  I noticed that non-canonical values were being used here,
because the pkgsCross.mips64el-linux-gnu triples did not contain the
vendor field, but the pkgsCross.mips64el-linux-gnu.pkgsStatic did.

Here, I've run all the MIPS triples in lib.systems.examples through
config.sub to canonicalize them.  I think this will avoid nasty
surprises in future.

Tested by building Nix and the bootstrap files for
pkgsCross.mips64el-linux-gnu.
</pre>
</div>
</content>
</entry>
<entry>
<title>canExecute: check for android</title>
<updated>2022-06-29T09:27:16+00:00</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2022-06-25T22:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=539222e8d4bafaf783814c747e0ace40affa3761'/>
<id>539222e8d4bafaf783814c747e0ace40affa3761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update android targets to recommended ones</title>
<updated>2022-06-29T09:27:16+00:00</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2022-02-18T03:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2a914f022c533d78a86a23d99fe72952af1be990'/>
<id>2a914f022c533d78a86a23d99fe72952af1be990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib.systems.amd64-netbsd: remove</title>
<updated>2022-06-08T17:14:05+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2022-06-08T17:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=74562a214ef5052e475baf29db5f92f0ae891093'/>
<id>74562a214ef5052e475baf29db5f92f0ae891093</id>
<content type='text'>
This has been deprecated for a long time, and it's doubtful it had any
users to start with.  And having an undisablable warning when
enumarating platforms is not good.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been deprecated for a long time, and it's doubtful it had any
users to start with.  And having an undisablable warning when
enumarating platforms is not good.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #174917 from alyssais/scaleway-c1</title>
<updated>2022-05-27T12:52:42+00:00</updated>
<author>
<name>sternenseemann</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2022-05-27T12:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d01774baa3e358c8395fc98588452d5b1f0c9a37'/>
<id>d01774baa3e358c8395fc98588452d5b1f0c9a37</id>
<content type='text'>
lib.systems: drop scaleway-c1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lib.systems: drop scaleway-c1</pre>
</div>
</content>
</entry>
<entry>
<title>lib.systems: drop scaleway-c1</title>
<updated>2022-05-27T12:02:39+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2022-05-27T12:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=089ff89f49e4417cb42450d70704c7319e36091d'/>
<id>089ff89f49e4417cb42450d70704c7319e36091d</id>
<content type='text'>
These servers apparently no longer exist, since September 2, 2021[1].
If somebody needs this for non-Scaleway machines, they should suggest
its reintroduction with a different name.

[1]: https://news.ycombinator.com/item?id=27192757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These servers apparently no longer exist, since September 2, 2021[1].
If somebody needs this for non-Scaleway machines, they should suggest
its reintroduction with a different name.

[1]: https://news.ycombinator.com/item?id=27192757
</pre>
</div>
</content>
</entry>
</feed>
