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:
parent
9082a008d1
commit
7bda775331
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://github.com/eXeC64/imv;
|
homepage = https://github.com/eXeC64/imv;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ rnhmjoj ];
|
maintainers = with maintainers; [ rnhmjoj ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue