3
0
Fork 0
forked from mirrors/nixpkgs

synfigstudio.synfig,synfigstudio.ETL: expose

This commit is contained in:
Francesco Gazzetta 2022-06-25 15:48:03 +02:00
parent 378a8a6906
commit 8f2e02bee7

View file

@ -126,6 +126,11 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
passthru = {
# Expose libraries and cli tools
inherit ETL synfig;
};
meta = with lib; {
description = "A 2D animation program";
homepage = "http://www.synfig.org";