Unverified Commit debde243 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

murex: fix shellPackage check (#336428)

parents 7f06d157 e9d0064b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,4 +25,8 @@ buildGoModule rec {
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ dit7ya kashw2 ];
  };

  passthru = {
    shellPath = "/bin/murex";
  };
}