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 { stdenv, fetchurl, fetchgit, curl, scrot, imagemagick, xawtv, inetutils, makeWrapper, coreutils
, apiKey ? null , apiKey ? ""
, deviceKey ? null }: , deviceKey ? "" }:
# TODO: this should assert keys are set, somehow if set through .override assertion fails # TODO: this should assert keys are set, somehow if set through .override assertion fails
#assert apiKey != null; #assert apiKey != "";
#assert deviceKey != null; #assert deviceKey != "";
let let
modulesSrc = fetchgit { modulesSrc = fetchgit {

View file

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