lol

rng-tools: Enable cross-compilation

authored by

Ben Gamari and committed by
John Ericson
a09aa86e d23f71de

+3
+3
pkgs/tools/security/rng-tools/default.nix
··· 9 9 sha256 = "13h7lc8wl9khhvkr0i3bl5j9bapf8anhqis1lcnwxg1vc2v058b0"; 10 10 }; 11 11 12 + # For cross-compilation 13 + makeFlags = [ "AR:=$(AR)" ]; 14 + 12 15 meta = { 13 16 description = "A random number generator daemon"; 14 17