about summary refs log tree commit diff
path: root/pkgs/applications/editors/howl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/howl/default.nix')
-rw-r--r--pkgs/applications/editors/howl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/howl/default.nix b/pkgs/applications/editors/howl/default.nix
index 975016d55417e..f3671cc7b3a9b 100644
--- a/pkgs/applications/editors/howl/default.nix
+++ b/pkgs/applications/editors/howl/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchurl, makeWrapper, pkgconfig, gtk3, librsvg }:
+{ lib, stdenv, fetchurl, makeWrapper, pkgconfig, gtk3, librsvg }:
 
-with stdenv.lib;
+with lib;
 
 stdenv.mkDerivation rec {
   pname = "howl";