-
-
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
manticore: 2018.09.29 -> 2019.09.20 #69350
Conversation
@GrahamcOfBorg build manticore |
It also seems to install its source: |
That was added in 53dde42#diff-d44f3788bd35dd171c6fc74abc8da4d5 and seems to be intentional. I admit I don't know what goes wrong without this, though. |
@@ -1,15 +1,15 @@ | |||
{ stdenv, fetchFromGitHub, coreutils, autoreconfHook, smlnj }: | |||
|
|||
let | |||
rev= "47273c463fc3c5d0a0ae655cf75a4700bdb020b4"; | |||
rev= "4528ccacdfd53d36f5959c005b27cd7ab6175b83"; | |||
in stdenv.mkDerivation { | |||
pname = "manticore"; |
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.
pname = "manticore"; | |
pname = "manticore-unstable"; |
@@ -1,15 +1,15 @@ | |||
{ stdenv, fetchFromGitHub, coreutils, autoreconfHook, smlnj }: | |||
|
|||
let | |||
rev= "47273c463fc3c5d0a0ae655cf75a4700bdb020b4"; | |||
rev= "4528ccacdfd53d36f5959c005b27cd7ab6175b83"; |
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.
Shall we just put this in with the rest of fetchFromGitHub
while we’re here? Not sure what it’s doing up here.
in stdenv.mkDerivation { | ||
pname = "manticore"; | ||
version = "2018.09.29"; | ||
version = "2019.09.20"; |
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.
version = "2019.09.20"; | |
version = "2019-09-20"; |
Motivation for this change
manticore
wasn't building on master or 19.09. This upgrade fixes that.Connected to #68361
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @