asc: migrate to by-name (#461630)

This commit is contained in:
7c6f434c
2025-11-15 12:16:47 +00:00
committed by GitHub
2 changed files with 5 additions and 10 deletions
@@ -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;
};
}
-5
View File
@@ -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;
};