summary refs log tree commit diff
path: root/pkgs/shells/powershell/default.nix
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/powershell/default.nix
parent0bf838dc6eab2a9e3d21d1a7fa758467874005bb (diff)
downloadnixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.gz
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.bz2
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.lz
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.xz
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.tar.zst
nixpkgs-ea79263e608224491030a0cdf27b9f11ecff2928.zip
pkgs/shells: enable strictDeps
Diffstat (limited to 'pkgs/shells/powershell/default.nix')
-rw-r--r--pkgs/shells/powershell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix
index 19ca69ecb94..1bd19817268 100644
--- a/pkgs/shells/powershell/default.nix
+++ b/pkgs/shells/powershell/default.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
     stripRoot = false;
   };
 
+  strictDeps = true;
   buildInputs = [ less ] ++ libraries;
   nativeBuildInputs = [ makeWrapper ]
     ++ lib.optional stdenv.isLinux autoPatchelfHook;