mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ion3: specify meta.{platforms,license}
This commit is contained in:
parent
148ee2cba9
commit
db0bd30a7c
@ -5,6 +5,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
||||
homepage = http://modeemi.fi/~tuomov/ion;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
};
|
||||
src = fetchurl {
|
||||
url = http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz;
|
||||
|
Loading…
Reference in New Issue
Block a user