Adopt a few packages

This commit is contained in:
Michael Raskin 2014-11-05 11:12:35 +03:00
parent 167115f1a2
commit bc5f55cc91
7 changed files with 64 additions and 54 deletions

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation {
meta = {
description = "A Unicode font";
maintainers = [stdenv.lib.maintainers.raskin];
};
}

View File

@ -34,5 +34,6 @@ wrapFonts (stdenv.mkDerivation {
meta = {
description = "Unicode bitmap fonts";
maintainers = [stdenv.lib.maintainers.raskin];
};
})

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation {
'';
meta = {
description = "Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand";
description = "Cellular automata engine tuned towards the likes of Falling Sand";
maintainers = [stdenv.lib.maintainers.raskin];
};
}

View File

@ -45,5 +45,7 @@ rec {
name = "xsokoban-" + version;
meta = {
description = "X sokoban";
license = a.stdemv.lib.licenses.publicDomain;
maintainers = [ a.stdenv.lib.maintainers.raskin ];
};
}

View File

@ -56,4 +56,8 @@ EOF
' >\$out/libexec/xlaunch
chmod a+x \$out/libexec/xlaunch
";
meta = {
description = ''Wrapper to parse NixOS-specific X environment and launch a custom X session'';
maintainers = [ stdenv.lib.maintainers.raskin ];
};
}

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "A port of the 7-zip archiver";
# license = stdenv.lib.licenses.lgpl21Plus; + "unRAR restriction"
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.raskin ];
};
}

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A GTK+ front-end for command line archiving tools";
mainatainers = [ stdenv.lib.maintainers.iElectric ];
maintainers = [ stdenv.lib.maintainers.iElectric ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};