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