all-packages.nix: a small reorganization
Now the science/geometry expressions are in a same block of the all-packages file.
This commit is contained in:
parent
f61b91cec4
commit
fb1c3a2e1d
@ -1163,10 +1163,6 @@ in
|
|||||||
|
|
||||||
gaia = callPackage ../development/libraries/gaia { };
|
gaia = callPackage ../development/libraries/gaia { };
|
||||||
|
|
||||||
antiprism = callPackage ../applications/science/geometry/antiprism { };
|
|
||||||
|
|
||||||
gama = callPackage ../applications/science/geometry/gama { };
|
|
||||||
|
|
||||||
gamecube-tools = callPackage ../development/tools/gamecube-tools { };
|
gamecube-tools = callPackage ../development/tools/gamecube-tools { };
|
||||||
|
|
||||||
gammy = qt5.callPackage ../tools/misc/gammy { };
|
gammy = qt5.callPackage ../tools/misc/gammy { };
|
||||||
@ -26163,6 +26159,10 @@ julia_15 = callPackage ../development/compilers/julia/1.5.nix {
|
|||||||
|
|
||||||
### SCIENCE/GEOMETRY
|
### SCIENCE/GEOMETRY
|
||||||
|
|
||||||
|
antiprism = callPackage ../applications/science/geometry/antiprism { };
|
||||||
|
|
||||||
|
gama = callPackage ../applications/science/geometry/gama { };
|
||||||
|
|
||||||
drgeo = callPackage ../applications/science/geometry/drgeo {
|
drgeo = callPackage ../applications/science/geometry/drgeo {
|
||||||
inherit (gnome2) libglade;
|
inherit (gnome2) libglade;
|
||||||
guile = guile_1_8;
|
guile = guile_1_8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user