lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 15.09-beta 12 lines 312 B view raw
1{ stdenv, cracklib, fetchurl, python }: 2 3stdenv.mkDerivation rec { 4 name = "libpwquality-1.2.3"; 5 6 src = fetchurl { 7 url = "https://fedorahosted.org/releases/l/i/libpwquality/${name}.tar.bz2"; 8 sha256 = "0sjiabvl5277nfxyy96jdz65a0a3pmkkwrfbziwgik83gg77j75i"; 9 }; 10 11 buildInputs = [ cracklib python ]; 12}