Commit e9d0064b authored by atagen's avatar atagen
Browse files

murex: make package a shellPackage

parent 50703e0c
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";
  };
}