-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arpa2: pull package sources into package files
Co-authored-by: Auguste Baum <[email protected]>
- Loading branch information
1 parent
c8a13f4
commit 8e62d1e
Showing
10 changed files
with
106 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
{ | ||
src, | ||
pname, | ||
version, | ||
stdenv, | ||
helpers, | ||
quickder, | ||
lillydap, | ||
fetchFromGitLab, | ||
}: | ||
helpers.mkArpa2Derivation { | ||
inherit src pname version; | ||
pname = "leaf"; | ||
version = "unstable-2020-04-28"; | ||
|
||
src = fetchFromGitLab { | ||
owner = "arpa2"; | ||
repo = "leaf"; | ||
rev = "b3861efce0ba143f6eb5451aac5be24f18e6d8ab"; | ||
hash = "sha256-woEzlXyulVSpeJJQU0SsfC3U90cv3b9zzVh/w5iouJY="; | ||
}; | ||
|
||
nativeBuildInputs = [quickder lillydap]; | ||
} |
16 changes: 11 additions & 5 deletions
16
pkgs/arpa2/overlays/arpa2-packages/pkgs/lillydap/default.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
{ | ||
src, | ||
pname, | ||
version, | ||
stdenv, | ||
helpers, | ||
quickder, | ||
gperf, | ||
fetchFromGitLab, | ||
}: | ||
helpers.mkArpa2Derivation { | ||
inherit src pname version; | ||
helpers.mkArpa2Derivation rec { | ||
pname = "lillydap"; | ||
version = "0.9.2"; | ||
|
||
src = fetchFromGitLab { | ||
owner = "arpa2"; | ||
repo = "lillydap"; | ||
rev = "v${version}"; | ||
hash = "sha256-L2zmitXezGzDZXLDxohU3DTuHE18KUZEMg98ui2AF+c="; | ||
}; | ||
|
||
nativeBuildInputs = [quickder gperf]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 11 additions & 5 deletions
16
pkgs/arpa2/overlays/arpa2-packages/pkgs/tlspool-gui/default.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters