f/vlc: change name for library only version

This commit is contained in:
Peter Hoeg 2020-10-02 08:58:12 +08:00
parent 1926838557
commit 228bdd200f

View File

@ -24,7 +24,7 @@ with stdenv.lib;
assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null && wrapQtAppsHook != null);
stdenv.mkDerivation rec {
pname = "vlc";
pname = "${optionalString onlyLibVLC "lib"}vlc";
version = "3.0.11.1";
src = fetchurl {