14 stdenv.mkDerivation rec {
19 url = "https://hacktivis.me/git/badwolf.git";
21 hash = "sha256-feWSxK9TJ5MWxUKutuTcdmMk5IbLjNseUAvfm20kQ1U=";
24 # configure script not accepting '--prefix'
25 prefixKey = "PREFIX=";
42 description = "Minimalist and privacy-oriented WebKitGTK+ browser";
43 mainProgram = "badwolf";
44 homepage = "https://hacktivis.me/projects/badwolf";
45 license = with licenses; [ bsd3 cc-by-sa-40 ];
46 platforms = platforms.linux;
47 maintainers = with maintainers; [ laalsaas aleksana ];