calc: nixpkgs-review fixes

authored by

Thomas Bereknyei and committed by
tomberek
d3833fbe 840822c2

+2 -2
+2 -2
pkgs/applications/science/math/calc/default.nix
··· 13 13 sha256 = "sha256-yKe4PASm7qWH/nYv8BtYbi9m3xPpA0SZ02Hahj8DJC8="; 14 14 }; 15 15 16 - patchPhase = '' 16 + postPatch = '' 17 17 substituteInPlace Makefile \ 18 18 --replace '-install_name ''${LIBDIR}/libcalc''${LIB_EXT_VERSION}' '-install_name ''${T}''${LIBDIR}/libcalc''${LIB_EXT_VERSION}' \ 19 19 --replace '-install_name ''${LIBDIR}/libcustcalc''${LIB_EXT_VERSION}' '-install_name ''${T}''${LIBDIR}/libcustcalc''${LIB_EXT_VERSION}' ··· 41 41 meta = with lib; { 42 42 description = "C-style arbitrary precision calculator"; 43 43 homepage = "http://www.isthe.com/chongo/tech/comp/calc/"; 44 - license = licenses.lgpl21; 44 + license = licenses.lgpl21Only; 45 45 maintainers = with maintainers; [ matthewbauer ]; 46 46 platforms = platforms.all; 47 47 };