summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mailpile
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-21 09:53:21 -0500
committerShea Levy <shea@shealevy.com>2014-01-21 09:53:21 -0500
commit6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d (patch)
treefcf85bec624a4a15f527f11a8682927756521963 /pkgs/applications/networking/mailreaders/mailpile
parentf5773e1f02267d68fd8ba4d880068db56498f2d5 (diff)
downloadnixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.tar
nixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.tar.gz
nixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.tar.bz2
nixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.tar.lz
nixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.tar.xz
nixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.tar.zst
nixpkgs-6731ed2b86fdc2e62f86f9f077b02ffbe6efa71d.zip
Fix tarball
Hopefully this kind of thing won't be needed with nix 1.7

Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/applications/networking/mailreaders/mailpile')
-rw-r--r--pkgs/applications/networking/mailreaders/mailpile/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };