Skip to content

Commit

Permalink
qemu: 2.8.1 -> 2.8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Volth authored and 7c6f434c committed Apr 23, 2017
1 parent b2badb9 commit bfff241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/qemu/default.nix
Expand Up @@ -16,7 +16,7 @@

with stdenv.lib;
let
version = "2.8.1";
version = "2.8.1.1";
audio = optionalString (hasSuffix "linux" stdenv.system) "alsa,"
+ optionalString pulseSupport "pa,"
+ optionalString sdlSupport "sdl,";
Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://wiki.qemu.org/download/qemu-${version}.tar.bz2";
sha256 = "1kdv8aa800rbsz9qnm4saw79vr052p83by21ryah68ics9z4r3h1";
sha256 = "0f1nbnjpsy6v3ca1hxkpzwg5h4avjk6bwi7dh565pzxr3y5b2apn";
};

buildInputs =
Expand Down

4 comments on commit bfff241

@joachifm
Copy link
Contributor

@joachifm joachifm commented on bfff241 Apr 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patches fail to apply, breaking all the vm tests.

@7c6f434c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, I think patches did apply fine when I tested it locally…

@7c6f434c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FTR: I have switched the 9p patch (not used by normal build) to the master version, this should have helped.

@joachifm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it worked, thank you.

Please sign in to comment.