summary refs log tree commit diff
path: root/pkgs/data/themes/ant-theme/ant-bloody.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/themes/ant-theme/ant-bloody.nix')
-rw-r--r--pkgs/data/themes/ant-theme/ant-bloody.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/ant-theme/ant-bloody.nix b/pkgs/data/themes/ant-theme/ant-bloody.nix
index 3c540889c13..66cd3e247a7 100644
--- a/pkgs/data/themes/ant-theme/ant-bloody.nix
+++ b/pkgs/data/themes/ant-theme/ant-bloody.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gtk-engine-murrine }:
+{ lib, stdenv, fetchurl, gtk-engine-murrine }:
 
 let
   themeName = "Ant-Bloody";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     runHook postInstall
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Bloody variant of the Ant theme";
     homepage = "https://github.com/EliverLara/${themeName}";
     license = licenses.gpl3;