lightworks: fix meta
The meta attrs must be in the final derivation, as otherwise `nix edit` or `nix search` don't work.
This commit is contained in:
parent
e9174748ac
commit
051abe836c
@ -65,14 +65,6 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
dontPatchELF = true;
|
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
|
# Lightworks expects some files in /usr/share/lightworks
|
||||||
@ -84,4 +76,12 @@ in buildFHSUserEnv {
|
|||||||
];
|
];
|
||||||
|
|
||||||
runScript = "lightworks";
|
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" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user