summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/tsdl
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-01 16:42:22 +0100
committerUlrik Strid <ulrik.strid@outlook.com>2023-02-03 08:59:34 +0100
commitc53a63adf11330c66d3f0ed0def74e0dacd2cd2a (patch)
treea8af7d43c6d03b0399390aef4b25b7d63daa4055 /pkgs/development/ocaml-modules/tsdl
parentd6ccd7658182294671cdb61ef7c5db46d7e78eb4 (diff)
downloadnixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.tar
nixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.tar.gz
nixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.tar.bz2
nixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.tar.lz
nixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.tar.xz
nixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.tar.zst
nixpkgs-c53a63adf11330c66d3f0ed0def74e0dacd2cd2a.zip
ocamlPackages treewide: strictDeps all packages
Diffstat (limited to 'pkgs/development/ocaml-modules/tsdl')
-rw-r--r--pkgs/development/ocaml-modules/tsdl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/tsdl/default.nix b/pkgs/development/ocaml-modules/tsdl/default.nix
index a7d1f573c69..354a8ca2098 100644
--- a/pkgs/development/ocaml-modules/tsdl/default.nix
+++ b/pkgs/development/ocaml-modules/tsdl/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation {
     sha256 = "sha256-GqFz+bYG2ESkAEJyP8DKud4JFfU5MGLulzJa5Z4sptQ=";
   };
 
+  strictDeps = true;
+
   nativeBuildInputs = [ pkg-config ocaml findlib ocamlbuild topkg ];
   buildInputs = [ topkg ];
   propagatedBuildInputs = [ SDL2 ctypes ]