From d1eefba3a48828590a08389e14939c1cb5f4bfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 22 Jun 2017 17:31:45 +0100 Subject: [PATCH] jetbrains: use nix-shell shebang in update script --- pkgs/applications/editors/jetbrains/update.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/jetbrains/update.pl b/pkgs/applications/editors/jetbrains/update.pl index 9503212df43a..79436ae7d781 100755 --- a/pkgs/applications/editors/jetbrains/update.pl +++ b/pkgs/applications/editors/jetbrains/update.pl @@ -1,4 +1,5 @@ -#!/usr/bin/env perl +#!/usr/bin/env nix-shell +#!nix-shell -i perl -p perl perlPackages.LWP use strict; use List::Util qw(reduce);