Fixes compilation of example on nixos#1993
Open
Niedzwiedzw wants to merge 1 commit intopop-os:masterfrom
Open
Conversation
|
hello! i am trying to test this, but i am unsure the correct steps. i am very unfamiliar with proper nix steps and setup...can you provide details for me to get this built in a nix environment? thanks! :) |
Author
|
so if you have nix package manager you should be able to just run 'nix develop' when cd'd here and everything should be set up (all dependencies downloaded and symlinked so that they are in $PATH) |
|
added nix package manager, and attempted so i ran: it gave this: next ran this: it then added everything required presumably...but the build failed: and it built mostly and at the end gave this error (see attached so i am unsure if this is "working" or not :) it was not as simple as running |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1992