1 { lib, stdenv, fetchurl, libarchive }:
3 stdenv.mkDerivation rec {
8 url = "https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-${version}/virtio-win.iso";
9 hash = "sha256-vcKtFyegi22KWdQOES2TD1Ois1S974WQOrqtiWIU8KM=";
16 unpackCmd = "mkdir source; bsdtar -xf $curSrc -C source";
27 passthru.updateScript = ./update.sh;
30 description = "Windows VirtIO Drivers";
31 homepage = "https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index.html";
32 changelog = "https://fedorapeople.org/groups/virt/virtio-win/CHANGELOG";
33 license = [ licenses.bsd3 ];
34 maintainers = with maintainers; [ anthonyroussel ];
35 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
36 platforms = platforms.linux;