mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
enlightenment.efl: fix license
This commit is contained in:
parent
ec54c0989c
commit
bf0370c045
@ -197,11 +197,11 @@ stdenv.mkDerivation rec {
|
|||||||
patchelf --add-needed ${libsndfile.out}/lib/libsndfile.so $out/lib/libecore_audio.so
|
patchelf --add-needed ${libsndfile.out}/lib/libsndfile.so $out/lib/libecore_audio.so
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Enlightenment foundation libraries";
|
description = "Enlightenment foundation libraries";
|
||||||
homepage = "https://enlightenment.org/";
|
homepage = "https://enlightenment.org/";
|
||||||
license = stdenv.lib.licenses.lgpl3;
|
license = with licenses; [ bsd2 lgpl2Only licenses.zlib ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
|
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user