Adopt a few packages
This commit is contained in:
parent
167115f1a2
commit
bc5f55cc91
@ -21,5 +21,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "A Unicode font";
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
};
|
||||
}
|
||||
|
@ -34,5 +34,6 @@ wrapFonts (stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Unicode bitmap fonts";
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
};
|
||||
})
|
||||
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
@ -45,5 +45,7 @@ rec {
|
||||
name = "xsokoban-" + version;
|
||||
meta = {
|
||||
description = "X sokoban";
|
||||
license = a.stdemv.lib.licenses.publicDomain;
|
||||
maintainers = [ a.stdenv.lib.maintainers.raskin ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user