uuagc: add static executable from haskellPackages

This commit is contained in:
Jan Tojnar 2018-01-16 20:32:40 +01:00
parent 4dff3ee959
commit f908f65dec
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -17380,6 +17380,8 @@ with pkgs;
urh = callPackage ../applications/misc/urh { };
uuagc = haskell.lib.justStaticExecutables haskellPackages.uuagc;
uucp = callPackage ../tools/misc/uucp { };
uvccapture = callPackage ../applications/video/uvccapture { };