about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-10 15:26:19 +0100
committerGitHub <noreply@github.com>2024-03-10 15:26:19 +0100
commit2fc6a48b83d41d6f498a83357cd23edb335a4944 (patch)
tree25aa9e67eff72c09087da8818f7a440d2f56fedd /pkgs/top-level
parent0b3e43b7cadb9256386e59f8f7949c385c129fd3 (diff)
parentb9b66cf3247dbc7bc36af9fa286c5dd3bd007283 (diff)
Merge pull request #292827 from elisesouche/makehuman
makehuman: init at 1.2.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 59322317e8abd..79e4e91663bad 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1941,6 +1941,8 @@ with pkgs;
 
   linux-router-without-wifi = linux-router.override { useWifiDependencies = false; };
 
+  makehuman = libsForQt5.callPackage ../applications/misc/makehuman { };
+
   markdownlint-cli = callPackage ../tools/text/markdownlint-cli { };
 
   markdownlint-cli2 = callPackage ../tools/text/markdownlint-cli2 { };