Skip to content

Commit

Permalink
qemu: fixup systemWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 20, 2017
1 parent 7042463 commit e3a7d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/qemu/default.nix
Expand Up @@ -173,7 +173,7 @@ stdenv.mkDerivation rec {
"aarch64-linux" = "aarch64";
"default" = "i386";
};
in if (systemWrapperOpts ? stdenv.system)
in if (builtins.hasAttr stdenv.system systemWrapperOpts)
then (builtins.getAttr stdenv.system systemWrapperOpts)
else systemWrapperOpts.default;

Expand Down

0 comments on commit e3a7d6e

Please sign in to comment.