feat(wrapperModules.difftastic): init#574
Open
AlexLov wants to merge 1 commit into
Open
Conversation
MacaylaMarvelous81
approved these changes
Jul 3, 2026
Contributor
There was a problem hiding this comment.
x86_64-linux test run (success)
[jomarm@dell-inspiron7773:~/nix-wrapper-modules]$ nix-build --arg lib '(import <nixpkgs> {}).lib' --arg pkgs 'import <nixpkgs> {}' --arg self 'import ./. {}' --arg tlib '(import <nixpkgs> {}).callPackage ./ci/test-lib.nix { self = import ./. {}; }' wrapperModules/d/difftastic/check.nix
these 6 derivations will be built:
/nix/store/2q8zxnkrfjxwbxnb6pn4fpslrvvdkv8g-difftastic-0.69.0.drv
/nix/store/5b18n6ymkyhvcazi6112gb6rsrrz3k78-difftastic-0.69.0.drv
/nix/store/67q1294f4cg327s2q2dd6wxirhyyjg1a-difftastic-0.69.0.drv
/nix/store/9wlffjdifnpw1qpk6vqvkm6zx3nfsv8c-difftastic-0.69.0.drv
/nix/store/fjpl7m27a60w54maxnis1x9z0wzrjddp-difftastic-0.69.0.drv
/nix/store/rwfxhg5vdfyfh81rylbzc18in5r9sph4-difftastic-test.drv
this path will be fetched (6.8 MiB download, 119.2 MiB unpacked):
/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0
copying path '/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0' from 'https://cache.nixos.org'...
building '/nix/store/2q8zxnkrfjxwbxnb6pn4fpslrvvdkv8g-difftastic-0.69.0.drv'...
building '/nix/store/5b18n6ymkyhvcazi6112gb6rsrrz3k78-difftastic-0.69.0.drv'...
building '/nix/store/67q1294f4cg327s2q2dd6wxirhyyjg1a-difftastic-0.69.0.drv'...
building '/nix/store/9wlffjdifnpw1qpk6vqvkm6zx3nfsv8c-difftastic-0.69.0.drv'...
building '/nix/store/fjpl7m27a60w54maxnis1x9z0wzrjddp-difftastic-0.69.0.drv'...
/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0/bin:
difft: File exists
Patching self-references in specified files...
Running phase: updateAutotoolsGnuConfigScriptsPhase
/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0/bin:
difft: File exists
Patching self-references in specified files...
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: buildPhase
Running phase: installPhase
Running phase: buildPhase
/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0/bin:
difft: File exists
Patching self-references in specified files...
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: installPhase
Running phase: buildPhase
/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0/bin:
difft: File exists
Patching self-references in specified files...
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: installPhase
Running phase: buildPhase
Running phase: installPhase
/nix/store/m80fwiwnsdnni2wncpyjw1pqpyzjdsss-difftastic-0.69.0/bin:
difft: File exists
Patching self-references in specified files...
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: buildPhase
Running phase: installPhase
building '/nix/store/rwfxhg5vdfyfh81rylbzc18in5r9sph4-difftastic-test.drv'...
/nix/store/nslxzx8xyr2h2qkhb2za9m6k37ixn1ad-difftastic-test
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.
Adds wrapper for
difftastic.Tests for this wrapper depend on #573 PR. So tests will fail until that PR will be merged and this one rebased, or I can update tests to use pure grep instead if this is preferred path forward.