mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
far2l: fix eval of updateScript
This commit is contained in:
@@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
done
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { extraArgs = "--version=branch=master"; };
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=master" ]; };
|
||||
|
||||
meta = {
|
||||
description = "Linux port of FAR Manager v2 with enhanced plugin support";
|
||||
|
||||
Reference in New Issue
Block a user