Loading pkgs/by-name/m1/m1n1/package.nix +20 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, imagemagick, source-code-pro, python3Packages, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -47,6 +48,25 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; nativeCheckInputs = with python3Packages; [ pytest ]; checkInputs = with python3Packages; [ construct pyserial ]; checkPhase = '' runHook preCheck pytest runHook postCheck ''; passthru = { updateScript = nix-update-script { }; }; Loading Loading
pkgs/by-name/m1/m1n1/package.nix +20 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, imagemagick, source-code-pro, python3Packages, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -47,6 +48,25 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; nativeCheckInputs = with python3Packages; [ pytest ]; checkInputs = with python3Packages; [ construct pyserial ]; checkPhase = '' runHook preCheck pytest runHook postCheck ''; passthru = { updateScript = nix-update-script { }; }; Loading