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
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
homepage = http://doomworld.com/eternity;
description = "New school Doom port by James Haley";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ MP2E ];
};
}