about summary refs log tree commit diff
path: root/third_party/apereo-cas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/apereo-cas/default.nix')
-rw-r--r--third_party/apereo-cas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/apereo-cas/default.nix b/third_party/apereo-cas/default.nix
index e9930774ec..bda607c072 100644
--- a/third_party/apereo-cas/default.nix
+++ b/third_party/apereo-cas/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs, lib, ... }:
 
 let
   name = "apereo-cas-${version}";
@@ -8,7 +8,7 @@ let
   jdk = pkgs.jdk11;
   gradle = pkgs.gradle_6;
 
-  meta = with pkgs.stdenvNoCC.lib; {
+  meta = with lib; {
     homepage = "https://www.apereo.org/projects/cas";
     description = "CAS provides enterprise single sign-on for the Web";
     platforms = platforms.linux;