add a platform to all of my packages

This commit is contained in:
Cray Elliott
2014-11-19 03:03:00 -08:00
parent 2f71724a02
commit 825e99808c
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
homepage = http://chocolate-doom.org/;
description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ MP2E ];
};
}