fetchFirefoxAddon: rename to use camelCase

This commit is contained in:
Jörg Thalheim 2020-12-02 09:48:42 +01:00
parent cc421679e2
commit b89c0fcebd
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -365,7 +365,7 @@ in
fetchhg = callPackage ../build-support/fetchhg { }; fetchhg = callPackage ../build-support/fetchhg { };
fetchfirefoxaddon = callPackage ../build-support/fetchfirefoxaddon {}; fetchFirefoxAddon = callPackage ../build-support/fetchfirefoxaddon {};
# `fetchurl' downloads a file from the network. # `fetchurl' downloads a file from the network.
fetchurl = if stdenv.buildPlatform != stdenv.hostPlatform fetchurl = if stdenv.buildPlatform != stdenv.hostPlatform