File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,3 @@ if get_option('unit-tests')
6161endif
6262subproject (' nix-functional-tests' )
6363subproject (' json-schema-checks' )
64- subproject (' kaitai-struct-checks' )
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ pkgs.nixComponents2.nix-util.overrideAttrs (
109109 ++ pkgs . nixComponents2 . nix-external-api-docs . nativeBuildInputs
110110 ++ pkgs . nixComponents2 . nix-functional-tests . externalNativeBuildInputs
111111 ++ pkgs . nixComponents2 . nix-json-schema-checks . externalNativeBuildInputs
112- ++ pkgs . nixComponents2 . nix-kaitai-struct-checks . externalNativeBuildInputs
113112 ++ lib . optional (
114113 ! buildCanExecuteHost
115114 # Hack around https://github.com/nixos/nixpkgs/commit/bf7ad8cfbfa102a90463433e2c5027573b462479
@@ -149,7 +148,6 @@ pkgs.nixComponents2.nix-util.overrideAttrs (
149148 ++ pkgs . nixComponents2 . nix-expr . externalPropagatedBuildInputs
150149 ++ pkgs . nixComponents2 . nix-cmd . buildInputs
151150 ++ lib . optionals havePerl pkgs . nixComponents2 . nix-perl-bindings . externalBuildInputs
152- ++ lib . optional havePerl pkgs . perl
153- ++ pkgs . nixComponents2 . nix-kaitai-struct-checks . externalBuildInputs ;
151+ ++ lib . optional havePerl pkgs . perl ;
154152 }
155153)
Original file line number Diff line number Diff line change 11# Run with: nix build .#nix-kaitai-struct-checks
2+ # or: `nix develop .#nix-kaitai-struct-checks` to enter a dev shell
23{
34 lib ,
45 mkMesonDerivation ,
You can’t perform that action at this time.
0 commit comments