From d22e4dc63fee98c9319f33e392aa51bd3f31b4b4 Mon Sep 17 00:00:00 2001 From: zraexy Date: Tue, 24 Oct 2017 22:19:24 -0800 Subject: zanshin: don't use stdenv --- pkgs/applications/office/zanshin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/office/zanshin/default.nix b/pkgs/applications/office/zanshin/default.nix index 021e7f87eee0..2130e64a2a3a 100644 --- a/pkgs/applications/office/zanshin/default.nix +++ b/pkgs/applications/office/zanshin/default.nix @@ -1,5 +1,5 @@ { - stdenv, + mkDerivation, lib, fetchurl, fetchpatch, extra-cmake-modules, qtbase, boost, @@ -7,7 +7,7 @@ krunner, kwallet }: -stdenv.mkDerivation rec { +mkDerivation rec { pname = "zanshin"; version = "0.4.1"; name = "${pname}-${version}"; @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { krunner kwallet ]; - meta = with stdenv.lib; { + meta = with lib; { description = "A powerful yet simple application to manage your day to day actions, getting your mind like water"; homepage = https://zanshin.kde.org/; maintainers = with maintainers; [ zraexy ]; -- cgit 1.4.1