f/vlc: change name for library only version
This commit is contained in:
parent
1926838557
commit
228bdd200f
@ -24,7 +24,7 @@ with stdenv.lib;
|
|||||||
assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null && wrapQtAppsHook != null);
|
assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null && wrapQtAppsHook != null);
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vlc";
|
pname = "${optionalString onlyLibVLC "lib"}vlc";
|
||||||
version = "3.0.11.1";
|
version = "3.0.11.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user