11 pkg = callPackage ./build.nix (
13 version = "unstable-2018-01-18";
15 rev = "c516e8e78d39dd2b339acadc4c175347171150bb";
16 sha256 = "1p9lx78cayyn7qc2q66id2xfs76jyddnqv2x1ypsvixaxwcvqgdb";
21 pkg.overrideAttrs (o: {
22 buildInputs = o.buildInputs ++ [
27 makeFlags = o.makeFlags ++ [
31 patches = (o.patches or [ ]) ++ [
33 url = "https://github.com/geommer/yabar/commit/008dc1420ff684cf12ce2ef3ac9d642e054e39f5.patch";
34 sha256 = "1q7nd66ai6nr2m6iqxn55gvbr4r5gjc00c8wyjc3riv31qcbqbhv";
38 passthru = (o.passthru or { }) // {
39 tests = (o.passthru.tests or { }) // {
40 inherit (nixosTests) yabar;