doublecmd: refactor inherit statement (#425437)
This commit is contained in:
commit
96e3394f6e
@ -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}";
|
||||
|
||||
@ -1457,10 +1457,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user