Merge pull request #172757 from SuperSandro2000/elisa

plasma5Packages.elisa: reduce runtime closure size
This commit is contained in:
Sandro
2022-05-13 01:23:03 +02:00
committed by GitHub
+2
View File
@@ -21,6 +21,8 @@
mkDerivation rec {
pname = "elisa";
outputs = [ "out" "dev" ];
buildInputs = [ libvlc ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];