f/vlc: change name for library only version
This commit is contained in:
parent
1926838557
commit
228bdd200f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue