Unverified Commit 93a23a8a authored by Stefan Frijters's avatar Stefan Frijters
Browse files

openbox: enable strictDeps

parent 899ec6f5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  libsm,
  imlib2,
  pango,
  bashNonInteractive,
  libstartup_notification,
  makeWrapper,
}:
@@ -27,10 +28,12 @@ stdenv.mkDerivation (finalAttrs: {
    autoreconfHook
    pkg-config
    makeWrapper
    python3
    python3.pkgs.wrapPython
  ];

  buildInputs = [
    bashNonInteractive
    libxml2
    libxinerama
    libxcursor
@@ -47,6 +50,8 @@ stdenv.mkDerivation (finalAttrs: {
    imlib2
  ];

  strictDeps = true;

  pythonPath = with python3.pkgs; [
    pyxdg
  ];