Loading pkgs/by-name/li/libbgcode/package.nix +11 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ boost, catch2_3, }: stdenv.mkDerivation { stdenv.mkDerivation (finalAttrs: { pname = "libbgcode"; version = "0-unstable-2025-02-19"; Loading @@ -29,9 +29,18 @@ stdenv.mkDerivation { heatshrink zlib boost ]; checkInputs = [ catch2_3 ]; doCheck = true; cmakeFlags = [ (lib.cmakeBool "LibBGCode_BUILD_TESTS" finalAttrs.finalPackage.doCheck) ]; meta = with lib; { homepage = "https://github.com/prusa3d/libbgcode"; description = "Prusa Block & Binary G-code reader / writer / converter"; Loading @@ -40,4 +49,4 @@ stdenv.mkDerivation { maintainers = with maintainers; [ lach ]; platforms = platforms.unix; }; } }) Loading
pkgs/by-name/li/libbgcode/package.nix +11 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ boost, catch2_3, }: stdenv.mkDerivation { stdenv.mkDerivation (finalAttrs: { pname = "libbgcode"; version = "0-unstable-2025-02-19"; Loading @@ -29,9 +29,18 @@ stdenv.mkDerivation { heatshrink zlib boost ]; checkInputs = [ catch2_3 ]; doCheck = true; cmakeFlags = [ (lib.cmakeBool "LibBGCode_BUILD_TESTS" finalAttrs.finalPackage.doCheck) ]; meta = with lib; { homepage = "https://github.com/prusa3d/libbgcode"; description = "Prusa Block & Binary G-code reader / writer / converter"; Loading @@ -40,4 +49,4 @@ stdenv.mkDerivation { maintainers = with maintainers; [ lach ]; platforms = platforms.unix; }; } })