Commit d9276ebd authored by Guy Chronister's avatar Guy Chronister
Browse files

doublecmd: refactor inherit statement

parent f3cceb4d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -8,8 +8,7 @@
  glib,
  lazarus,
  libX11,
  libqtpas,
  wrapQtAppsHook,
  libsForQt5,
  writableTmpDirAsHomeHook,
}:

@@ -28,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
    fpc
    getopt
    lazarus
    wrapQtAppsHook
    libsForQt5.wrapQtAppsHook
    writableTmpDirAsHomeHook
  ];

@@ -36,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
    dbus
    glib
    libX11
    libqtpas
    libsForQt5.libqtpas
  ];

  env.NIX_LDFLAGS = "--as-needed -rpath ${lib.makeLibraryPath finalAttrs.buildInputs}";
+0 −4
Original line number Diff line number Diff line
@@ -1515,10 +1515,6 @@ with pkgs;

  ### APPLICATIONS/FILE-MANAGERS

  doublecmd = callPackage ../by-name/do/doublecmd/package.nix {
    inherit (libsForQt5) libqtpas wrapQtAppsHook;
  };

  vifm-full = vifm.override {
    mediaSupport = true;
    inherit lib udisks2 python3;