mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
davinci-resolve: fix missing version in meta
See https://github.com/NixOS/nixpkgs/issues/253232
This commit is contained in:
parent
5cfab80f9a
commit
c63eb5c260
@ -179,7 +179,9 @@ let
|
||||
);
|
||||
in
|
||||
buildFHSEnv {
|
||||
name = davinci.pname;
|
||||
inherit (davinci) pname version;
|
||||
name = null;
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
alsa-lib
|
||||
aprutil
|
||||
|
Loading…
Reference in New Issue
Block a user