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 sha256 = "13h7lc8wl9khhvkr0i3bl5j9bapf8anhqis1lcnwxg1vc2v058b0"; 10 }; 11 12 meta = { 13 description = "A random number generator daemon"; 14
··· 9 sha256 = "13h7lc8wl9khhvkr0i3bl5j9bapf8anhqis1lcnwxg1vc2v058b0"; 10 }; 11 12 + # For cross-compilation 13 + makeFlags = [ "AR:=$(AR)" ]; 14 + 15 meta = { 16 description = "A random number generator daemon"; 17