Loading pkgs/development/libraries/libfive/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , stdenv , wrapQtAppsHook , fetchFromGitHub , unstableGitUpdater , cmake , ninja , pkg-config Loading @@ -17,7 +18,7 @@ stdenv.mkDerivation { pname = "libfive"; version = "unstable-2023-06-07"; version = "0-unstable-2024-02-14"; src = fetchFromGitHub { owner = "libfive"; Loading Loading @@ -95,6 +96,8 @@ stdenv.mkDerivation { "libfive.stdlib" ]; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile"; homepage = "https://libfive.com/"; Loading Loading
pkgs/development/libraries/libfive/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , stdenv , wrapQtAppsHook , fetchFromGitHub , unstableGitUpdater , cmake , ninja , pkg-config Loading @@ -17,7 +18,7 @@ stdenv.mkDerivation { pname = "libfive"; version = "unstable-2023-06-07"; version = "0-unstable-2024-02-14"; src = fetchFromGitHub { owner = "libfive"; Loading Loading @@ -95,6 +96,8 @@ stdenv.mkDerivation { "libfive.stdlib" ]; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile"; homepage = "https://libfive.com/"; Loading