Commit 7e7ecced authored by Xiangyan Sun's avatar Xiangyan Sun
Browse files

urweb: migrate to by-name

parent 66459637
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4687,10 +4687,6 @@ with pkgs;
    stdenv = gcc14Stdenv;
  };

  urweb = callPackage ../development/compilers/urweb {
    icu = icu67;
  };

  vcard = python3Packages.toPythonApplication python3Packages.vcard;

  inherit (callPackage ../development/compilers/vala { })