1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
This commit is contained in:
Domen Kožar 2013-10-14 17:13:50 +02:00
parent 582aa9a6f4
commit dc68c10e94
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, fetchgit, curl, scrot, imagemagick, xawtv, inetutils, makeWrapper, coreutils
, apiKey ? null
, deviceKey ? null }:
, apiKey ? ""
, deviceKey ? "" }:
# TODO: this should assert keys are set, somehow if set through .override assertion fails
#assert apiKey != null;
#assert deviceKey != null;
#assert apiKey != "";
#assert deviceKey != "";
let
modulesSrc = fetchgit {

View file

@ -1597,7 +1597,7 @@ let
pptp = callPackage ../tools/networking/pptp {};
"prey-bash-client" = callPackage ../tools/security/prey { };
prey-bash-client = callPackage ../tools/security/prey { };
proxychains = callPackage ../tools/networking/proxychains { };