tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
antimony: move to by-name
awwpotato
7 months ago
7f44f8f1
24d9d8b1
+7
-10
4 changed files
expand all
collapse all
unified
split
pkgs
by-name
an
antimony
mimetype.xml
package.nix
paths-fix.patch
top-level
all-packages.nix
+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,
0
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
0
0
11833
apngasm = callPackage ../applications/graphics/apngasm { };
11834
apngasm_2 = callPackage ../applications/graphics/apngasm/2.nix { };
11835