6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "garrettfoster13";
14 rev = "refs/tags/${version}";
15 hash = "sha256-z1ttuRos7x/zdWiYYozxWzRarFExd4W5rUYAEiUMugU=";
25 nativeBuildInputs = with python3.pkgs; [
29 propagatedBuildInputs = with python3.pkgs; [
37 pythonImportsCheck = [
42 description = "Tool to query for the existence of pre-windows 2000 computer objects";
43 homepage = "https://github.com/garrettfoster13/pre2k";
44 changelog = "https://github.com/garrettfoster13/pre2k/releases/tag/${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ fab ];
47 mainProgram = "pre2k";