Merge pull request #172757 from SuperSandro2000/elisa

plasma5Packages.elisa: reduce runtime closure size

authored by Sandro and committed by GitHub 0b08abd3 3382e4d2

+2
+2
pkgs/applications/kde/elisa.nix
··· 21 21 mkDerivation rec { 22 22 pname = "elisa"; 23 23 24 + outputs = [ "out" "dev" ]; 25 + 24 26 buildInputs = [ libvlc ]; 25 27 26 28 nativeBuildInputs = [ extra-cmake-modules kdoctools ];