From 051abe836cc98105d5ae6ba5aa11ccd08b6254a6 Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Sun, 12 Apr 2020 17:29:30 +0200 Subject: lightworks: fix meta The meta attrs must be in the final derivation, as otherwise `nix edit` or `nix search` don't work. --- pkgs/applications/video/lightworks/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/video/lightworks/default.nix b/pkgs/applications/video/lightworks/default.nix index 1ab7e2c991b9..ae156574f5da 100644 --- a/pkgs/applications/video/lightworks/default.nix +++ b/pkgs/applications/video/lightworks/default.nix @@ -65,14 +65,6 @@ let ''; dontPatchELF = true; - - meta = { - description = "Professional Non-Linear Video Editor"; - homepage = "https://www.lwks.com/"; - license = stdenv.lib.licenses.unfree; - maintainers = [ stdenv.lib.maintainers.antonxy ]; - platforms = [ "x86_64-linux" ]; - }; }; # Lightworks expects some files in /usr/share/lightworks @@ -84,4 +76,12 @@ in buildFHSUserEnv { ]; runScript = "lightworks"; + + meta = { + description = "Professional Non-Linear Video Editor"; + homepage = "https://www.lwks.com/"; + license = stdenv.lib.licenses.unfree; + maintainers = [ stdenv.lib.maintainers.antonxy ]; + platforms = [ "x86_64-linux" ]; + }; } -- cgit 1.4.1