calc: rewrite the arguments attrset
This commit is contained in:
parent
2137fe7093
commit
580519cfcd
1 changed files with 9 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue