imv: Include i686-linux in platforms attribute

The package builds and works fine on i686-linux, so there is no need to
fail evaluation on those systems.

Signed-off-by: aszlig <aszlig@nix.build>
Issue: #45976
Cc: @rnhmjoj, @xeji
This commit is contained in:
aszlig 2018-09-09 10:30:58 +02:00
parent 9082a008d1
commit 7bda775331
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/eXeC64/imv;
license = licenses.gpl2;
maintainers = with maintainers; [ rnhmjoj ];
platforms = [ "x86_64-linux" ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}