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
commit 0b08abd3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@
mkDerivation rec {
pname = "elisa";
outputs = [ "out" "dev" ];
buildInputs = [ libvlc ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];