Unverified Commit a906260c authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

asc: migrate to by-name (#461630)

parents 042d0c7f ac700b36
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
    owner = "ValHaris";
    repo = "asc-hq";
    rev = "fa3bca082a5cea2b35812349f99b877f0113aef0";
    sha256 = "atamYCN2mOqxV6auToTeWdpKuFfC+GLfLdRsfT0ouwQ=";
    hash = "sha256-atamYCN2mOqxV6auToTeWdpKuFfC+GLfLdRsfT0ouwQ=";
  };

  nativeBuildInputs = [ pkg-config ];
@@ -67,7 +67,7 @@ stdenv.mkDerivation {
    libsigcxx
  ];

  meta = with lib; {
  meta = {
    description = "Turn based strategy game";

    longDescription = ''
@@ -78,9 +78,9 @@ stdenv.mkDerivation {

    homepage = "https://www.asc-hq.org/";

    license = licenses.gpl2Plus;
    license = lib.licenses.gpl2Plus;

    maintainers = with maintainers; [ raskin ];
    platforms = platforms.linux;
    maintainers = with lib.maintainers; [ raskin ];
    platforms = lib.platforms.linux;
  };
}
+0 −5
Original line number Diff line number Diff line
@@ -12935,11 +12935,6 @@ with pkgs;

  arx-libertatis = libsForQt5.callPackage ../games/arx-libertatis { };

  asc = callPackage ../games/asc {
    lua = lua5_1;
    physfs = physfs_2;
  };

  beancount-ing-diba = callPackage ../applications/office/beancount/beancount-ing-diba.nix {
    inherit (python3Packages) beancount beangulp;
  };