diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2025-08-05 09:21:41 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2025-08-05 09:31:42 +0100 |
| commit | 425c7e46a00a9393ca3e63973dc08e655778da87 (patch) | |
| tree | 4befc8a8b9eb462c4e3b12fbad5691c8cdd51ba7 /pkgs/development/python-modules/python-sql | |
| parent | 17f65146e9a26039336045c04ef9e87270ffdfac (diff) | |
fetchurl: fix `resolvedUrl` eval on URLs without mirror:// prefix
Without the change `resolvedUrl` fails on non-mirror:// packages as:
$ nix eval --impure --expr 'with import ./. {}; AMB-plugins.src.resolvedUrl'
error:
...
error: expected a list but found null: null
After ther change the eval works as expected:
$ nix eval --impure --expr 'with import ./. {}; AMB-plugins.src.resolvedUrl'
"http://kokkinizita.linuxaudio.org/linuxaudio/downloads/AMB-plugins-0.8.1.tar.bz2"
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
