forked from mirrors/nixpkgs
synfigstudio.synfig,synfigstudio.ETL: expose
This commit is contained in:
parent
378a8a6906
commit
8f2e02bee7
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue