l 2 mc: remove redundant pkgs.concat

This commit is contained in:
lassulus 2017-03-09 14:20:00 +01:00
parent 4ebc0e7adc
commit c8668be63c

View File

@ -325,12 +325,10 @@ in {
(pkgs.concat "mc" [
pkgs.mc
(pkgs.writeDashBin "mc" ''
export MC_DATADIR=${pkgs.concat "mc-datadir" [
(pkgs.writeOut "mc-ext" {
export MC_DATADIR=${pkgs.writeOut "mc-ext" {
"/mc.ext".link = mcExt;
"/sfs.ini".text = "";
})
]}
}};
export TERM=xterm-256color
exec ${pkgs.mc}/bin/mc -S xoria256 "$@"
'')