mednafen-server: expand platforms to unix
This commit is contained in:
parent
4dc3d2e4ee
commit
c4d38733f1
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://mednafen.github.io/";
|
homepage = "https://mednafen.github.io/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user