antimony: move to by-name
This commit is contained in:
parent
24d9d8b1fc
commit
7f44f8f1c5
@ -6,8 +6,7 @@
|
||||
python3,
|
||||
libGLU,
|
||||
libGL,
|
||||
qtbase,
|
||||
wrapQtAppsHook,
|
||||
libsForQt5,
|
||||
ncurses,
|
||||
cmake,
|
||||
flex,
|
||||
@ -51,7 +50,7 @@ stdenv.mkDerivation {
|
||||
python3.pkgs.boost
|
||||
libGLU
|
||||
libGL
|
||||
qtbase
|
||||
libsForQt5.qtbase
|
||||
ncurses
|
||||
];
|
||||
|
||||
@ -59,7 +58,7 @@ stdenv.mkDerivation {
|
||||
cmake
|
||||
flex
|
||||
lemon
|
||||
wrapQtAppsHook
|
||||
libsForQt5.wrapQtAppsHook
|
||||
copyDesktopItems
|
||||
];
|
||||
|
||||
@ -90,12 +89,12 @@ stdenv.mkDerivation {
|
||||
"-DGITBRANCH=${gitBranch}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Computer-aided design (CAD) tool from a parallel universe";
|
||||
mainProgram = "antimony";
|
||||
homepage = "https://github.com/mkeeter/antimony";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ rnhmjoj ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -11830,8 +11830,6 @@ with pkgs;
|
||||
);
|
||||
android-studio-for-platform = androidStudioForPlatformPackages.stable;
|
||||
|
||||
antimony = libsForQt5.callPackage ../applications/graphics/antimony { };
|
||||
|
||||
apngasm = callPackage ../applications/graphics/apngasm { };
|
||||
apngasm_2 = callPackage ../applications/graphics/apngasm/2.nix { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user