forked from mirrors/nixpkgs
ion3: specify meta.{platforms,license}
This commit is contained in:
parent
148ee2cba9
commit
db0bd30a7c
|
@ -5,6 +5,8 @@ stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
||||||
homepage = http://modeemi.fi/~tuomov/ion;
|
homepage = http://modeemi.fi/~tuomov/ion;
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
};
|
};
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz;
|
url = http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz;
|
||||||
|
|
Loading…
Reference in a new issue