apngasm{,_2}: move to by-name/ (#540113)

This commit is contained in:
Weijia Wang
2026-07-11 10:36:13 +00:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
@@ -30,7 +30,9 @@ stdenv.mkDerivation rec {
env.NIX_CFLAGS_LINK = "-lzopfli";
installPhase = ''
runHook preInstall
install -Dt $out/bin apngasm
runHook postInstall
'';
enableParallelBuilding = true;
-3
View File
@@ -8437,9 +8437,6 @@ with pkgs;
);
android-studio-for-platform = androidStudioForPlatformPackages.stable;
apngasm = callPackage ../applications/graphics/apngasm { };
apngasm_2 = callPackage ../applications/graphics/apngasm/2.nix { };
arelle = with python3Packages; toPythonApplication arelle;
astroid = callPackage ../applications/networking/mailreaders/astroid {