summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-03-16 20:13:50 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-03-17 00:00:20 +0100
commitaef8f1edb005f99a3c7713313721bf1682dae860 (patch)
tree3051c8ae753d04cd5dbc4b0655b26bb668c84ab2 /pkgs/applications/editors/jetbrains
parent06ebe5e6a617b00e2802812f5a55cc215ceb5d5f (diff)
downloadnixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.tar
nixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.tar.gz
nixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.tar.bz2
nixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.tar.lz
nixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.tar.xz
nixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.tar.zst
nixpkgs-aef8f1edb005f99a3c7713313721bf1682dae860.zip
treewide: perlPackages.LWPProtocolhttps -> perlPackages.LWPProtocolHttps
Fix building with `config.allowAliases = false;`.
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-rwxr-xr-xpkgs/applications/editors/jetbrains/update.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jetbrains/update.pl b/pkgs/applications/editors/jetbrains/update.pl
index b4a96228db4..6f0a451849a 100755
--- a/pkgs/applications/editors/jetbrains/update.pl
+++ b/pkgs/applications/editors/jetbrains/update.pl
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -i perl -p perl perlPackages.LWPProtocolhttps perlPackages.FileSlurp
+#!nix-shell -i perl -p perl perlPackages.LWPProtocolHttps perlPackages.FileSlurp
 
 use strict;
 use List::Util qw(reduce);