Adopt a few packages

This commit is contained in:
Michael Raskin
2014-11-05 11:56:19 +03:00
parent 167115f1a2
commit bc5f55cc91
7 changed files with 64 additions and 54 deletions
+1
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 ];
};
}