Adopt a few packages
This commit is contained in:
parent
167115f1a2
commit
bc5f55cc91
@ -21,5 +21,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Unicode font";
|
description = "A Unicode font";
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,6 @@ wrapFonts (stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Unicode bitmap fonts";
|
description = "Unicode bitmap fonts";
|
||||||
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -45,6 +45,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
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;
|
name = "xsokoban-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
description = "X sokoban";
|
description = "X sokoban";
|
||||||
|
license = a.stdemv.lib.licenses.publicDomain;
|
||||||
|
maintainers = [ a.stdenv.lib.maintainers.raskin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,4 +56,8 @@ EOF
|
|||||||
' >\$out/libexec/xlaunch
|
' >\$out/libexec/xlaunch
|
||||||
chmod a+x \$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";
|
description = "A port of the 7-zip archiver";
|
||||||
# license = stdenv.lib.licenses.lgpl21Plus; + "unRAR restriction"
|
# license = stdenv.lib.licenses.lgpl21Plus; + "unRAR restriction"
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A GTK+ front-end for command line archiving tools";
|
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;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user