about summary refs log tree commit diff
path: root/pkgs/development/interpreters/octave
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-05-06 00:16:26 +0200
committerGitHub <noreply@github.com>2023-05-06 00:16:26 +0200
commitcac19e02668e2c0e1ad2aa20db3041dbca00e739 (patch)
treefe303c7fef0925144ee1fc911eeee0484dacd363 /pkgs/development/interpreters/octave
parent68eb0748577d20ba5209510a8e3f7debd30fd7a8 (diff)
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.
Diffstat (limited to 'pkgs/development/interpreters/octave')
-rw-r--r--pkgs/development/interpreters/octave/wrap-octave.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/octave/wrap-octave.nix b/pkgs/development/interpreters/octave/wrap-octave.nix
index 2317a479f0e20..1959ba6c49251 100644
--- a/pkgs/development/interpreters/octave/wrap-octave.nix
+++ b/pkgs/development/interpreters/octave/wrap-octave.nix
@@ -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@