From 6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 21 Jan 2014 09:53:21 -0500 Subject: [PATCH] Fix tarball Hopefully this kind of thing won't be needed with nix 1.7 Signed-off-by: Shea Levy --- pkgs/applications/networking/mailreaders/mailpile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/mailreaders/mailpile/default.nix b/pkgs/applications/networking/mailreaders/mailpile/default.nix index 5b18d29d9c1..9cfbf8c63c2 100644 --- a/pkgs/applications/networking/mailreaders/mailpile/default.nix +++ b/pkgs/applications/networking/mailreaders/mailpile/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "A modern, fast web-mail client with user-friendly encryption and privacy features"; homepage = https://www.mailpile.is/; - license = [ licenses.asl20 licenses.agpl3 ]; + license = map (getAttr "shortName") [ licenses.asl20 licenses.agpl3 ]; platforms = platforms.linux; maintainers = [ maintainers.iElectric ]; };