Skip to content

Commit

Permalink
gencfsm: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 29, 2017
1 parent 7375e49 commit d643183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/tools/security/gencfsm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {

preFixup = ''gappsWrapperArgs+=(--prefix PATH : ${encfs}/bin)'';

enableParallelBuilding = true;

meta = with stdenv.lib; {
homepage = http://www.libertyzero.com/GEncfsM/;
downloadPage = https://launchpad.net/gencfsm/;
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,9 @@ with pkgs;

geekbench = callPackage ../tools/misc/geekbench { };

gencfsm = callPackage ../tools/security/gencfsm { };
gencfsm = callPackage ../tools/security/gencfsm {
vala = vala_0_34;
};

genromfs = callPackage ../tools/filesystems/genromfs { };

Expand Down

0 comments on commit d643183

Please sign in to comment.