From 1a985428485065f419126f52fd05902043f9e5be Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 2 Oct 2016 16:36:32 +0200 Subject: Revert "maybe link libnotify?" This reverts commit c6ab48f26d680dd943ef92eb207309bdffc46c01. --- custom/notify-user.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/custom/notify-user.nix b/custom/notify-user.nix index df559fb1..58beebf7 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix @@ -1,7 +1,7 @@ { stdenv, writeTextFile , ghcWithPackages , user ? "gkleen" -, libnotify +# , libnotify }: stdenv.mkDerivation { @@ -36,9 +36,8 @@ stdenv.mkDerivation { trim = dropWhileEnd isSpace . dropWhile isSpace ''; }; phases = [ "buildPhase" "installPhase" ]; - bulidInputs = [ libnotify ]; buildPhase = '' - ${ghcWithPackages (p: with p; [ Glob process libnotify ])}/bin/ghc -odir . -hidir . $src -o notify-${user} -lnotify + ${ghcWithPackages (p: with p; [ Glob process libnotify ])}/bin/ghc -odir . -hidir . $src -o notify-${user} ''; installPhase = '' mkdir -p $out/bin -- cgit v1.2.3