-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
decker: init at 1.31 #206472
decker: init at 1.31 #206472
Conversation
8b65239
to
80e9de5
Compare
80e9de5
to
3d70b38
Compare
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.
Could be updated to v1.12 now; LGTM in any case, successfully built and ran it on x86_64-linux.
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.
Actually, the docs and vim plugins aren't being installed to the right places:
The failing checks on darwin should be fixed by JohnEarnest/Decker#53. |
3d70b38
to
3aa1934
Compare
3aa1934
to
a200149
Compare
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.
Yay! If you want to backport in the now-merged Makefile patch for now, to fix the broken darwin build:
a200149
to
5a69800
Compare
5a69800
to
4e72b37
Compare
Updated the package to 1.14. Also rebased it on top of 216f9f4. |
4e72b37
to
8355747
Compare
8355747
to
56679f6
Compare
Update the package to 1.18 and rebased on top of 52f1451. |
56679f6
to
cfc1b77
Compare
Updated the package to 1.21 and rebased it on top of 78576e1. |
cfc1b77
to
962bb41
Compare
(Oof, I missed the previous releases. That's my bad.) Updated the package to 1.24 and rebased it on top of f1468a9. |
962bb41
to
a974195
Compare
Updated the package to 1.29 and rebased it on top of 9e69bdb. |
27ac070
to
c94c16a
Compare
Updated Decker to 1.30 and now uses by-name structure. |
c94c16a
to
3c9bdea
Compare
Updated to 1.31. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1176 |
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.
Looking good!
Result of nixpkgs-review pr 206472
run on x86_64-linux 1
1 package built:
- decker
It runs fine, but these files are marked executable, which i believe they should not:
${decker}/share/doc/decker/examples/decks/dialog.deck
${decker}/share/doc/decker/examples/decks/patedit.deck
${decker}/share/doc/decker/examples/lilt/life.lil
${decker}/share/doc/decker/examples/lilt/mandel.lil
${decker}/share/doc/decker/examples/lilt/maze.lil
${decker}/share/doc/decker/examples/lilt/podcasts.lil
${decker}/share/doc/decker/format.md
${decker}/share/doc/decker/images/audio.gif
${decker}/share/doc/decker/images/brushes.png
${decker}/share/doc/decker/images/cards.gif
${decker}/share/doc/decker/images/conprops.gif
${decker}/share/doc/decker/images/listener.gif
${decker}/share/doc/decker/images/logo.png
${decker}/share/doc/decker/images/mover.gif
${decker}/share/doc/decker/images/palette.png
${decker}/share/doc/decker/images/position.gif
${decker}/share/doc/decker/images/protoattrs.gif
${decker}/share/doc/decker/images/protoinstances.gif
${decker}/share/doc/decker/images/protomargins.gif
${decker}/share/doc/decker/images/protoprops.gif
${decker}/share/doc/decker/images/protosize.gif
${decker}/share/doc/decker/images/protowids.gif
${decker}/share/doc/decker/images/sounds.gif
${decker}/share/doc/decker/images/wings.gif
${decker}/share/doc/decker/lil.md
${decker}/share/doc/decker/lilt.md
Could you also try to run the test
target in the Makefile during checkPhase
?
running tests
no Makefile or custom checkPhase, doing nothing
3c9bdea
to
f2fb24e
Compare
I fixed the permissions of the docfiles now. Though, I left
My bad, I didn't noticed that it didn't actually checked. With
|
Description of changes
Add Decker, a multimedia sketchpad.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notesThere are some things I don't know how to do properly such as installing those Vim plugins (or could be added as a separate package if that is preferred).