about summary refs log tree commit diff
path: root/pkgs/applications/video/lightworks
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-05-28 05:59:57 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-05-28 05:59:57 -0700
commitaf9d10a91b5ef0518ee12b220470735076974210 (patch)
treeef7ede43a31b0b5998799f33dc8f0e8fdf254db3 /pkgs/applications/video/lightworks
parentf0d6411c22d91723fef3f935adf35c7884a4dc76 (diff)
downloadnixlib-af9d10a91b5ef0518ee12b220470735076974210.tar
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.gz
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.bz2
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.lz
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.xz
nixlib-af9d10a91b5ef0518ee12b220470735076974210.tar.zst
nixlib-af9d10a91b5ef0518ee12b220470735076974210.zip
treewide: fix derivation names
Diffstat (limited to 'pkgs/applications/video/lightworks')
-rw-r--r--pkgs/applications/video/lightworks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/lightworks/default.nix b/pkgs/applications/video/lightworks/default.nix
index 4d34e08529f7..e3b94b69179c 100644
--- a/pkgs/applications/video/lightworks/default.nix
+++ b/pkgs/applications/video/lightworks/default.nix
@@ -77,7 +77,7 @@ let
 
 # Lightworks expects some files in /usr/share/lightworks
 in buildFHSUserEnv rec {
-  name = "lightworks-${stdenv.lib.getVersion lightworks}";
+  name = lightworks.name;
 
   targetPkgs = pkgs: [
       lightworks