From ce8e9ee889fea38fd070a7a8b7441f5bd6b2128c Mon Sep 17 00:00:00 2001 From: Thomas Nixon Date: Mon, 20 Nov 2023 14:38:02 +0000 Subject: [PATCH] nix: remove unused snakemake argument --- nix/bear.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/bear.nix b/nix/bear.nix index 992b3d6..3d8b1ee 100644 --- a/nix/bear.nix +++ b/nix/bear.nix @@ -1,4 +1,4 @@ -{ lib, src, python, ear, visr_python ? null, numpy_quaternion, snakemake, visr_bear ? null }: +{ lib, src, python, ear, visr_python ? null, numpy_quaternion, visr_bear ? null }: python.pkgs.buildPythonPackage rec { name = "bear"; inherit src;