calc: rewrite the arguments attrset

This commit is contained in:
Anderson Torres 2023-04-23 20:45:04 -03:00
parent 2137fe7093
commit 580519cfcd

View file

@ -1,5 +1,12 @@
{ stdenv, lib, fetchurl, util-linux, makeWrapper
, enableReadline ? true, readline, ncurses }:
{ lib
, stdenv
, fetchurl
, makeWrapper
, ncurses
, readline
, util-linux
, enableReadline ? true
}:
stdenv.mkDerivation rec {
pname = "calc";