-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added sv-lang version 7.0 and sv-bugpoint #69
base: main
Are you sure you want to change the base?
Conversation
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_10.src.outPath}" | ||
"-DFETCHCONTENT_SOURCE_DIR_CATCH2=${catch2_3.src.outPath}" |
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.
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_10.src.outPath}" | |
"-DFETCHCONTENT_SOURCE_DIR_CATCH2=${catch2_3.src.outPath}" | |
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_10.src}" | |
"-DFETCHCONTENT_SOURCE_DIR_CATCH2=${catch2_3.src}" |
"-DFETCHCONTENT_SOURCE_DIR_SLANG=${sv-lang.src.outPath}" | ||
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_10.src.outPath}" |
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.
"-DFETCHCONTENT_SOURCE_DIR_SLANG=${sv-lang.src.outPath}" | |
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_10.src.outPath}" | |
"-DFETCHCONTENT_SOURCE_DIR_SLANG=${sv-lang.src}" | |
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_10.src}" |
stdenv.mkDerivation { | ||
pname = "sv-bugpoint"; | ||
# take the first 10 characters of the revision | ||
version = builtins.head (builtins.match "(.{10}).*" rev); |
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 think the latest convention in nixpkgs when a package has no version itself is to use 0-unstable-<DATE>
Draft because it depends requires a patch to sv-bugpoint, which may be merged upstream reasonably soon.