mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
celestia: move to by-name/
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
pkg-config,
|
||||
libglut,
|
||||
gtk2,
|
||||
gtkglext,
|
||||
gnome2,
|
||||
libjpeg_turbo,
|
||||
libtheora,
|
||||
libxmu,
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
libglut
|
||||
gtk2
|
||||
gtkglext
|
||||
gnome2.gtkglext
|
||||
lua
|
||||
perl
|
||||
libjpeg_turbo
|
||||
@@ -10581,10 +10581,6 @@ with pkgs;
|
||||
|
||||
boinc-headless = boinc.override { headless = true; };
|
||||
|
||||
celestia = callPackage ../applications/science/astronomy/celestia {
|
||||
inherit (gnome2) gtkglext;
|
||||
};
|
||||
|
||||
faissWithCuda = faiss.override {
|
||||
cudaSupport = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user