Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75f9b2f91f72
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 429812d0cba1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 9, 2020

  1. imv: 4.0.1 -> 4.1.0

    erictapen committed Jan 9, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    mbbx6spp Susan Potter
    Copy the full SHA
    ccb4a4e View commit details
  2. Merge pull request #77389 from erictapen/imv-4.1.0

    imv: 4.0.1 -> 4.1.0
    dywedir authored Jan 9, 2020
    Copy the full SHA
    429812d View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/applications/graphics/imv/default.nix
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/imv/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@
, freeimage, fontconfig, pkgconfig
, asciidoc, docbook_xsl, libxslt, cmocka
, librsvg, pango, libxkbcommon, wayland
, libGLU
, libGLU, icu
}:

stdenv.mkDerivation rec {
pname = "imv";
version = "4.0.1";
version = "4.1.0";

src = fetchFromGitHub {
owner = "eXeC64";
repo = "imv";
rev = "v${version}";
sha256 = "sha256:01fbkbwwsyr00k3mwans8jfb9p4gl02v6z62vgx0pkgrzxjkcz07";
sha256 = "sha256:0gk8g178i961nn3bls75a8qpv6wvfvav6hd9lxca1skaikd33zdx";
};

preBuild = ''
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
pango
pkgconfig
wayland
icu
];

installFlags = [ "PREFIX=$(out)" "CONFIGPREFIX=$(out)/etc" ];