<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/julia-modules/python, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>treewide: remove exec bit from files that don't need it</title>
<updated>2026-01-16T14:42:35+00:00</updated>
<author>
<name>Maevi</name>
<email>me@maevi.net</email>
</author>
<published>2026-01-16T14:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3126d71478b613c8ef68ef67121e44b66868eb38'/>
<id>3126d71478b613c8ef68ef67121e44b66868eb38</id>
<content type='text'>
find . -type f -executable ! -name '*.sh' -exec grep -L '^#!' {} \; | xargs chmod a-x
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -type f -executable ! -name '*.sh' -exec grep -L '^#!' {} \; | xargs chmod a-x
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: improve weak dependency handling</title>
<updated>2025-08-13T10:00:03+00:00</updated>
<author>
<name>Tom McLaughlin</name>
<email>tom@codedown.io</email>
</author>
<published>2025-08-13T09:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=338b5bde5de829a4d50ba1e94e821ec7d787272c'/>
<id>338b5bde5de829a4d50ba1e94e821ec7d787272c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: fix artifact fixupPhase on darwin</title>
<updated>2024-11-29T07:32:35+00:00</updated>
<author>
<name>Tom McLaughlin</name>
<email>tom@mac.lan</email>
</author>
<published>2024-11-28T19:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c31efe91504527031a5deb261cd606ccb0a38324'/>
<id>c31efe91504527031a5deb261cd606ccb0a38324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: fix multiprocessing usage to work on macOS</title>
<updated>2024-11-27T13:02:17+00:00</updated>
<author>
<name>Tom McLaughlin</name>
<email>tom@codedown.io</email>
</author>
<published>2024-11-27T12:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1c1dfd06c28f720ad4b4191b33c229c0c99c655b'/>
<id>1c1dfd06c28f720ad4b4191b33c229c0c99c655b</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 #324004 from codedownio/julia-withpackages-override-fix</title>
<updated>2024-07-05T01:23:38+00:00</updated>
<author>
<name>Nick Cao</name>
<email>nickcao@nichi.co</email>
</author>
<published>2024-07-05T01:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c99ceeab58cb8a0826937d1cc6e83ef7ac4549d9'/>
<id>c99ceeab58cb8a0826937d1cc6e83ef7ac4549d9</id>
<content type='text'>
julia.withPackages: fix for overrides not in a registry</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
julia.withPackages: fix for overrides not in a registry</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: fix for overrides not in a registry</title>
<updated>2024-07-04T01:12:44+00:00</updated>
<author>
<name>thomasjm</name>
<email>tom@codedown.io</email>
</author>
<published>2024-07-02T08:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=729e2822ffb2628cb7c2f5e4cabed0c70159c62e'/>
<id>729e2822ffb2628cb7c2f5e4cabed0c70159c62e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: fix weak deps on Julia 1.10</title>
<updated>2024-07-02T06:40:53+00:00</updated>
<author>
<name>thomasjm</name>
<email>tom@codedown.io</email>
</author>
<published>2024-07-02T06:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e0ce7570a2b23d6402373c23b12739935236f841'/>
<id>e0ce7570a2b23d6402373c23b12739935236f841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: fix some artifact builds</title>
<updated>2024-03-13T09:17:31+00:00</updated>
<author>
<name>thomasjm</name>
<email>tom@codedown.io</email>
</author>
<published>2024-03-13T07:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=10c3c185c679aeb03c772fe52f3e080d5627539a'/>
<id>10c3c185c679aeb03c772fe52f3e080d5627539a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: handle non-archive artifacts (fixes #277410)</title>
<updated>2023-12-29T21:56:09+00:00</updated>
<author>
<name>Tom McLaughlin</name>
<email>tom@codedown.io</email>
</author>
<published>2023-12-29T21:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e9cdd5fae80497c1fefaffff872416822566e04c'/>
<id>e9cdd5fae80497c1fefaffff872416822566e04c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>julia.withPackages: better error message on missing nix-sha256 hash</title>
<updated>2023-12-22T08:15:42+00:00</updated>
<author>
<name>Tom McLaughlin</name>
<email>tom@codedown.io</email>
</author>
<published>2023-12-22T08:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=df22fb01dfdd4e35ddb6b8edbb3c709deaa353a2'/>
<id>df22fb01dfdd4e35ddb6b8edbb3c709deaa353a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
