about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-26 10:23:52 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-26 10:23:52 +0200
commitcd8e099ffeee27d229371f4e8cba1a8b155e2a48 (patch)
tree4163fcd9dea995933f6ae9ab5413ee4075ce79b3 /pkgs/applications/networking/irc
parent87c62442bfdc8f20a0ea4d7f011a77e2da39eef9 (diff)
downloadnixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.tar
nixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.tar.gz
nixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.tar.bz2
nixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.tar.lz
nixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.tar.xz
nixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.tar.zst
nixlib-cd8e099ffeee27d229371f4e8cba1a8b155e2a48.zip
convos: fix eval
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/convos/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/convos/default.nix b/pkgs/applications/networking/irc/convos/default.nix
index a4eae497bc9d..5d497fe5139c 100644
--- a/pkgs/applications/networking/irc/convos/default.nix
+++ b/pkgs/applications/networking/irc/convos/default.nix
@@ -1,4 +1,6 @@
-{ stdenv, fetchFromGitHub, perl, perlPackages, makeWrapper, shortenPerlShebang }:
+{ stdenv, fetchFromGitHub, perl, perlPackages, makeWrapper, shortenPerlShebang
+, nixosTests
+}:
 
 with stdenv.lib;
 
@@ -15,7 +17,7 @@ perlPackages.buildPerlPackage rec {
 
   nativeBuildInputs = [ makeWrapper ]
     ++ optional stdenv.isDarwin [ shortenPerlShebang ];
-  
+
   buildInputs = with perlPackages; [
     CryptEksblowfish FileHomeDir FileReadBackwards
     IOSocketSSL IRCUtils JSONValidator LinkEmbedder ModuleInstall