about summary refs log tree commit diff
path: root/pkgs/applications/audio/beast/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/beast/default.nix')
-rw-r--r--pkgs/applications/audio/beast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/beast/default.nix b/pkgs/applications/audio/beast/default.nix
index 340a83e7963f..3997855a75b6 100644
--- a/pkgs/applications/audio/beast/default.nix
+++ b/pkgs/applications/audio/beast/default.nix
@@ -29,9 +29,9 @@ stdenv.mkDerivation {
       ./patch.patch # patches taken from gentoo
     ];
 
-  meta = { 
+  meta = with stdenv.lib; {
     description = "A music composition and modular synthesis application";
     homepage = http://beast.gtk.org;
-    license = ["GPL-2" "LGPL-2.1"];
+    license = with licenses; [ gpl2 lgpl21 ];
   };
 }