about summary refs log tree commit diff
path: root/pkgs/applications/altcoins/mist.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/mist.nix')
-rw-r--r--pkgs/applications/altcoins/mist.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/mist.nix b/pkgs/applications/altcoins/mist.nix
index c38e613fdd4ab..cb8d01467a2e8 100644
--- a/pkgs/applications/altcoins/mist.nix
+++ b/pkgs/applications/altcoins/mist.nix
@@ -26,7 +26,7 @@ let
   };
 
   mist = stdenv.lib.appendToName "unwrapped" (stdenv.mkDerivation {
-    inherit name version;
+    inherit name version meta;
 
     src = {
       i686-linux = fetchurl {
@@ -56,7 +56,7 @@ let
   });
 in
 buildFHSUserEnv {
-  inherit name;
+  inherit name meta;
 
   targetPkgs = pkgs: with pkgs; [
      mist