From 50bfde368eceb8f109198e09cc6a723ca8e68b9a Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Sun, 20 Nov 2011 21:49:06 +0000 Subject: [PATCH] notmuch use license path instead of string svn path=/nixpkgs/trunk/; revision=30498 --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 70eed03b9342..9cf5909575b9 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -53,11 +53,8 @@ stdenv.mkDerivation rec { meta = { description = "Notmuch -- The mail indexer"; - longDescription = ""; - - license = "GPLv3"; - + license = stdenv.lib.licenses.gpl3; maintainers = [ stdenv.lib.maintainers.chaoflow ]; platforms = stdenv.lib.platforms.gnu; # arbitrary choice };