python312Packages.primer3: refactor

authored by Fabian Affolter and committed by GitHub 45c19a48 abfc62b9

+4 -5
+4 -5
pkgs/development/python-modules/primer3/default.nix
··· 25 25 hash = "sha256-Kp4JH57gEdj7SzY+7XGBzGloWuTSwUQRBK9QbgXQfUE="; 26 26 }; 27 27 28 - nativeBuildInputs = [ 29 - cython 30 - setuptools 31 - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ gcc ]; 28 + build-system = [ setuptools ]; 29 + 30 + nativeBuildInputs = [ cython ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ gcc ]; 32 31 33 32 nativeCheckInputs = [ 34 33 click ··· 49 48 description = "Oligo analysis and primer design"; 50 49 homepage = "https://github.com/libnano/primer3-py"; 51 50 changelog = "https://github.com/libnano/primer3-py/blob/${src.tag}/CHANGES"; 52 - license = with licenses; [ gpl2Only ]; 51 + license = licenses.gpl2Only; 53 52 maintainers = with maintainers; [ fab ]; 54 53 }; 55 54 }