Commit 553197db authored by Petr Zahradnik's avatar Petr Zahradnik
Browse files

macopix: move to by-name/

parent 8f2290ef
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -3,13 +3,14 @@
  stdenv,
  fetchurl,
  pkg-config,
  gtk,
  gtk3,
  openssl,
  versionCheckHook,
}:

stdenv.mkDerivation rec {
  pname = "macopix";
  version = "1.7.4";
  version = "3.4.0";

  # GitHub does not contain tags
  # https://github.com/chimari/MaCoPiX/issues/6
@@ -20,7 +21,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [
    gtk
    gtk3
    openssl
  ];

@@ -38,6 +39,11 @@ stdenv.mkDerivation rec {

  NIX_LDFLAGS = "-lX11";

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  doInstallCheck = true;

  meta = {
    description = "Mascot Constructive Pilot for X";
    mainProgram = "macopix";
+0 −4
Original line number Diff line number Diff line
@@ -16265,10 +16265,6 @@ with pkgs;
  liquidwar5 = callPackage ../games/liquidwar/5.nix {
  };
  macopix = callPackage ../games/macopix {
    gtk = gtk3;
  };
  maptool = callPackage ../games/maptool {
    # MapTool is fussy about which JRE it uses; OpenJDK will leave it hanging
    # at launch in a class initialization deadlock. MapTool ships Temurin with