antimony: move to by-name

awwpotato 7f44f8f1 24d9d8b1

+7 -10
+7 -8
pkgs/applications/graphics/antimony/default.nix pkgs/by-name/an/antimony/package.nix
··· 6 python3, 7 libGLU, 8 libGL, 9 - qtbase, 10 - wrapQtAppsHook, 11 ncurses, 12 cmake, 13 flex, ··· 51 python3.pkgs.boost 52 libGLU 53 libGL 54 - qtbase 55 ncurses 56 ]; 57 ··· 59 cmake 60 flex 61 lemon 62 - wrapQtAppsHook 63 copyDesktopItems 64 ]; 65 ··· 90 "-DGITBRANCH=${gitBranch}" 91 ]; 92 93 - meta = with lib; { 94 description = "Computer-aided design (CAD) tool from a parallel universe"; 95 mainProgram = "antimony"; 96 homepage = "https://github.com/mkeeter/antimony"; 97 - license = licenses.mit; 98 - maintainers = with maintainers; [ rnhmjoj ]; 99 - platforms = platforms.linux; 100 }; 101 }
··· 6 python3, 7 libGLU, 8 libGL, 9 + libsForQt5, 10 ncurses, 11 cmake, 12 flex, ··· 50 python3.pkgs.boost 51 libGLU 52 libGL 53 + libsForQt5.qtbase 54 ncurses 55 ]; 56 ··· 58 cmake 59 flex 60 lemon 61 + libsForQt5.wrapQtAppsHook 62 copyDesktopItems 63 ]; 64 ··· 89 "-DGITBRANCH=${gitBranch}" 90 ]; 91 92 + meta = { 93 description = "Computer-aided design (CAD) tool from a parallel universe"; 94 mainProgram = "antimony"; 95 homepage = "https://github.com/mkeeter/antimony"; 96 + license = lib.licenses.mit; 97 + maintainers = with lib.maintainers; [ rnhmjoj ]; 98 + platforms = lib.platforms.linux; 99 }; 100 }
pkgs/applications/graphics/antimony/mimetype.xml pkgs/by-name/an/antimony/mimetype.xml
pkgs/applications/graphics/antimony/paths-fix.patch pkgs/by-name/an/antimony/paths-fix.patch
-2
pkgs/top-level/all-packages.nix
··· 11830 ); 11831 android-studio-for-platform = androidStudioForPlatformPackages.stable; 11832 11833 - antimony = libsForQt5.callPackage ../applications/graphics/antimony { }; 11834 - 11835 apngasm = callPackage ../applications/graphics/apngasm { }; 11836 apngasm_2 = callPackage ../applications/graphics/apngasm/2.nix { }; 11837
··· 11830 ); 11831 android-studio-for-platform = androidStudioForPlatformPackages.stable; 11832 11833 apngasm = callPackage ../applications/graphics/apngasm { }; 11834 apngasm_2 = callPackage ../applications/graphics/apngasm/2.nix { }; 11835