mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
mono-addins: add license
This commit is contained in:
parent
a46d0efd03
commit
c97276af59
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
and for creating libraries which extend those applications.
|
and for creating libraries which extend those applications.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user