mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
macopix: init at 1.7.4
This commit is contained in:
parent
a99a634acf
commit
394d5176c2
18
pkgs/games/macopix/default.nix
Normal file
18
pkgs/games/macopix/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ stdenv, fetchurl, pkgconfig, gtk, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "macopix-1.7.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://rosegray.sakura.ne.jp/macopix/${name}.tar.bz2";
|
||||
sha256 = "0sgnr0wrw3hglcnsyvipll7icfv69ssmyw584zfhk1rgramlkzyb";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig gtk openssl ];
|
||||
|
||||
meta = {
|
||||
description = "Mascot Constructive Pilot for X";
|
||||
homepage = http://rosegray.sakura.ne.jp/macopix/index-e.html;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
};
|
||||
}
|
@ -13906,6 +13906,10 @@ let
|
||||
guile = guile_1_8;
|
||||
};
|
||||
|
||||
macopix = callPackage ../games/macopix {
|
||||
gtk = gtk2;
|
||||
};
|
||||
|
||||
mars = callPackage ../games/mars { };
|
||||
|
||||
megaglest = callPackage ../games/megaglest {};
|
||||
|
Loading…
Reference in New Issue
Block a user