Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PaymentServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
PaymentServer
Commits
ba349cf9
Unverified
Commit
ba349cf9
authored
5 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
Update the stack config to point at the updated package too
parent
b05f2326
Branches
Branches containing commit
No related tags found
1 merge request
!49
Switch to newer python-challenge-bypass-ristretto repo
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ristretto.nix
+0
-10
0 additions, 10 deletions
ristretto.nix
stack-shell.nix
+2
-2
2 additions, 2 deletions
stack-shell.nix
with
2 additions
and
12 deletions
ristretto.nix
deleted
100644 → 0
+
0
−
10
View file @
b05f2326
{
fetchFromGitHub
,
callPackage
}:
let
src
=
fetchFromGitHub
{
owner
=
"LeastAuthority"
;
repo
=
"privacypass"
;
rev
=
"45855401e163f8e622bd93a5c5bce13de8c8510a"
;
sha256
=
"15wv8vas6x8cdicylp0m632c916p7qxq1k4lnchr8c92lldp0rv7"
;
};
in
callPackage
"
${
src
}
/ristretto.nix"
{
}
This diff is collapsed.
Click to expand it.
stack-shell.nix
+
2
−
2
View file @
ba349cf9
...
...
@@ -4,7 +4,7 @@
let
pkgs
=
import
<
nixpkgs
>
{
};
# Get our Ristretto bindings.
ristretto
=
pkgs
.
callPackage
./ristretto.nix
{
};
libchallenge_bypass_
ristretto
=
pkgs
.
callPackage
./
nix/challenge-bypass-
ristretto.nix
{
};
in
# This is what you're supposed to call in a stack shell-file. I don't
# *really* know what it does but I know it works...
...
...
@@ -13,5 +13,5 @@ in
name
=
"PrivacyPass"
;
# zlib is a common dependency of many of our dependencies. and we put our
# ristretto library in as well.
buildInputs
=
[
pkgs
.
zlib
ristretto
];
buildInputs
=
[
pkgs
.
zlib
libchallenge_bypass_
ristretto
];
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment