Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ubidump: use format other and propagate setuptools

authored by

Martin Weinelt and committed by
Frederik Rietdijk
b00a475d a1bad743

+2 -1
+2 -1
pkgs/tools/filesystems/ubidump/default.nix
··· 4 4 5 5 pname = "ubidump"; 6 6 version = "unstable-2019-09-11"; 7 + format = "other"; 7 8 8 9 src = fetchFromGitHub { 9 10 owner = "nlitsme"; ··· 12 13 sha256 = "1hiivlgni4r3nd5n2rzl5qzw6y2wpjpmyls5lybrc8imd6rmj3w2"; 13 14 }; 14 15 15 - propagatedBuildInputs = with python3.pkgs; [ crcmod python-lzo ]; 16 + propagatedBuildInputs = with python3.pkgs; [ crcmod python-lzo setuptools ]; 16 17 17 18 dontBuild = true; 18 19