-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
veroroute: init at 2.39 #369345
base: master
Are you sure you want to change the base?
veroroute: init at 2.39 #369345
Conversation
@@ -16297,6 +16297,8 @@ with pkgs; | |||
withGui = false; | |||
}; | |||
|
|||
veroroute = libsForQt5.callPackage ../by-name/ve/veroroute/package.nix { }; |
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.
Don't introduce new entries in all-packages.nix if possible (see failing nixpkgs-vet CI)
preConfigure = '' | ||
cd Src/ | ||
''; |
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.
Set sourceRoot instead
version = "2.39"; | ||
|
||
src = fetchurl { | ||
url = "mirror://sourceforge/veroroute/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; |
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.
Download link should continue to work when pname is overridden
url = "mirror://sourceforge/veroroute/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; | |
url = "mirror://sourceforge/veroroute/veroroute-${finalAttrs.version}.tar.gz"; |
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.