Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
This commit is contained in:
@@ -2,16 +2,18 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "rogue-5.4.4";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = http://rogue.rogueforge.net/files/rogue5.4/rogue5.4.4-src.tar.gz;
|
||||
sha256 = "18g81274d0f7sr04p7h7irz0d53j6kd9j1y3zbka1gcqq0gscdvx";
|
||||
};
|
||||
|
||||
buildInputs = [ncurses];
|
||||
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
meta = {
|
||||
homepage = http://rogue.rogueforge.net/rogue-5-4/;
|
||||
description = "The final version of the original Rogue game developed for the UNIX operating system";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user