-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
bwbasic: init at 3.20 #146963
bwbasic: init at 3.20 #146963
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.
I have a few minor comments
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.
Builds on my machine
I believe I've resolved all outstanding comments, please take another look. |
|
||
src = fetchzip { | ||
url = "mirror://sourceforge/project/bwbasic/bwbasic/version%203.20/bwbasic-3.20.zip"; | ||
extension = "zip"; |
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.
The ".zip" extension is now detectable from url.
Also, you don't need to use fetchzip
, you can use fetchurl
and put unzip
in nativeBuildInputs
. The benefit of using fetchurl over fetchzip is that the https://github.com/NixOS/nixpkgs/blob/master/maintainers/scripts/copy-tarballs.pl supports backing up those files to tarballs.nixos.org.
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.
Ah thanks! Good to know. I am in favor of backups, for sure, so I've changed that.
Do you know if it's possible to make this work without writing my own unpackPhase (as the latest revision does)?
Motivation for this change
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 notes