about summary refs log tree commit diff
path: root/pkgs/shells/oil
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-06 21:39:28 +0300
committerArtturin <Artturin@artturin.com>2022-05-06 22:31:38 +0300
commitea79263e608224491030a0cdf27b9f11ecff2928 (patch)
tree49fc8fb22633bb7d91f382575327ec33f2cf9f8e /pkgs/shells/oil
parent0bf838dc6eab2a9e3d21d1a7fa758467874005bb (diff)
pkgs/shells: enable strictDeps
Diffstat (limited to 'pkgs/shells/oil')
-rw-r--r--pkgs/shells/oil/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index 2b82d4882789c..f99c285a4f0ff 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
     mkdir -p $out/bin
   '';
 
+  strictDeps = true;
   buildInputs = lib.optional withReadline readline;
   configureFlags = lib.optional withReadline "--with-readline";