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