-
-
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
xmltoman: init at 0.6 #305096
xmltoman: init at 0.6 #305096
Conversation
pkgs/by-name/xm/xmltoman/package.nix
Outdated
perl538Packages.XMLTokeParser | ||
]; | ||
|
||
buildPhase = '' |
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.
Please split postPatch
buildPhase
and preInstall
.
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.
Didn't resolve this. Also overriding phases need adding runHook
: runHook preBuild
and runHook postBuild
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.
you mean i did not resolve it by splitting it into buildPhase
and preInstall
? if so which part goes into preInstall
?
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.
Didn't look into this carefully. You can put all these to installPhase
.
003bef2
to
d861e9a
Compare
Result of 1 package failed to build:
|
1cf25db
to
c49813c
Compare
130e2a3
to
90fb088
Compare
@fabaff any help here? |
pkgs/by-name/xm/xmltoman/package.nix
Outdated
perl538Packages.XMLTokeParser | ||
]; | ||
|
||
buildPhase = '' |
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.
Didn't resolve this. Also overriding phases need adding runHook
: runHook preBuild
and runHook postBuild
86c9b29
to
b8b942d
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/3838 |
Description of changes
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.