3
0
Fork 0
forked from mirrors/nixpkgs

trivial-builders: move into the directory named alike (#223429)

While searching for something different I wondered why there is a
trivial-builders.nix file next to the trivial-builders directory where
only tests live. Lets fix that.
This commit is contained in:
Sandro 2023-05-06 00:16:26 +02:00 committed by GitHub
parent 68eb074857
commit cac19e0266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
, makeWrapper
}:
# defined in trivial-builders.nix
# defined in trivial-builders
# imported as wrapLua in lua-packages.nix and passed to build-lua-derivation to be used as buildInput
makeSetupHook {
name = "wrap-lua-hook";

View file

@ -4,7 +4,7 @@
, makeWrapper
}:
# Defined in trivial-builders.nix
# Defined in trivial-builders
# Imported as wrapOctave in octave/default.nix and passed to octave's buildEnv
# as nativeBuildInput
# Each of the substitutions is available in the wrap.sh script as @thingSubstituted@

View file

@ -101,7 +101,7 @@ let
};
trivialBuilders = self: super:
import ../build-support/trivial-builders.nix {
import ../build-support/trivial-builders {
inherit lib;
inherit (self) runtimeShell stdenv stdenvNoCC haskell;
inherit (self.pkgsBuildHost) shellcheck;