Packaging/Python: Difference between revisions
imported>PicoGeyer Fix the fetchPypi link after it has been moved in the source tree |
imported>Carschandler No edit summary |
||
| Line 144: | Line 144: | ||
... or use <code>fetchurl</code> to download the <code>*.whl</code> file directly.<br> | ... or use <code>fetchurl</code> to download the <code>*.whl</code> file directly.<br> | ||
reference: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/ | reference: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/fetchpypi/default.nix fetchPypi implementation] | ||
== Fix Missing <code>setup.py</code> == | == Fix Missing <code>setup.py</code> == | ||