From 8d35dabd654bdef676eb3d743d94e8a81267ab56 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 16 Feb 2013 16:38:46 -0500 Subject: [PATCH] e17.embryo: Fix meta. Meta attributes, if they are lists, must be lists of strings. --- pkgs/desktops/e17/embryo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/e17/embryo/default.nix b/pkgs/desktops/e17/embryo/default.nix index 29f157545db..59b5540f25d 100644 --- a/pkgs/desktops/e17/embryo/default.nix +++ b/pkgs/desktops/e17/embryo/default.nix @@ -17,6 +17,6 @@ stdenv.mkDerivation rec { untouched. ''; homepage = http://enlightenment.org/; - license = with stdenv.lib.licenses; [ bsd2 bsd3 ]; # not sure + license = with stdenv.lib.licenses; [ bsd2.shortName bsd3.shortName ]; # not sure }; }