lol

uuagc: add static executable from haskellPackages

+2
+2
pkgs/top-level/all-packages.nix
··· 17380 17380 17381 17381 urh = callPackage ../applications/misc/urh { }; 17382 17382 17383 + uuagc = haskell.lib.justStaticExecutables haskellPackages.uuagc; 17384 + 17383 17385 uucp = callPackage ../tools/misc/uucp { }; 17384 17386 17385 17387 uvccapture = callPackage ../applications/video/uvccapture { };