Skip to content

Commit

Permalink
rpm-ostree: fix build by using older gperf for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 21, 2017
1 parent 655a301 commit 81d9893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -3659,7 +3659,9 @@ in

rpm = callPackage ../tools/package-management/rpm { };

rpm-ostree = callPackage ../tools/misc/rpm-ostree { };
rpm-ostree = callPackage ../tools/misc/rpm-ostree {
gperf = gperf_3_0;
};

rpmextract = callPackage ../tools/archivers/rpmextract { };

Expand Down

0 comments on commit 81d9893

Please sign in to comment.