-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diagon: init @ 1.1.158 #297736
base: master
Are you sure you want to change the base?
diagon: init @ 1.1.158 #297736
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also split commits into two:
- adding yourself into maintainer list
- ading diagon package
Result of 1 package built:
|
Sure, done |
Could you rebase this repo so that ff6a2e4 is not part of this PR. |
Result of 1 package built:
|
Hi @applePrincess, I'm not sure what is supposed to happen with this. Would you please let me know what I need to do next to have this merged? Thank you. |
Not really. I do not have rights to merge so I can not make it happen but you can mention this PR on Discourse. |
nativeBuildInputs = [ | ||
boost184 | ||
cmake | ||
jdk | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nativeBuildInputs = [ | |
boost184 | |
cmake | |
jdk | |
]; | |
nativeBuildInputs = [ | |
cmake | |
jdk | |
]; | |
buildInputs = [ | |
boost184 | |
]; |
description = "An interactive interpreter that transforms markdown-style expression into an ascii-art representation"; | ||
license = lib.licenses.mit; | ||
maintainers = [ lib.maintainers.petertrotman ]; | ||
mainProgram = "diagon"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mainProgram = "diagon"; | |
mainProgram = "diagon"; | |
platforms = lib.platforms.unix; |
Added package for diagon and myself as maintainer.
https://github.com/ArthurSonzogni/Diagon
Diagon is an interactive interpreter. It transforms markdown-style expression into an ascii-art representation.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.