Unverified Commit 2f8a2610 authored by Colin's avatar Colin Committed by GitHub
Browse files

mpv: set pname and version (#491690)

parents c68b10cf b02def08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -104,7 +104,8 @@ let
  );
in
symlinkJoin {
  name = "mpv-with-scripts-${mpv-unwrapped.version}";
  pname = "mpv-with-scripts";
  inherit (mpv-unwrapped) version;

  # TODO: don't link all mpv outputs
  paths = [ mpv-unwrapped.all ];